GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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