aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-00391: All threads must switch to new log format at the same time

ORA-00391: All threads must switch to new log format at the same time
Cause: An attempt to switch the current log of a single thread is not allowed because the compatiblity requirements force a new log format version number. When changing log formats, all threads must switch to the new format at the same time.
Action: Open the database to cause the coordinated log switch. If that is not possible then return to the same software version and compatibility setting last used to open the database.

请先 登录 后评论

1 个回答

小智
ORA-00391:所有线程必须同时切换到新的日志格式,
.原因:不允许尝试切换单个线程的当前日志,因为兼容性要求强制创建新的日志格式版本号。更改日志格式时,所有线程必须同时切换到新格式。,
.操作:打开数据库以导致协调日志切换。如果不可能,则返回上次用于打开数据库的相同软件版本和兼容性设置。,
.
请先 登录 后评论