Enabling Archive Log mode in Oracle

chncaesar發表於2013-10-11
1. Login as sysdba
2. Configure the archive dest.
     db_recovery_file_dest
     db_recovery_file_dest_size
3. Shutdown instance.
4. Start the instance in mount mode.
    startup mount; 
5. Alter database archivelog;
6. Opent the database.
    alter database open;
7. Check archivelog status
     archive log list;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-774164/,如需轉載,請註明出處,否則將追究法律責任。

相關文章