Oracle Grid 503 Service Unavailable
Oracle 10g grid control 登入時報如下錯誤,從錯誤解釋可以看出這是資料庫連線問題。
Service Unavailable
Servlet error: Service is not initialized correctly. Verify that the repository connection information provided is correct.
一般安裝Grid Control的計算機重啟後資料庫沒有自動啟動原因會導致以上錯誤。處理辦法很簡單那,即啟動監聽和repository資料庫。
[@more@][oracle@ocm2 OracleHome]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Dec 8 17:21:58 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 448790528 bytes
Fixed Size 1219904 bytes
Variable Size 276824768 bytes
Database Buffers 163577856 bytes
Redo Buffers 7168000 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@ocm2 OracleHome]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-DEC-2012 17:29:08
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /u01/app/oracle/OracleHome/db10g/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /u01/app/oracle/OracleHome/db10g/network/admin/listener.ora
Log messages written to /u01/app/oracle/OracleHome/db10g/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm2)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 08-DEC-2012 17:29:08
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/OracleHome/db10g/network/admin/listener.ora
Listener Log File /u01/app/oracle/OracleHome/db10g/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm2)(PORT=1521)))
The listener supports no services
The command completed successfully
[oracle@ocm2 OracleHome]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Dec 8 17:29:21 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> alter system register
2 ;
System altered.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@ocm2 OracleHome]$ lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-DEC-2012 17:29:55
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 08-DEC-2012 17:29:08
Uptime 0 days 0 hr. 0 min. 47 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/OracleHome/db10g/network/admin/listener.ora
Listener Log File /u01/app/oracle/OracleHome/db10g/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm2)(PORT=1521)))
Services Summary...
Service "emrep" has 1 instance(s).
Instance "emrep", status READY, has 1 handler(s) for this service...
Service "emrep_XPT" has 1 instance(s).
Instance "emrep", status READY, has 1 handler(s) for this service...
The command completed successfully
[oracle@ocm2 OracleHome]$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/18841027/viewspace-1059877/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- vcenter執行兩年,突然訪問出現503 Service unavailableAI
- Vsphere的vcenter關機之後無法登入,顯示503 Service Unavailable(Windows)AIWindows
- 部署在IIS中服務出現異常 Failed to load resource: the server responded with a status of 503 (Service Unavailable)AIServer
- nacos gateway 呼叫服務報錯503 Server unavailableGatewayServerAI
- HTTP 錯誤 503.4 - Service Unavailable FastCGI 池佇列已滿HTTPAIAST佇列
- Load balancer does not contain an instance for the service service-B [503] during [POST] 問題解決AI
- Oracle Grid Infrastructure for a Standalone ServerOracleASTStructServer
- 【Azure 應用服務】App Service服務無法啟動,開啟Kudu站點,App Service Editor 頁面均丟擲:The service is unavailableAPPAI
- Oracle:GRID 下 root.sh 指令碼Oracle指令碼
- Oracle的service功能簡介Oracle
- LC 503 JSJS
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- 【BUILD_ORACLE】Oracle 19c RAC搭建(四)Grid軟體安裝UIOracle
- 503/504 問題
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- 將Oracle 12c資料庫註冊到Oracle 19c Grid InfrastructureOracle資料庫ASTStruct
- [20220623]grid使用者執行srvctl status service -d xxx報PRCD-1229.txt
- Oracle 12c系列(八)|RMAN (FROM SERVICE)Oracle
- Oracle 11g RAC手動新增serviceOracle
- Oracle RAC的自定義service自啟動Oracle
- 錯誤:bash: fork: Resource temporarily unavailableAI
- grid
- 【PDB】 為Oracle pdb新增服務(pdb add service)Oracle
- ogg報錯error 11, Resource temporarily unavailableErrorAI
- Xcode啟動RN報錯"`fsevents` unavailable"XCodeAI
- RAC and Grid
- Grid Points
- SAP MM Movement Type 503的使用
- spring cloud 2020 gateway 報錯503SpringCloudGateway
- Oracle案例05——ORA-12162: TNS:net service name is incorrectly specifiedOracle
- export GRID_HOME=/u01/app/19c/grid $GRID_HOME/bin/crExportAPP
- 使用Oracle Grid配置Goldengate或其他第三方應用高可用OracleGo
- grid佈局
- Shichikuji and Power Grid
- 在 Istio 中除錯 503 錯誤除錯
- 如何處理HTTP 503故障問題?HTTP
- db2 清空表導致表出現UnavailableDB2AI
- use-magic-grid:magic-grid 庫的官方 React 埠React
- G. GCD on a gridGC