返回顶部
首页 > 资讯 > 数据库 >记一次DG搭建过程中备库ORA-00210,ORA-00202,ORA-27086错误
  • 694
分享到

记一次DG搭建过程中备库ORA-00210,ORA-00202,ORA-27086错误

2024-04-02 19:04:59 694人浏览 独家记忆
摘要

ORA-00210: cannot open the specified control fileORA-00202: control file: '/u01/app/oracle/oradata/orcl

ORA-00210: cannot open the specified control file

ORA-00202: control file: '/u01/app/oracle/oradata/orcl/control01.ctl'

ORA-27086: unable to lock file - already in use

思路:

1、看一下"lk" and "sgadef.dbf"这两个文件是不是存在着,如果存在将其删掉;

2、看是不是有后台进程存在;

3、看一下oracle的共享内存段及信号集(semaphores)是不是还存在着;

 

实际操作:

[oracle@linux ~]$ cd $ORACLE_HOME/dbs

[oracle@linux dbs]$ ls

hc_SID.dat  initdw.ora  init.ora  lkSID  orapwSID  spfileSID.ora

[oracle@linux dbs]$ rm lkSID 

[oracle@linux dbs]$ ls

hc_SID.dat  initdw.ora  init.ora  orapwSID  spfileSID.ora

[oracle@linux dbs]$ ps -ef|grep ora_|grep SID

oracle    4981     1  0 09:00 ?        00:00:00 ora_pmon_SID

oracle    4983     1  0 09:00 ?        00:00:00 ora_psp0_SID

oracle    4985     1  0 09:00 ?        00:00:00 ora_mman_SID

oracle    4987     1  0 09:00 ?        00:00:00 ora_dbw0_SID

oracle    4989     1  0 09:00 ?        00:00:00 ora_lgwr_SID

oracle    4991     1  0 09:00 ?        00:00:01 ora_ckpt_SID

oracle    4993     1  0 09:00 ?        00:00:01 ora_smon_SID

oracle    4995     1  0 09:00 ?        00:00:00 ora_reco_SID

oracle    4997     1  0 09:00 ?        00:00:00 ora_cjq0_SID

oracle    4999     1  0 09:00 ?        00:00:07 ora_mmon_SID

oracle    5001     1  0 09:00 ?        00:00:00 ora_mmnl_SID

oracle    5003     1  0 09:00 ?        00:00:00 ora_d000_SID

oracle    5005     1  0 09:00 ?        00:00:00 ora_s000_SID

oracle    5023     1  0 09:00 ?        00:00:00 ora_qmnc_SID

oracle    5133     1  0 09:00 ?        00:00:00 ora_q000_SID

oracle    5139     1  0 09:00 ?        00:00:00 ora_q001_SID

oracle   31755     1  1 13:21 ?        00:00:00 ora_j000_SID

[oracle@linux dbs]$ ps -ef|grep ora_|grep SID|grep pmon

oracle    4981     1  0 09:00 ?        00:00:00 ora_pmon_SID

[oracle@linux dbs]$ kill -9 4981

[oracle@linux dbs]$ ps -ef|grep ora_|grep SID|grep pmon

[oracle@linux dbs]$ ipcs -m

------ Shared Memory Segments --------

key        shmid      owner      perms      bytes      nattch     status     

重新startup数据库,问题解决。

 


您可能感兴趣的文档:

--结束END--

本文标题: 记一次DG搭建过程中备库ORA-00210,ORA-00202,ORA-27086错误

本文链接: https://lsjlt.com/news/35437.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作