-
-
What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode ?
Complete database recovery from disk failure is possible only in ARCHIVELOG mode.Online database backup is possible only in ARCHIVELOG mode.
-
-
-
-
What are the steps involved in Database Shutdown ?
Close the Database, Dismount the Database and Shutdown the Instance
-
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.
-
-
Recovery Catalog
What is recovery catalog? Why do you need this?
-
Backup Mode Redo Generation
Why more redos are generated when the database is in begin backup mode?
-
Logical backup and physical backup
when to use logical backup(Datapump-expdp,impdp) and when to use physical backup(hot&cold backup) in oracle?
-
Where does oracle stores the tables ?
Where does oracle stores the tables created by user? How to take backup of these tables?
-
-
-
-
Corrupted Archieve Logs
There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in archive log mode. How can be the database recovered ? While doing recovery the archive logs applied are from nos 1 to 100, but 50 gets corrupted. What do we do? Can we proceed further? If so how?
-
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 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 ...
Oracle Backup and Recovery Interview Questions
Ans