- 論壇徽章:
- 0
|
我在安裝oracle9.2.01 時(shí)建了一個(gè)默認(rèn)的數(shù)據(jù)庫,然后用emca命令的向?qū)?br />
創(chuàng)建了一個(gè)默認(rèn)的資料檔案庫即oemrep
但在用oemapp console 登陸時(shí)只可以登陸standalone不能登陸oms
提示vtk-1000 不能連接到oms.
我用以下方法啟動oms
start oms
(1) agentctl start
(2) oemctl start oms
(3) oemctl ping oms
在第二步oms沒有啟動起來提示
bash-2.05$ ./oemctl start oms
OEMCTL for Solaris: Version 9.2.0.1.0 Production
Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
Starting the Oracle Management Server...............
The management server did not start up.
Please check the file /export/home/oracle/product/9.2.0/sysman/log/oms.nohup for more details.
檢查/oracle/product/9.2.0/sysman/log下的oms.nohup報(bào)了如下的錯(cuò)誤
Starting the management server at Thu Jul 10 14:03:00 CST 2003
Management server startup failed. Check the file /export/home/oracle/product/9.2.0/sysman/log/oms.nohup for details
Starting the Oracle Management Server... [main][2003-7-10] OEMCTL for Solaris: Version 9.2.0.1.0 Production
[main][2003-7-10] Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
[main][2003-7-10] Starting the Oracle Management Server...
[main][2003-7-10] wait time 10000,ntries 12, starting: true
[main][2003-7-10] VdbSession.processError: errorCode >;1034<
[main][2003-7-10] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory
<
[main][2003-7-10] VdbSession.processError: lost connection
[main][2003-7-10] Unable to connect to repository, error code 1034
[main][2003-7-10] VdbSession.processError: errorCode >;1034<
[main][2003-7-10] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory
SVR4 Error: 2: No such file or directory
<
[main][2003-7-10] VdbSession.processError: lost connection
[main][2003-7-10] Unable to connect to repository, error code 1034
[main][2003-7-10] VdbSession.processError: errorCode >;1034<
[main][2003-7-10] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory
<
[main][2003-7-10] VdbSession.processError: lost connection
oracle.sysman.vxn.VxnBootstrapException:
VXA-2028 :
Unable to connect to OMS repository.
at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
Error starting Oracle Management Server.
VXA-2028 :
Unable to connect to OMS repository. [main][2003-7-10] In stopServices(), numservices = 0
[main][2003-7-10] Exiting Naming Service.
OMS exited on Thu Jul 10 14:04:54 CST 2003 with return value 56
Could not start management server. Initialization failure
有共享內(nèi)存的錯(cuò)誤不知道與內(nèi)核參數(shù)設(shè)置有關(guān)沒有我的設(shè)置如下
set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
請高人賜教
謝謝 |
|