In catalog database, if some of the blocks are corrupted due to system crash, How will you recover?
You have taken a manual backup of a datafile using o/s. How RMAN will know about it?
Latest Answer: You have to catalog that manual backup in RMAN's repository by commandRMAN> catalog datafilecopy '/DB01/BACKUP/users01.dbf';restrictions:> Accessible on disk> A complete image copy of a single file ...
Where RMAN keeps information of backups if you are using RMAN without Catalog?
Latest Answer: RMAN keeps information of backups in the control file. ...
How do you see information about backups in RMAN?
Latest Answer: RMAN> List Backup; ...
How RMAN improves backup time?
Latest Answer: RMAN backup time consumption is very less than compared to regular online backup, as RMAN copies only modified blocks ...
What is the advantage of RMAN utility?
Can a schema be restored in oracle 9i RMAN when the schema having numerous table spaces?
List the encryption options available with RMAN?
Latest Answer: RMAN offers three encryption modes: transparent mode, password mode, and dual mode ...
What are the steps required to perform in $ORACLE_HOME for enabling the RMAN backups with netbackup or TSM tape library software?
Latest Answer: How RMAN works with TAPE with TSM ? ...
Outline the steps for changing the DBID in a cloned environment?
View page [1] 2 3 4 5 Next >>

Go Top