简体   繁体   中英

When i am trying to establish the connection to DB from JSP getting the error “TNS:could not resolve the connect identifier specified”

When I am trying to establish the connection to remote DB from JSP, I get the error TNS:could not resolve the connect identifier specified

I have configured the ODBC driver and tested the connection and it is working fine. Even the DB is also working fine. The only problem that I am facing is while connecting to remote DB from JSP using JDBC connections.

Also checked TNSNAMES.ORA and SQLnet.ora files, they are fine.

Please help me in getting this problem resolved.

Thanks

If you use JDBC OCI driver, verify your ORACLE_HOME variable (and TNS_ADMIN if exists) and be sure you can connect using sqlplus.
Check your URL http://docs.oracle.com/cd/E11882_01/java.112/e16548/urls.htm#BEIDBFDF

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM