亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: solaris9 啟動(dòng) oms [打印本頁(yè)]

作者: zorrozolo    時(shí)間: 2003-07-10 14:28
標(biāo)題: solaris9 啟動(dòng) oms
我在安裝oracle9.2.01 時(shí)建了一個(gè)默認(rèn)的數(shù)據(jù)庫(kù),然后用emca命令的向?qū)?br /> 創(chuàng)建了一個(gè)默認(rèn)的資料檔案庫(kù)即oemrep
    但在用oemapp console 登陸時(shí)只可以登陸standalone不能登陸oms
提示vtk-1000 不能連接到oms.
我用以下方法啟動(dòng)oms
start oms
(1) agentctl start
(2) oemctl start oms
(3) oemctl ping oms
在第二步oms沒(méi)有啟動(dòng)起來(lái)提示
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)沒(méi)有我的設(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

請(qǐng)高人賜教
謝謝
作者: CCBZZP    時(shí)間: 2003-07-10 14:33
標(biāo)題: solaris9 啟動(dòng) oms
DBCA
建立DATABASE
作者: zorrozolo    時(shí)間: 2003-07-10 14:58
標(biāo)題: solaris9 啟動(dòng) oms
已經(jīng)建了,在oradata目錄下有orcl和oemrep 兩個(gè)目錄里面有所有的數(shù)據(jù)文件
作者: zorrozolo    時(shí)間: 2003-07-15 17:42
標(biāo)題: solaris9 啟動(dòng) oms
up
作者: rollingpig    時(shí)間: 2003-07-16 10:29
標(biāo)題: solaris9 啟動(dòng) oms
有可能是內(nèi)核參數(shù)有問(wèn)題
重新設(shè)置SEMMNS
公式如下
假設(shè)有3個(gè)數(shù)據(jù)庫(kù)
ORACLE_SID=A, PROCESSES=100
ORACLE_SID=B, PROCESSES=100
ORACLE_SID=C, PROCESSES=200
The value of SEMMNS is calculated as follows:
SEMMNS = [(A=100) + (B=100)] + [(C=200) * 2] + [(# of instances=3) * 10] = 630

不過(guò)看你的semmns已經(jīng)是1024了
有可能不是這個(gè)原因
作者: zorrozolo    時(shí)間: 2003-07-17 17:26
標(biāo)題: solaris9 啟動(dòng) oms
再幫幫忙吧
作者: mingbo    時(shí)間: 2003-07-17 23:11
標(biāo)題: solaris9 啟動(dòng) oms
the error messages show you OMS database haven't startup.
You should make sure the database is up and you OMS point ot it.
作者: pduan1209    時(shí)間: 2003-07-18 15:33
標(biāo)題: solaris9 啟動(dòng) oms
兄弟問(wèn)題解決了嗎?我今天了碰到了這樣的情況,和你的有點(diǎn)差別,我這問(wèn)題以解決了,主要是了在LIS的問(wèn)題,后再就是庫(kù)的問(wèn)題,不過(guò)我在你的這個(gè)貼子里也學(xué)到不少的東東,謝謝!還要感謝RollingPig,*以吻封緘*廉政公署請(qǐng)你喝咖啡~~~~~~ ,鄭如彬:)




歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2