[Oracle]startup mount時報ORA-12514錯誤的解決方法
1.關閉資料庫
shutdown immediate;
2.資料庫啟動到mount階段
startup mount;
ORA-12514: TNS: 監聽程式當前無法識別連線描述符中請求的服務
處理辦法:listener檔案,新增如下內容:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = D:\app\Administrator\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
)
--//這裡新增,注意ORACLE_HOME路徑要填寫正確
(SID_DESC=
(GLOBAL_DBNAME=orcl)
(ORACLE_HOME = D:\app\Administrator\product\11.2.0\dbhome_1)
(SID_NAME = orcl)
)
--GLOBAL_DBNAME 和SID_NAME都需要寫上
)
3.重啟偵聽服務
lsnrctl stop;
lsnrctl start;
4.SYS 使用者登入
startup mount;
已經連線到空閒例程
5.開啟歸檔模式
alter database archivelog;
6.開啟資料庫
alter database open;
Author:NEAL
DATE:2015-06-03
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29812844/viewspace-1878479/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle ora-12514的錯誤的解決辦法Oracle
- Oracle startup mount exclusive作用Oracle
- 11G安裝時報SEVERE: [FATAL] 錯誤的解決方法
- oracle startup(nomount mount open restrict)OracleREST
- 解決IE上登陸oracle OEM時報:“證書錯誤,導航已阻止”的錯誤Oracle
- ORA-12514: 錯誤解決一例
- 【Oracle】ORA-00054 錯誤解決方法Oracle
- startup mount與startup restrict mount有何區別REST
- startup,startup mount,startup nomount之間的區別
- ORACLE匯入遇到ORACLE錯誤959解決方法Oracle
- Larabel遷移檔案時報SQLSTATE[42000]錯誤的解決方法SQL
- oracle ORA-12899錯誤的解決方法Oracle
- Oracle 常見的錯誤問題及解決方法Oracle
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- svn 提交時報錯403 Forbidden 解決方法ORB
- undefined reference to錯誤的解決方法Undefined
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- Oracle監聽配置(ora-12514錯誤)Oracle
- PbootCMS 404 錯誤解決方法boot
- Oracle資料庫配置錯誤資訊解決方法(轉)Oracle資料庫
- 錯誤Namenodeisinsafemode的解決方法
- Oracle EBS 打中文補丁錯誤 的一個解決方法Oracle
- opensips建立資料庫時報database engine not specified錯誤的解決資料庫Database
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- AFNetworkingErrorDomain 錯誤解決方法ErrorAI
- dbfread報錯ValueError錯誤解決方法Error
- standby新增檔案錯誤的解決方法
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- Mac上搭建chromedriver的錯誤解決方法MacChrome
- nginx出現403錯誤的解決方法Nginx
- 執行 PHP artisan migrate 時報長度錯誤的解決辦法?PHP
- 電腦開機時報錯No Bootable Device找不到索引的解決方法bootdev索引
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- oracle 9i下ORA-01555錯誤的解決方法Oracle
- Android錯誤解決方法集錦Android
- hadoop日常錯誤解決方法整理Hadoop
- ORA-04098錯誤解決方法