| |
GeekInterview.com > Interview Questions > Oracle > Backup and Recovery
| Print | |
| Question: Can Full Backup be performed when the database is open ?
Answer: No. |
| June 06, 2006 06:59:35 |
#6 |
| jatinder |
Member Since: Visitor Total Comments: N/A |
RE: Can Full Backup be performed when the d... |
| ues we can tabke full backup while database is open. By using hot backup. Tabe backup of all tablespaces using hotback. and take backup on control file useing alter database backup controlfile to trace;and then take backup of pfile using: create pfile from spfile;In this way Full backup can be performed when the database is open; |
| |
Back To Question | |