For some reason, I got oracle error message about archive. Below is the actual error message:
.....................
Tue Jan 14 10:14:06 2003
ORACLE Instance P - Can not allocate log, archival required
ARCH: Connecting to console port...
Thread 1 cannot allocate new log, sequence 13746
All online logs needed archiving
Current log# 1 seq# 13745 mem# 0: /env1/oraredo/P/log1P.dbf
Tue Jan 14 10:14:55 2003
Thread 1 advanced to log sequence 13746
Current log# 2 seq# 13746 mem# 0: /env1/oraredo/P/log2P.dbf
Tue Jan 14 10:15:04 2003
ORACLE Instance P - Can not allocate log, archival required
ARCH: Connecting to console port...
Thread 1 cannot allocate new log, sequence 13747
All online logs needed archiving
.....................
Am I going to lose all the data that suppose to be archived? Anybody who had experience regarding above error could give me some explanation why I got this error message?
I assume you have automatic archiving enabled for your database.
Have you checked the disk space on your archlog destination? It might be full. If so, make some room in it and archiving will continue.
If this isn't the case or if emptying the archlog destination doesn't help, try the following:
ALTER SYSTEM ARCHIVE LOG STOP;
ALTER SYSTEM ARCHIVE LOG START;
In any case, you won't loose any data becouse of this error. In fact, this error actually prevents you from potentialy loosing data in case media recovery will be needed in the future....
Last edited by jmodic; 01-14-2003 at 06:04 AM.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks