I am trying to connect to an oracle dbase using an Integration Server 4.6 db Alias. I’m connecting to Oracle db v9.2.0.1 using the clients12.zip file (compatible with my 1.3 jvm).
I’m having trouble with the connect string and url.
This is my format:
URL -> jdbc:oracle:thin://<server>:1521;SID=<dbase>
I’ve tried -> udbc:oracle:thin:@<server>:1521:<dbase> without luck. The driver I’m using is -> net.jdbc.oracle.OracleDriver.
I need to connect over the network to the dbase and I’ve verified that the clients12.zip is in my path (saw it listed in the “about” page).
Any suggestions?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB