Duplicate a Controlfile when ASM is Involved
Duplicating a control file into ASM when original control file is stored on ASM If using spfile: Step 1 Modify the spfile specifically the parameter…
Duplicating a control file into ASM when original control file is stored on ASM If using spfile: Step 1 Modify the spfile specifically the parameter…
If a query is generating excessive redo/archive logs in Oracle, it is important to identify the root cause and address it. Here are some steps…
In the oracle RAC Environment, each instance store transaction undo data in its dedicated undo Tablespace. We can set the undo Tablespace for each instance…
Step 1: Create a initSID.ora (Example: initRWDB.ora) file in $ORACLE_HOME/dbs/ directory. Example: $ORACLE_HOME/dbs/initRWDB.ora Put following entry in initTEST.ora file *.audit_sys_operations=TRUE *.audit_trail=’db’ *.compatible=’19.3.0.0.0′ *.control_files=’/oracle/DATA/control01.ctl’,’/oracle/DATA/control02.ctl’ *.db_block_size=8192 *.db_name=’RWDB’…
When Oracle engine starts an instance, it reads the initialization parameter file to determine the values of initialization parameters. Then, it allocates an SGA and…
How to retrieve tablespace default storage Parameters? SELECT TABLESPACE_NAME “TABLESPACE”, INITIAL_EXTENT “INITIAL_EXT”, NEXT_EXTENT “NEXT_EXT”, MIN_EXTENTS “MIN_EXT”, MAX_EXTENTS “MAX_EXT”, PCT_INCREASE FROM DBA_TABLESPACES; TABLESPACE INITIAL_EXT NEXT_EXT MIN_EXT…
What is Tablespace? A tablespace is a logical storage unit. Why we are say logical because a tablespace is not visible in the file system.…
How to retrieve tablespace default storage Parameters? SELECT TABLESPACE_NAME "TABLESPACE", INITIAL_EXTENT "INITIAL_EXT", NEXT_EXTENT "NEXT_EXT", MIN_EXTENTS "MIN_EXT", MAX_EXTENTS "MAX_EXT", PCT_INCREASE FROM DBA_TABLESPACES;TABLESPACE INITIAL_EXT NEXT_EXT MIN_EXT MAX_EXT…
A tablespace is a logical storage unit. Why we are say logical because a tablespace is not visible in the file system. Oracle store data…
Before commit, Oracle Database keeps records of actions of transaction because Oracle needs this information to rollback or Undo the Changes. What is the main…
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.