简体   繁体   English

Web应用程序未连接到Oracle 11g R2

[英]Web application not connecting to Oracle 11g R2

I have a web application running fine on oracle 9i with tomcat, when I want to upgrade I have installed Oracle 11g release 2 and JDK 7 and apache tomcat7 on Windows 7 64bit machine to check the compatibility before installing it on my machine. 我要在要升级的oracle 9i上在oracle 9i上运行良好的Web应用程序,我已经在Windows 7 64位计算机上安装了Oracle 11g第2版和JDK 7以及apache tomcat7,以在将其安装到我的计算机上之前检查兼容性。

I have created dsn and test connect successful, installed ojdbc6, ucp, orai18n in oralce11g/jdbc/lib as well as in tomcat lib folders, still my application using jdbcodbc driver is not connecting to the Oracle 11gR2 database. 我已经创建了dsn并测试连接成功,在oralce11g/jdbc/lib以及tomcat lib文件夹中安装了ojdbc6,ucp,orai18n,但我使用jdbcodbc驱动程序的应用程序仍未连接到Oracle 11gR2数据库。

Please guide me step by step as I am new to tomcat and oracle 11g as well. 请逐步指导我,因为我也是tomcat和oracle 11g的新手。

I have solved it my self, i have added only ojdbc6 to rtomcat lib, the error is earlier i have added ojdbc6_g, ora18n, ojdbc5, ojdbc6dms, ojdbc14 also. 我已经解决了我的问题,我只向rtomcat lib添加了ojdbc6,错误是较早的,我也添加了ojdbc6_g,ora18n,ojdbc5,ojdbc6dms,ojdbc14。 I have removed all added files except ojdbc6. 我删除了所有添加的文件,除了ojdbc6。 Now it is working fine ... any how thanks for this platform 现在一切正常...任何感谢这个平台

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 隐式数据类型在Oracle 11g中不再起作用 - implicit datatyping no longer working in oracle 11g 在Tomcat中为Oracle 11g安装JNDI数据源 - Installing a JNDI datasource for Oracle 11g in Tomcat ORA-01031:权限不足的Oracle Toad XE 11g - ORA-01031: insufficient privileges Oracle Toad XE 11g jBPM 6.5 + Tomcat 8 + Bitronix事务+ Oracle 11G配置| 无法提交会话java.lang.NullPointerException - jBPM 6.5 + Tomcat 8 + Bitronix Transaction + Oracle 11G configuration | Could not commit session java.lang.NullPointerException Oracle JDBC驱动程序未使用旧版Web应用程序中的JNDI连接到数据库 - Oracle JDBC driver not connecting to database with JNDI in legacy web application 无法将tomcat连接到MSSQL 2008 R2 - Trouble connecting tomcat to MSSQL 2008 R2 适用于Java Web应用程序的oracle驱动程序 - oracle driver for java web application 将Liferay 7.x与Oracle 11g2外部数据库连接-NullPointerException - Connect Liferay 7.x with Oracle 11g2 external database - NullPointerException 通过虚拟主机路由时,Tomcat Java Web应用程序未连接到MySQL - Tomcat Java web application not connecting to MySQL when routed through virtual host 从Intellij IDEA 11运行WEB Tomcat应用程序时出错(CreateProcess error = 87,参数不正确) - Error running WEB Tomcat application from Intellij IDEA 11 (CreateProcess error=87, The parameter is incorrect)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM