-
-
Types of Backup
What are different types of backup? (Hot, Cold, logical, Physical) Explain in detail.
-
Configure Command
What is configure command? When do you use this?
-
Rman backup
Suppose I have taken Rman backup on Server A. Can I apply this backup on Server B? How?
-
Inconsistant Backup
Why is the header of datafile and information of control file different at the time of inconsistant backup?
-
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 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.
-
-
-
-
RMAN Calatalog Database
Is it possible to take backup of catalog database using RMAN? If Yes, How?
-
Diagnose the problem
Suppose you have two servers, one at 2nd floor and another on 3rd floor,If you have to configure the server on 3rd floor while sitting on 2nd floor how Will you do it?
-
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...
-
-
-
-
-
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?
-
Recovery Catalog
What is recovery catalog? Why do you need this?
Oracle Backup and Recovery Interview Questions
Ans