AS4上安装oracle出现的问题
在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
看看LOG文件的错误,应该是少安装gcc等软件
AS4上安装没有什么问题啊。仔细看看日志文件吧
日志内容帮看看啊!
[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)
有意思,我也在第二天碰到同样的问题,而且整个google找不到解决方法.晕!!!!
已经解决了.是/etc/hosts中IP或主机名设置错误引导致的,该问题在安装前的检查中就应该已经有过JAVA的报错了.楼主查下看是不是这个原因?给个回音,谢谢.