1.

How To Enable Automatic Archiving?

Answer»
  1. SHUTDOWN the database with normal/emmidiate/transactional
  2. modify/include the parameter log_archive_start=true, 
    1. log_archive_dest= (LOCATION to which the REDO LOG file group is archived), log_archive_format=(in which format you want to apper the archive log file)
  3. START up the database.



Discussion

No Comment Found