AS4上安装oracle出现的问题

发布于 2022-09-29 03:31:29 字数 456 浏览 13 评论 0

在AS4上安装oracle10.1.0,在运行到85%的时候就不走了,过了N久后跳出警告框:
Enterprise manager configuration failed due to the following error - Error starting Database Control
Refer to the logfile at \oracle\product\10.1.0\db_1\cfgtoollogs\dbca\odb1\emConfig.log for more details.
You can retry configuring this database with Enterprise Manager later by manually running \orace\product\10.1.0\db_1\bin\emca script.
点OK后还能继续装安装
但安装完了后不能使用!!!!
帮忙看看啊!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

百合的盛世恋 2022-10-06 03:31:29

看看LOG文件的错误,应该是少安装gcc等软件

假装爱人 2022-10-06 03:31:29

AS4上安装没有什么问题啊。仔细看看日志文件吧

烟若柳尘 2022-10-06 03:31:29

日志内容帮看看啊!
[root@test15 ~]# cat /oracle/app/product/10.1.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log
May 8, 2007 9:28:19 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: LOG_FILE value: /oracle/app/product/10.1.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: HOST value: 218.83.175.154
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: PORT value: null
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SID value: orcl
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: LISTENER value: LISTENER
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: LISTENER_OH value: /oracle/app/product/10.1.0/db_1
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-config' set to true
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EM_HOME value: /oracle/app/product/10.1.0/db_1
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: orcl
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: ORACLE_HOME value: /oracle/app/product/10.1.0/db_1
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'dbcontrol' set to true
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'UPDATE_EMAIL' set to false
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-backup' set to false
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'create' set to false
May 8, 2007 9:28:27 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copying file /oracle/app/product/10.1.0/db_1/cfgtoollogs/emca/emca_2007-05-08_09-28-18-PM.log to /oracle/app/product/10.1.0/db_1/cfgtoollogs/emca/orcl/emca_2007-05-08_09-28-18-PM.log
May 8, 2007 9:28:27 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /oracle/app/product/10.1.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log.
May 8, 2007 9:28:27 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'CHECK_CONFIG' set to true
May 8, 2007 9:28:27 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /oracle/app/product/10.1.0/db_1, and user: SYS
May 8, 2007 9:28:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 8, 2007 9:28:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /oracle/app/product/10.1.0/db_1, and user: DBSNMP
May 8, 2007 9:28:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 8, 2007 9:28:41 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Invalid value null for parameter PORT
Refer to the log file at /oracle/app/product/10.1.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log for more details.
May 8, 2007 9:28:41 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Invalid value null for parameter PORT
        at oracle.sysman.emcp.ParamsManager.checkParam(ParamsManager.java:2630)
        at oracle.sysman.emcp.EMDBPreConfig.checkConfigParams(EMDBPreConfig.java:1285)
        at oracle.sysman.emcp.EMDBPreConfig.checkParameters(EMDBPreConfig.java:1060)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:174)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:160)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
        at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:426)
        at java.lang.Thread.run(Thread.java:534)

热鲨 2022-10-06 03:31:29

有意思,我也在第二天碰到同样的问题,而且整个google找不到解决方法.晕!!!!

暗地喜欢 2022-10-06 03:31:29

已经解决了.是/etc/hosts中IP或主机名设置错误引导致的,该问题在安装前的检查中就应该已经有过JAVA的报错了.楼主查下看是不是这个原因?给个回音,谢谢.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文