1. 程式人生 > >ORA-16019: cannot use LOG_ARCHIVE_DEST_1 解決方法

ORA-16019: cannot use LOG_ARCHIVE_DEST_1 解決方法

在設定DATA GUARD 時,修改了系統引數,重啟資料庫後出錯:

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORA-16019: cannot use LOG_ARCHIVE_DEST_1 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST
SQL> alter system set log_archive_dest_1='+RECOVERY/racdb/archivelog/' scope=spfile;
alter system set log_archive_dest_1='+RECOVERY/racdb/archivelog/' scope=spfile
*
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 19 Serial number: 48797

計劃從spfile 生成pfile 檔案:

[[email protected] ~]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Fri Aug 19 11:42:10 2011

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL> connetc / as sysdba
SP2-0734: unknown command beginning "connetc / ..." - rest of line ignored.
SQL> connect /as sysdba
Connected to an idle instance.

SQL> create pfile='init.ora' from spfile;
create pfile='init.ora' from spfile
*
ERROR at line 1:
ORA-01565: error in identifying file '?/dbs/[email protected]'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3

出錯,找不到檔案和目錄,我環境為RAC+ASM.

指定檔案

SQL> create pfile='init.ora' from spfile='+data/racdb/spfileracdb.ora';

File created.

SQL> startup pfile='init.ora';
LRM-00109: could not open parameter file 'init.ora'
ORA-01078: failure in processing system parameters
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup pfile='/opt/app/oracle/product/11.2.0/dbs/init.ora';
ORA-32006: LOG_ARCHIVE_START initialization parameter has been deprecated
ORACLE instance started.

Total System Global Area 3.2603E+10 bytes
Fixed Size            2214816 bytes
Variable Size         1.8254E+10 bytes
Database Buffers     1.4227E+10 bytes
Redo Buffers          120008704 bytes
Database mounted.

Database opened.

把pfile 修改回以前檔案。

[[email protected] dbs]# cp initracdb1.ora.org initracdb1.ora
cp:是否覆蓋“initracdb1.ora”? y

(修改前有備份此檔案)


[[email protected] dbs]# cat initracdb1.ora
SPFILE='+DATA/racdb/spfileracdb.ora'

再重新建立 SPFILE:

create spfile='+data/racdb/spfileracdb.ora' from pfile='/opt/app/oracle/product/11.2.0/dbs/init.ora';

(

要指定pfile 具體檔案。不然生成pfile 無效,

我在這裡錯了。出現錯誤:

ORA-01506: missing or illegal database name

)

參考了以下URL文章:

http://blog.sina.com.cn/s/blog_5fbb16590100ko00.html

http://space.itpub.net/519536/viewspace-666453

https://forums.oracle.com/forums/thread.jspa?messageID=4311639


相關推薦

ORA-16019: cannot use LOG_ARCHIVE_DEST_1 解決方法

在設定DATA GUARD 時,修改了系統引數,重啟資料庫後出錯: SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> st

轉XMLHttpRequest cannot load的解決方法

log 屬性。 技術分享 es2017 disable 錯誤 cnblogs load http 在谷歌瀏覽器中調試接口,出現:XMLHttpRequest cannot load錯誤 需要配置谷歌瀏覽器,使瀏覽器支持跨域,步驟如下: 具體操作如下:首先需要關閉谷歌瀏覽器的

Linux下使用Python連接Oracle 報cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded解決方法

iter onf brush enc extern base 分別是 port clas 在Linux上使用python運行數據庫腳本的時候報:cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library c

Server Host Cannot be null解決方法

設置 錯誤 can 運行 一個 server 新的 問題 service 在用打開Services Directory application 或者訪問 某個已發布的地圖服務時,出現"Server Host Cannot be null"的錯誤。 問題的原因在於

編譯時遇到/usr/bin/ld: cannot find -lluajit 解決方法

今天編譯一個c++和torch程式的時候爆出了/usr/bin/ld: cannot find -lluajit的錯誤,幾經折騰,終於吧這個問題解決了, 出現這個問題的原因就是luajit沒有安裝到正確的位置. 1.下載luajit http://luajit.org/download.

IDEA啟動Tomcat報錯:Address localhost:1099 is already in use解決方法

