尝试运行 irca.bat 时未找到 ojdbc14.jar

发布于 2024-10-26 07:54:46 字数 498 浏览 3 评论 0原文

我刚刚深入研究 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 技术交流群。

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

发布评论

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

评论(1

梓梦 2024-11-02 07:54:46

该 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?

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