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  >  Database Administration

 Print  |  
Question:  Oracle Catalog and Archive Log

Answer: Explain what are Oracle Catalog and Oracle Archive log?


June 06, 2009 01:32:27 #4
 mmaz2002   Member Since: May 2009    Total Comments: 3 

RE: Oracle Catalog and Archive Log
 

Oracle System Catalog is comprised of tables,views that provide user to obtain information about the database for eg : user_catalog, user_views, user_tables.

Where as Archive Log Files are offline copies of Online Redo Log Files meaning :

Once the Online Redo Log files are filled if database is running in archive log mode archiver saves these files to the archive destination.

     

 

Back To Question