一、問題 Error running ‘lugia-web’: Address loaclhost:1099 is already in use如下圖: 二、解決方法 1、顯示出黑視窗cmd: 快捷鍵是: Windows鍵盤圖示+R 2、執行cmd後,在cmd中執行如下命令

“Loadrunner Controller cannot create Vusers. ”解決方法

問題:複製指令碼,修改後並儲存,直接在controller中載入指令碼,無法建立使用者,出現“Loadrunner Controller cannot create Vusers.  Ensure that your load generators are available

XMLHttpRequest cannot load的解決方法

在谷歌瀏覽器中除錯介面,出現:XMLHttpRequest cannot load錯誤 需要配置谷歌瀏覽器,使瀏覽器支援跨域,步驟如下: 具體操作如下:首先需要關閉谷歌瀏覽器的所有視窗 右擊谷歌瀏覽器圖示——>屬性。彈出屬性對話方塊。在目標欄最後新增 --a

使用to_number函式,提示ORA-01722無效數字的解決方法

使用to_number()函式時,提示ORA-01722:無效數字 的解決方法 原因分析:  1.顯式原因: 即欄位中存在非數字的字元。 解決方法:(1)替換掉非數字的字元。     (2)使用 OR

usr/bin/ld: cannot find 錯誤解決方法

   參考:http://blog.siyebocai.cn/20100324_5p424qs7.html    通常在軟體編譯時出現的usr/bin/ld: cannot find -lxxx的錯誤,主要的原因是庫檔案並沒有匯入的ld檢索目錄中。    解決方式:

ORA-01078: 和 LRM-00109:解決方法

 啟動資料庫的時候 SQL> startup mount; ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/

error while loading shared libraries: libcudart.so.7.5: cannot open shared ......解決方法

兩種方法: 第一種: 當libcudart.so.7.5存在,但是還是報錯的情況下,需要設定一下連結,按照下面的方法設定即可: 在 /etc/ld.so.conf.d/加入檔案 cuda.conf, 內容如下 /usr/local/cuda-6.5/lib64  

ORA-04091錯誤原因與解決方法

最近工作中寫了一觸發器報錯:ORA-04091:table XX  is mutating, trigger/function may not see it。 下面通過官方文件及網友提供資料分析一下錯誤原因及解決方法: 1.檢視oracle官方文件: 原因:觸

ORA-01722: 無效數字的解決方法

List<Atl> atls = commonDao.findByQuery("from Atl a where a.code ="+code);報錯:ORA-01722: 無效數字List<Atl> atls = commonDao.findByQu

執行DBMS_METADATA.get_ddl報ORA-39212的解決方法

ddl api div lec connect ext rom 查看 local 環境: 數據庫:oracle 10.2.0.4 --64位 操作系統:紅旗dc 5.0 --64位以sys登陸,執行DBMS_METADATA.get_ddl得到某個表空間的元數

ORA-12638: 身份證明檢索失敗 解決方法

nav ref fig tle mage 連接 man 技術分享 rac 用PL/SQL或Navicat連接本地或遠程Oracle數據庫的時候報錯:ORA-12638: 身份證明檢索失敗 解決方法: 開始 -> 所有程序 -> Oracle - Oracle_

windows下 sqlplus / as sysdba 報ora-12560的終極解決方法

原創 cmd home sysdba nbsp track software msd oca windows下 sqlplus / as sysdba 報ora-12560的終極解決方法 本文是原創文章。轉載請註明出處:http://blog.csdn.net

oracle數據庫升級dbua操作阻塞解決方法(解決ORA-32004報錯)

ram values a10 side 問題分析 tail script 說明 imm 操作環境 1、SuSE11sp3操作系統 2、oracle 11.2.0.3版本升級到11.2.0.4版本 問題現象 oracle 11.2.0.3版本升級到11.2.0.4版本時執

開啟redis-server提示 # Creating Server TCP listening socket *:6379: bind: Address already in use--解決方法

tools spec clipboard word ron replace use name pan 在bin目錄中開啟Redis服務器,完整提示如下: [java] view plain copy 3496:C 25 Apr 00:56:48.717

ORA-28547:connection to server failed, probable Oracle Net admin error錯誤,解決方法

pro div oracle 資料 安裝 err ora-28547 解決 方法 當用navicat連接oralce數據庫時報ORA-28547錯誤時,直接懵逼了,上網查了資料說是navicat自帶的oci.dll文件的版本和服務器端的oralce數據庫的版本不一致造成的。