【故障處理】ORA-65500: could not modify DB_UNIQUE_NAME, resource exists

lhrbest發表於2018-10-08

【故障處理】ORA-65500: could not modify DB_UNIQUE_NAME, resource exists



SYS@htzxdb2> alter system set db_unique_name='htzxdbpri' scope=spfile sid='*';
alter system set db_unique_name='htzxdbpri' scope=spfile sid='*'
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-65500: could not modify DB_UNIQUE_NAME, resource exists
SYS@htzxdb2> exit
Disconnected from Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production
Version 18.3.0.0.0
[oracle@rac18c-n2 ~]$ 
[oracle@rac18c-n2 ~]$ oerr ora 65500
65500, 00000, "could not modify DB_UNIQUE_NAME, resource exists"
// *Cause:  DB_UNIQUE_NAME could not be modified, because a database resource
//          identified by DB_UNIQUE_NAME existed in the cluster.  To modify
//          DB_UNIQUE_NAME, any resource it identifies must first be removed.
// *Action: Remove the database resource identified by DB_UNIQUE_NAME before 
//          modifying DB_UNIQUE_NAME.
[oracle@rac18c-n2 ~]$ 
[oracle@rac18c-n2 ~]$ 
[oracle@rac18c-n2 ~]$ 
[oracle@rac18c-n2 ~]$ srvctl remove database -d htzxdb
PRKO-3141 : Database htzxdb could not be removed because it was running
[oracle@rac18c-n2 ~]$ srvctl remove database -d htzxdb  -f
[oracle@rac18c-n2 ~]$ sas
SQL*Plus: Release 18.0.0.0.0 - Production on Mon Oct 8 09:47:31 2018
Version 18.3.0.0.0
Copyright (c) 1982, 2018, Oracle.  All rights reserved.
Connected to:
Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production
Version 18.3.0.0.0
SYS@htzxdb2> alter system set db_unique_name='htzxdbpri' scope=spfile sid='*';
System altered.
SYS@htzxdb2> show parameter name
NAME                                 TYPE                   VALUE
------------------------------------ ---------------------- ------------------------------
cdb_cluster_name                     string
cell_offloadgroup_name               string
db_file_name_convert                 string                 +DATA, +DATA
db_name                              string                 htzxdb
db_unique_name                       string                 htzxdb
global_names                         boolean                FALSE
instance_name                        string                 htzxdb2
lock_name_space                      string
log_file_name_convert                string                 +DATA, +DATA
pdb_file_name_convert                string
processor_group_name                 string
service_names                        string                 htzxdb, htzxdbpri
SYS@htzxdb2> show spparameter name
SID      NAME                          TYPE                   VALUE
-------- ----------------------------- ---------------------- ----------------------------
*        cdb_cluster_name              string
*        cell_offloadgroup_name        string
*        db_file_name_convert          string                 +DATA
*        db_file_name_convert          string                 +DATA
*        db_name                       string                 htzxdb
*        db_unique_name                string                 htzxdbpri
*        global_names                  boolean
*        instance_name                 string
*        lock_name_space               string
*        log_file_name_convert         string                 +DATA
*        log_file_name_convert         string                 +DATA
*        pdb_file_name_convert         string
*        processor_group_name          string
*        service_names                 string                 htzxdb
*        service_names                 string                 htzxdbpri





About Me

........................................................................................................................

● 本文作者:小麥苗,部分內容整理自網路,若有侵權請聯絡小麥苗刪除

● 本文在itpub( http://blog.itpub.net/26736162 )、部落格園( http://www.cnblogs.com/lhrbest )和個人weixin公眾號( xiaomaimiaolhr )上有同步更新

● 本文itpub地址: http://blog.itpub.net/26736162

● 本文部落格園地址: http://www.cnblogs.com/lhrbest

● 本文pdf版、個人簡介及小麥苗雲盤地址: http://blog.itpub.net/26736162/viewspace-1624453/

● 資料庫筆試面試題庫及解答: http://blog.itpub.net/26736162/viewspace-2134706/

● DBA寶典今日頭條號地址: http://www.toutiao.com/c/user/6401772890/#mid=1564638659405826

........................................................................................................................

● QQ群號: 230161599 (滿) 、618766405

● weixin群:可加我weixin,我拉大家進群,非誠勿擾

● 聯絡我請加QQ好友 646634621 ,註明新增緣由

● 於 2018-10-01 06:00 ~ 2018-10-31 24:00 在魔都完成

● 最新修改時間:2018-10-01 06:00 ~ 2018-10-31 24:00

● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解

● 版權所有,歡迎分享本文,轉載請保留出處

........................................................................................................................

小麥苗的微店 https://weidian.com/s/793741433?wfr=c&ifr=shopdetail

小麥苗出版的資料庫類叢書 http://blog.itpub.net/26736162/viewspace-2142121/

小麥苗OCP、OCM、高可用網路班 http://blog.itpub.net/26736162/viewspace-2148098/

小麥苗騰訊課堂主頁 https://lhr.ke.qq.com/

........................................................................................................................

使用 weixin客戶端 掃描下面的二維碼來關注小麥苗的weixin公眾號( xiaomaimiaolhr )及QQ群(DBA寶典)、新增小麥苗weixin, 學習最實用的資料庫技術。

........................................................................................................................

歡迎與我聯絡

 

 



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2215518/,如需轉載,請註明出處,否則將追究法律責任。

相關文章