Can not allocate log error (?) [message #222622] |
Mon, 05 March 2007 12:38 |
mrlagarto
Messages: 8 Registered: October 2006
|
Junior Member |
|
|
Hi, I have the next error.
"Oracle Instance xxxx - Can not allocate log, archival required"
But....When I try to archive:
ALTER SYSTEM ARCHIVE LOG ALL;
I have the message:
ORA-00271: there are no logs that need archiving
This is my init.ora:
log_archive_start=true
log_archive_dest=d:\Redologs
log_archive_format="TEST%S.ARC"
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination d:\borrar\Redologs
Oldest online log sequence 57682
Next log sequence to archive 57684
Current log sequence 57684
And I have 30gb free on my HD.
What it's the problem??
I'm stuck.
Thanks in advance.
|
|
|
|
|