Forum Discussion
12 Replies
- nmrao
Champion Level 1
This is very common use case. Provide your response from which data needs to be extracted and used in further test steps. - gmathaiOccasional Contributor
After placing the ojdbc6.jar in the specified location, i am getting the attached error.
- TerkonContributor
Ok, I think that was a step in the right direction. Unfortunately this Error (Ora-12505) can have quite a lot of reasons.
Isn't there a DB admin you can turn to?
Check out this:
Or maybe google some other sites with hints on that problem.
What does the TNS look like, which you use for the DB developer? And how the connection string in that tool?
Are you working on a cluster environment or is it a single instance DB?
Maybe you have to adjust your connection string in SOAPui or adjust the TNS so they fit to each other
- TerkonContributor
Hi,
I am using the same setup. I simply put the service name into the SID field - workes fine for me.
With that I am using java class "ojdbc6.jar" in c:\<yourInstallationFolder>\ReadyAPI-2.7.0\bin\ext
Attached you'll find my settings. The "1" in the service name is for the cluster node I want to connect to. In a cluster environmend that is necessary to give.
Hope this helps
Terkon