This all depends on your version of Oracle.
For most versions, go to a command prompt and type: sqlplus /nolog
from the SQL prompt: conn / as sysdba
Once there, do:
archive log list
My bet is automatic archiving isn't enabled. If it is then we have bigger problems. Make sure you are archiving where you thing you are:
from the same SQL prompt: show parameter arch
Make sure all the deistinations are correct.
Here's a decent question already covering automatic archiving:
http://www.experts-exchang
Main Topics
Browse All Topics





by: arnoldPosted on 2006-11-27 at 12:26:03ID: 18022298
Did you try the following on the Oracle server: eferences/ er_257.htm l
sqlplus / /nolog
connect as sysdba?
http://www.dbaoncall.net/r