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:  
What  are  the  advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode ?

Answer:
Complete database recovery from disk failure is possible only in ARCHIVELOG mode.
Online database backup is possible only in ARCHIVELOG     mode.


November 11, 2006 23:08:21 #4
 rush   Member Since: Visitor    Total Comments: N/A 

RE: What  are  the  advantag...
 

hi,

A database backup guarantees that you can recover all committed transactions in the event of an operating system or disk failure.

           You can use a backup taken while the database is open and in normal system use if you keep an archived log.

              You can keep a standby database current with its original database by continually applying the original’s archived redo logs to standby

regards

rush

     

 

Back To Question