How to use Decode in Oracle

Introduction to Oracle sql decode In this section, we will discuss about Oracle decode processing which is a very important aspect of Oracle sql statement Oracle decode is the method in the Oracle database to transform data values from one value to another which is better to understand. Oracle Decode transforms data values at retrieval time. It […]

How to use Decode in Oracle Read More »

Active Dataguard in Oracle

What is Active Dataguard in Oracle Operations  which are Allowed On a Read-Only Database(Active Dataguard in Oracle) (1)Issue SELECT statements, including queries that require multiple sorts that leverage TEMP segments(2) Use ALTER SESSION and ALTER SYSTEM statements, Use SET ROLE(3)Call stored procedures(4) Use database links (dblinks) to write to remote databases(5) Use stored procedures to

Active Dataguard in Oracle Read More »

How to purge SYS.AUD$ table in Oracle

AUD$ table is used in oracle to store the auditing information. Auditing can be enabled for CREATE SESSION, LOGON, LOGOFF, SELECT, INSERT, DELETE statement You can enable auditing only when the AUDIT_TRAIL parameter is set to either DB or DB_EXTENDED value. You can check the parameter value as sqlplus / as sysdbashow parameter AUDIT_TRAIL 11g

How to purge SYS.AUD$ table in Oracle Read More »

Scroll to Top