-
How to implement the multiple control files for an existing database ?
Shutdown the databaseCopy one of the existing control file to new locationEdit Config ora file by adding new control file. nameRestart the database.
-
What is Log Switch ?
The point at which ORACLE ends writing to one online redo log file and begins writing to another is called a log switch.
-
What are the components of SGA ?
Database buffers, Redo Log Buffer the Shared Pool and Cursors.
-
What constitute an ORACLE Instance ?
SGA and ORACLE background processes constitute an ORACLE instance. (or) Combination of memory structure and background process.