ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin)
my favorite error, ORA-00257
whenever I get this error, I'm thinking write an rman script to delete the archivelog automatical...
ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin)
but now what we can do in case we dont want to offline the database and get it back to work?
delete archivelog all device type disk;
in rman frees your archive log from unneeded data and fixes this problem,
until it's full again.
ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin)
but now what we can do in case we dont want to offline the database and get it back to work?
delete archivelog all device type disk;
in rman frees your archive log from unneeded data and fixes this problem,
until it's full again.
Created by
zwluxx
Last modified 2006-03-20 12:55 PM
Last modified 2006-03-20 12:55 PM