国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

Oracle10.2.0.4和10.2.0.5中OEMbug8350262

來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 12:01:38
文檔

Oracle10.2.0.4和10.2.0.5中OEMbug8350262

Oracle10.2.0.4和10.2.0.5中OEMbug8350262:2011年安裝Oracle 10.2.0.4 和10.2.0.5 版本時(shí),在配置OEM的時(shí)候會(huì)報(bào)錯(cuò)。 忽略這個(gè)錯(cuò)誤后,DB 可以成功創(chuàng)建或者升級(jí)。MOS 上關(guān)于 Database Configuration Assistant (DBCA) and Database Upgrade Assis
推薦度:
導(dǎo)讀Oracle10.2.0.4和10.2.0.5中OEMbug8350262:2011年安裝Oracle 10.2.0.4 和10.2.0.5 版本時(shí),在配置OEM的時(shí)候會(huì)報(bào)錯(cuò)。 忽略這個(gè)錯(cuò)誤后,DB 可以成功創(chuàng)建或者升級(jí)。MOS 上關(guān)于 Database Configuration Assistant (DBCA) and Database Upgrade Assis

2011年安裝Oracle 10.2.0.4 和10.2.0.5 版本時(shí),在配置OEM的時(shí)候會(huì)報(bào)錯(cuò)。 忽略這個(gè)錯(cuò)誤后,DB 可以成功創(chuàng)建或者升級(jí)。MOS 上關(guān)于

Database Configuration Assistant (DBCA) and Database Upgrade Assistant (DBUA) will report the following error in the console:

Could not complete the Enterprise Manager configuration.
Enterprise manager configuration failed due to the following error –
Error starting Database Control

Enterprise Manager Configuration Assistant (EMCA) will write errors similar to those below to the emca.log file:

CONFIG: Securing Database Control completed successfully .
Jan 2, 2011 7:22:47 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jan 2, 2011 7:22:47 PM oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Jan 2, 2011 7:22:47 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
CONFIG: Value for env var ''ORACLE_HOSTNAME'' is '''', discarding the same
CONFIG: Returning env array from cache
Jan 2, 2011 7:22:47 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Starting execution: /myhost/bin/emctl start dbconsole
Jan 2, 2011 7:27:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Exit value of 1
Jan 2, 2011 7:27:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://myhost:5501/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control
............................................................................................. failed.
------------------------------------------------------------------
Logs are generated in directory /myhost/sysman/log
Jan 2, 2011 7:27:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
WARNING: Error executing /myhost/bin/emctl start dbconsole
Jan 2, 2011 7:27:26 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error starting Database Control
Refer to the log file at /myhost/dbua/d4/upgrade/emConfig.log for more details.
Jan 2, 2011 7:27:26 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
at oracle.sysman.emcp.EMDBPostConfig.performUpgrade(EMDBPostConfig.java:763)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:232)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)

at java.lang.Thread.run(Thread.java:534)


The EMCA console will display output similar to the following:

aime@myhost09 db_1]$ bin/emca -config dbcontrol db -repos recreate -cluster
STARTED EMCA at Jan 11, 2011 4:11:01 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.

Enter the following information:
Database unique name: catest
Database Control is already configured for the database catest
You have chosen to configure Database Control for managing the database catest

This will remove the existing configuration and the default settings and perform a fresh configuration
Do you wish to continue? [yes(Y)/no(N)]: Y
Listener port number: 1521
Cluster name: mycluster
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):

........

Jan 11, 2011 4:18:05 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
INFO: Securing Database Control (this may take a while) ...
Jan 11, 2011 4:19:31 PM oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Jan 11, 2011 4:28:38 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error starting Database Control
Refer to the log file at /myhost/oracle/product/10.2.0/db_1/cfgtoollogs/emca/catest/emca_2011-01-11_
04-11-01-PM.log for more details.
Could not complete the configuration. Refer to the log file at /myhost/oracle/product/10.2.0/db_
1/cfgtoollogs/emca/catest/emca_2011-01-11_04-11-01-PM.log for more details.

does not require any database downtime

如果是已經(jīng)報(bào)錯(cuò)了,,解決步驟如下:

For Single Instance:

2. force stop the Database Control (dbconsole) process using the killDBConsole script bundled with the patch. Note that the dbconsole process cannot be stopped using the emctl stop dbconsole command, as EMCTL is unable to connect to the process.

3. Re-secure Database Control with the following command:
/bin/emctl secure dbconsole -reset

4. Re-start Database Control with the following command:
/bin/emctl start dbconsole

For RAC Instance:

2. force stop the Database Control (dbconsole) process by executing the killDBConsole script bundled with the patch on each node in the cluster

在所有節(jié)點(diǎn)執(zhí)行

3. Re-secure Database Control on the first cluster node with the following command:
/bin/emctl secure dbconsole -reset

4. Re-secure Database Control on the remaining cluster nodes with the following command. Note that the -reset switch is not included with this command:
/bin/emctl secure dbconsole

/bin/emctl start dbconsole

linux

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

Oracle10.2.0.4和10.2.0.5中OEMbug8350262

Oracle10.2.0.4和10.2.0.5中OEMbug8350262:2011年安裝Oracle 10.2.0.4 和10.2.0.5 版本時(shí),在配置OEM的時(shí)候會(huì)報(bào)錯(cuò)。 忽略這個(gè)錯(cuò)誤后,DB 可以成功創(chuàng)建或者升級(jí)。MOS 上關(guān)于 Database Configuration Assistant (DBCA) and Database Upgrade Assis
推薦度:
標(biāo)簽: bug oracle oem
  • 熱門焦點(diǎn)

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 久久久久久久99久久久毒国产 | 国产精选视频在线观看 | 初撮五十路交尾视频 | 国产在线播放网站 | 国产欧美日 | 91精品一区二区三区久久久久 | 亚洲一区二区精品视频 | 国产欧美另类 | 手机看片91精品一区 | 国产精品视频一区二区三区w | 国产免费资源高清小视频在线观看 | 99久久免费国产精精品 | 97精品国产97久久久久久 | 在线欧美日韩精品一区二区 | 日韩欧美大陆 | 欧美3p在线观看一区二区三区 | 天堂va欧美ⅴa亚洲va一国产 | 亚洲一区二区三区91 | a免费国产一级特黄aa大 | 欧美高清亚洲欧美一区h | 国产精品久久亚洲一区二区 | 欧美日韩精品一区二区三区视频在线 | 可以免费看的毛片 | 亚洲欧美日韩在线观看二区 | 欧美亚洲专区 | 久久久国产高清 | 精品在线看 | 欧美日韩ay在线观看 | 广州一级毛片 | 永久免费观看的毛片的网站下载 | 亚洲国产成人久久综合一 | 欧美日韩精品在线 | 国产一区二区三区久久 | 久久久久88色偷偷免费 | 久久国产精品免费一区二区三区 | 欧美日韩国产一区 | 任你躁欧美一级在线精品免费 | 另类专区另类专区亚洲 | 亚洲欧美天堂网 | 国产一区精品视频 | 国产成人精品一区二区 |