When I try connecting to my database, I get the following error.
ORA-00257:archiver error. Connect internal only until freed.
Till yesterday, the database was pretty functional.
Any workaround?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In SQL*Plus, can you
LOG_ARCHIVE_STARTis FALSE,you’ll want to set it to TRUE.
LOG_ARCHIVE_DESTpoints to aninvalid directory, you’ll want to
change it to point to a valid
directory.