欢迎光临散文网 会员登陆 & 注册

出现:Unable to drop redo log files as failing with ORA-01623怎么解决

2021-07-11 17:51 作者:夜灬长梦多  | 我要投稿

出现:Unable to drop redo log files as failing with ORA-01623

SQL>Alter database drop logfile group 20;
Alter database drop logfile group 20
*
ERROR at line 1:
ORA-01623: log 20 is current log for instance i4 (thread 4) - cannot drop
ORA-00312: online log 20 thread 4:


处理方法:

Disable Thread <Thread Number> using below command and drop the Logfiles associated to that Thread.

conn / as sysdba
alter database disable thread 4;
alter database drop logfile group ;

参照官方文档: ID 2341816.1



出现:Unable to drop redo log files as failing with ORA-01623怎么解决的评论 (共 条)

分享到微博请遵守国家法律