尝试运行 irca.bat 时未找到 ojdbc14.jar
我刚刚深入研究 Web 服务并尝试在 Windows Vista 上配置 oracle soa suite 10g。我在运行 irca.bat 文件时遇到以下错误:
cannot find library -jdbc\lib\ojdbc14.jar
Please verify that Oracle_Home is set correctly
我已使用 SET 命令设置 Java_Home 和 Oracle_Home,并且我可以验证它们是否已使用 SET 命令进行设置。我不确定这里出了什么问题。需要一些帮助。
C:>SET ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server\BIN
C:>SET JAVA_HOME = C:\jdeveloper\jdevstudio10131\jdk
C:>SET ORACLE_SID = XE
任何评论将不胜感激。
I have just dived into web services and trying to configure oracle soa suite 10g on window vista. I am stuck with running the irca.bat file with the following error:
cannot find library -jdbc\lib\ojdbc14.jar
Please verify that Oracle_Home is set correctly
I have used the SET command to set the Java_Home and the Oracle_Home and I can verify that they have been set still using the SET command. Am not sure what is wrong here. Need some help.
C:>SET ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server\BIN
C:>SET JAVA_HOME = C:\jdeveloper\jdevstudio10131\jdk
C:>SET ORACLE_SID = XE
Any comments would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该 JAR 不在 CLASSPATH 中。我会查看脚本以了解它如何设置 CLASSPATH。
ORACLE_HOME应该指向/bin吗?我猜测 ORACLE_HOME 应该是 c:/oracleexe 或 c:/oracleexe/app/oracle/product/10.2.0。
我认为 JAVA_HOME 看起来也不正确。 JDeveloper 不是 Java;而是 Java。你使用它的JDK吗?
That JAR is not in the CLASSPATH. I would look in the script to see how it sets CLASSPATH.
Should ORACLE_HOME point to /bin? I would have guessed that ORACLE_HOME should be either c:/oracleexe or c:/oracleexe/app/oracle/product/10.2.0.
I don't think JAVA_HOME looks right, either. JDeveloper is not Java; are you using its JDK?