How do I view archive logs?
How do I view archive logs? Checking ARCHIVELOG mode status Log in as OS user oracle and enter the following commands: $ export ORACLE_SID= where is the name of the database $ sqlplus /nolog SQL> connect / as sysdba. To check the ARCHIVELOG mode status, enter the following SQL command: SQL> archive log list; How […]