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

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2005 | 回復(fù): 7
打印 上一主題 下一主題

solaris9 啟動 oms [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2003-07-10 14:28 |只看該作者 |倒序?yàn)g覽
我在安裝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

請高人賜教
謝謝

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2003-07-10 14:33 |只看該作者

solaris9 啟動 oms

DBCA
建立DATABASE

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2003-07-10 14:58 |只看該作者

solaris9 啟動 oms

已經(jīng)建了,在oradata目錄下有orcl和oemrep 兩個(gè)目錄里面有所有的數(shù)據(jù)文件

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2003-07-15 17:42 |只看該作者

solaris9 啟動 oms

up

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2003-07-16 10:29 |只看該作者

solaris9 啟動 oms

有可能是內(nèi)核參數(shù)有問題
重新設(shè)置SEMMNS
公式如下
假設(shè)有3個(gè)數(shù)據(jù)庫
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

不過看你的semmns已經(jīng)是1024了
有可能不是這個(gè)原因

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2003-07-17 17:26 |只看該作者

solaris9 啟動 oms

再幫幫忙吧

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2003-07-17 23:11 |只看該作者

solaris9 啟動 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.

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2003-07-18 15:33 |只看該作者

solaris9 啟動 oms

兄弟問題解決了嗎?我今天了碰到了這樣的情況,和你的有點(diǎn)差別,我這問題以解決了,主要是了在LIS的問題,后再就是庫的問題,不過我在你的這個(gè)貼子里也學(xué)到不少的東東,謝謝!還要感謝RollingPig,*以吻封緘*廉政公署請你喝咖啡~~~~~~ ,鄭如彬:)
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP