Loading

ORA-01619

SQL> alter database mount;
alter database mount
*
ERROR at line 1:
ORA-01619: thread 3 is mounted by another instance


rac实例与thread不对应,两个实例同时指向一个thread

解决
alter system set thread=1 scope=spfile sid='tzlv2db01';

posted @ 2020-07-21 10:43  李行行  阅读(485)  评论(0编辑  收藏  举报