I got an error message when I connect to oracle 8i, which is about ora-00257. I took a look at the error message. It said the archiver desitination is full. I checked the disk storage. Yes, it was full and then I freed them by deleting the old archiving logs. When I see there are enough space for archiving,I connected to the database. Unfortunately, the same error came up again. Should I delete all the archiving logs and make the archiving destination available 100% or I have to restart the database?
If I try to restart the database, there are a archiving process suspending.
sql> alter system set archive_log_dest=c:/abcd/efhn/ijk/....;
if archive log destination is full the above command it sets/starts archiving to secondary destination i.e which we are specifying so that you wonot get any error
Bookmarks