-
-
Backup Mode Redo Generation
Why more redos are generated when the database is in begin backup mode?
-
-
-
-
What is Restricted Mode of Instance Startup ?
An instance can be started in (or later altered to be in) restricted mode so that when the database is open connections are limited only to those whose user accounts have been granted the RESTRICTED SESSION system privilege.
-
144. What is On-line Redo Log?
The On-line Redo Log is a set of tow or more on-line redo files that record all committed changes made to the database. Whenever a transaction is committed, the corresponding redo entries temporarily stores in redo log buffers of the SGA are written to an on-line redo log file by the background ...
-
What are the steps involved in Instance Recovery ?
Rolling forward to recover data that has not been recorded in data files, yet has been recorded in the on-line redo log, including the contents of rollback segments. Rolling back transactions that have been explicitly rolled back or have not been committed as indicated by the rollback segments regenerated in step a. Releasing any resources (locks) held by transactions in process...
-
-
What is Full Backup ?
A full backup is an operating system backup of all data files, on-line redo log files and control file that constitute ORACLE database and the parameter.
-
-
-
Table Export
How we you identify if a table was exported in its life time?
-
-
-
-
Oracle log switch question
My database is in archive mode. when log switch occur that log file is archiving . what happens when log switch occurs
-
-
RMAN Backup
Detail script of backup using RMAN in both mode catalog and nocatalog
-
Oracle Backup and Recovery Interview Questions
Ans