ORA-16025: contains repeated or conflicting attributes
ORA-16025: parameter LOG_ARCHIVE_DEST_2 contains repeated or conflicting attributes
今天在做Downstream測試時,配置主庫的spfile引數時出現瞭如標題所示的錯誤,
經過百度搜尋發現錯了錯誤的原因"VALID_FOR“和“=”之間有空格引起的
*.log_archive_dest_2='SERVICE=portal_39 VALID_FOR = (online_logfile,primary_role) db_unique_name=portal1'
修改為:
*.log_archive_dest_2='SERVICE=portal_39 VALID_FOR=(online_logfile,primary_role) db_unique_name=portal1'
透過修改pfile的引數之後,最終DB啟動成功。
建立spfile:
SQL> create SPFILE='+ARCHIVEDISK/node/spfilenode.ora' from pfile='/home/oracle/node1.ora_bak';
透過這個問題認識到:
1、配置spfile時,空格是分割各個引數的
2、做事要細心
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66634/viewspace-1743737/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-16025: contains repeated or conflictingAI
- ACM Longest Repeated SequenceACM
- LeetCode-Repeated DNA SequenceLeetCode
- Database Triggers and event attributes--Event AttributesDatabase
- jQuery attributes(上)jQuery
- JavaScript contains()JavaScriptAI
- jQuery :contains()jQueryAI
- Database Triggers and event attributes--Event Attributes【Blog 搬家】Database
- Oracle ASM Attributes DirectoryOracleASM
- Declaring Attributes of FunctionsFunction
- HTML 23 - Form AttributesHTMLORM
- HTML 25 - Input AttributesHTML
- jQuery.contains()jQueryAI
- javascript contains方法JavaScriptAI
- Unity Attributes 自帶特性Unity
- Oracle ASM Disk Group AttributesOracleASM
- Playing with __attributes__ (三)
- Playing with __attributes__ (二)
- sga contains infomation (71)AI
- 微軟程式設計一小時--Longest Repeated Sequence微軟程式設計
- C#中Attributes的用法C#
- Python list of class attributes - PythonPython
- leetCode(Using C)——718. Maximum Length of Repeated SubarrayLeetCode
- a control file contains informationAIORM
- 轉:ArrayList:用Set代替containsAI
- 全文索引——CONTAINS 語法索引AI
- P11030 『DABOI Round 1』Blessings Repeated題解
- 理解 PHP 8 中的 Attributes (註解)PHP
- Unity-Built-In-Attributes 內建屬性UnityUI
- Vue 原始碼閱讀(三)Special AttributesVue原始碼
- iOS- 詳解文字屬性AttributesiOS
- LeetCode-Contains Duplicate IILeetCodeAI
- LeetCode之N-Repeated Element in Size 2N Array(Kotlin)LeetCodeKotlin
- drools規則屬性(rule attributes)的使用
- Linux locate/print block device attributes ASMLibLinuxBloCdevASM
- 【搬運】ASP.NET Core Web API AttributesASP.NETWebAPI
- Business Object Validation Using Attributes in C#ObjectC#
- Database Triggers and event attributes--IntroductionDatabase