我的Oracle HTTP Server不能启动,系统提示:
我的Oracle HTTP Server不能启动,系统提示:
[Mon Mar 07 20:40:17 2005] [alert] (5)拒绝访问。: FastCGI: CreateMutex() failed
Syntax error on line 92 of d:/oracle/ora92/sqlplus/admin/isqlplus.conf:
failed to create FastCGI application accept mutex
Note the errors or messages above, and press the <ESC> key to exit. 25...
高手知道为什么?
[313 byte] By [
msdn] at [2007-9-21 9:34:53]

# 5 Re: 我的Oracle HTTP Server不能启动,系统提示:
找不到文件?? 错误信息就是找不到文件???
用记事本新建一个(扩展名为.conf),然后把以上内容copy进去~
chanet at 2005-10-19 0:21:47 >

# 6 Re: 我的Oracle HTTP Server不能启动,系统提示:
治标的方法是把这一段用#注释掉
#<IfModule mod_fastcgi.c>
# FastCgiServer D:\oracle\ora92\bin\isqlplus -port 8228 -initial-env #iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env #iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
#</IfModule>
Asan13 at 2005-10-19 8:46:46 >

# 7 Re: 我的Oracle HTTP Server不能启动,系统提示:
可能是监听器的配置不好,你把那个d:/oracle/ora92/network/admin/tnsnames.ora和d:/oracle/ora92/network/admin/listener.ora里面的内容重新配置一下。
Asan13 at 2005-10-19 8:49:19 >

# 8 Re: 我的Oracle HTTP Server不能启动,系统提示:
安装9i的时候最好在安装时就建数据库,不然监听器可能会出错。除非你是用正版的吧。
Asan13 at 2005-10-19 8:51:22 >

# 9 Re: 我的Oracle HTTP Server不能启动,系统提示:
我发现一个问题.我装的ORACLE没有ora92的目录。.以前安装都有。提示说的
D:/oracle/ora92/sqlplus/admin/isqlplus.conf
在我的目录下是这样的。
D:/oracle/sqlplus/admin/isqlplus.conf