|
系统是 SuSE 10.2 ,文本和图形 界面都安装试过 ,启动企业管理器时都是同样的问题 ,要吐血了 !~
试过很多中方法 , 刚装好时 emctl start dbconsole 提示少 **文件 ,于是就自己创建了那些提示少的文件和文件夹 :- /opt/oracle/product/10.2/db_1/oc4j/j2ee/OC4J_DBConsole_null_orcl/
- /opt/oracle/product/10.2/db_1/null_orcl/sysman
- /opt/oracle/product/10.2/db_1/null_orcl/sysman/config/emd.properties
- /opt/oracle/product/10.2/db_1/null_orcl/sysman/config /opt/oracle/product/10.2/db_1/oc4j/j2ee/OC4J_DBConsole_null_orcl/config
- /opt/oracle/product/10.2/db_1/oc4j/j2ee/OC4J_DBConsole_null_orcl/config/http-web-site.xml
复制代码 下面是那个http-web-site.xml的内容 :
<?xml version="1.0"?>
<port>
port=5500
</port>
不知写对没有 呵呵
还有那个emd.properties 是没内容的 ,只是创建了而已
这样搞了之后 ,它自己是有启动的过程了,但还是不行的 ,可能是上面那些文件错吧 ?这里哪位大侠有正确的文件的 ,在这里发一下,总之系统上总没有那些文件 ,感激万分 !下面是错误代码 :- SQL> startup
- ORA-01078: failure in processing system parameters
- LRM-00109: could not open parameter file '/opt/oracle/product/10.2/db_1/dbs/initorcl.ora'
复制代码- oracle@linux:~>product/10.2/db_1/bin/lsnrctl start
- LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 27-DEC-2006 19:27:12
- Copyright (c) 1991, 2005, Oracle. All rights reserved.
- Starting /opt/oracle/product/10.2/db_1//bin/tnslsnr: please wait...
- TNSLSNR for Linux: Version 10.2.0.1.0 - Production
- Log messages written to /opt/oracle/product/10.2/db_1/network/log/listener.log
- Error listening on: (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
- TNS-12545: Connect failed because target host or object does not exist
- TNS-12560: TNS:protocol adapter error
- TNS-00515: Connect failed because target host or object does not exist
- Linux Error: 2: No such file or directory
- Listener failed to start. See the error message(s) above...
复制代码- oracle@linux:~>product/10.2/db_1/bin/emctl start dbconsole
- TZ set to PRC
- Exception in getting local host
- java.net.UnknownHostException: linux: linux
- at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
- at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
- at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
- Exception in getting local host
- java.net.UnknownHostException: linux: linux
- at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
- at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
- at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
- Exception in getting local host
- java.net.UnknownHostException: linux: linux
- at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
- at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
- at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
- Exception in getting local host
- java.net.UnknownHostException: linux: linux
- at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
- at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
- at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
- Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
- Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
- http://:/em/console/aboutApplication
- Error opening logfile for output in nmeula_new
- Error opening logfile for output in nmeula_new
- Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed.
- Logs are generated in directory /opt/oracle/product/10.2/db_1/null_orcl/sysman/log
复制代码 SuSE 10.2 上装了两次了 ,SLES 上也一样 ,同样的问题 ,ISQLPLUS 是能启动 的 ,没学过Oracle ,已经很多次了,这里哪位高手一定要帮忙解决下 ,先谢了
吐血L 。。。。。 T.T |
|