Forum Discussion
Hey RajuK
I can't help per se, cos I haven't setup an Oracle connection using a cacerts file before, but I'd double check everything as follows:
confirm what version of Oracle RDBMS youre connecting to
download the relevant jdbc driver .jar file relative to the version of Oracle youre connecting to
download the relevant jdk (rather than jre) to support the jdbc connection .jar
read the following link to determine the correct approach (relative to the oracle version, java version, SSL vs TLS type) and go from there (e.g. oracle wallet?, JKS?, TLSv1.2?)
download the relevant additional .jars needed to connect using SSL
make sure you're copying the .jar files to the correct directory
identify whether youre connecting to SID or Service Name as this alters the jdbc connection string
confirm the jdbc connection string parameters are correct - depending on the attributes of the remote db you're connecting to alters the parameters required in the connection string (so you might have to alter the default oracle connection string defined in ReadyAPI!s JDBC settings (in the Preferences).
this link might help also
I've had issues trying to connect to remote database before with ReadyAPI!, so to strip out the additional complication of setting up a connection in ReadyAPI! I try setting up a connection in a DB interrogation tool like DBVisualiser or TOAD or whatever. If the connection settings are correct and work in DBVisualiser I then just copy the same details across in ReadyAPI! as these will work.
That's all I got I'm afraid - hope this helps!
ta,
rich
Related Content
- 4 years ago
- 10 years ago
Recent Discussions
- 22 days ago