ERROR: ORA-00257: archiver error. Connect internal only, until freed.

心不动则不痛 提交于 2019-12-02 02:59:57

ERROR: ORA-00257: archiver error. Connect internal only, until freed.

参考博文

https://tamimdba.wordpress.com/2011/05/25/error-ora-00257-archiver-error-connect-internal-only-until-freed/

1. Check whether the database is in archive log mode and automatic archiving is enabled.

 SQL> archive log list;
 Database log mode              Archive Mode
 Automatic archival             Enabled
 Archive destination            USE_DB_RECOVERY_FILE_DEST
 Oldest online log sequence     29
 Next log sequence to archive   31
 Current log sequence           31
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!