Changing the Oracle Database Archive Mode
Changing the Oracle Database Archive Mode
Enabling Archive Mode
- Oracle 10g and latest SI.
SQL> alter system set log_archive_dest_1='location=/oradata/orcl/archivelog' scope=spfile; |
- Oracle 10g and latest RAC.
SQL> alter system set log_archive_dest_1='location=+ARCH' scope=spfile sid='*'; |
Disabling Archive Mode
- Oracle 10g and latest SI.
SQL> shutdown immediate |
- Oracle 10g and latest RAC.
~]$ srvctl stop database -d orcl |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
