Answered

Failure with message: "Invalid Oracle URL specified". Does any one know the URL format for ORACLE?

When I add ORACLE db_connection, the default URL is created as below:
jdbc:oracle://<host name>:<port number>/<service name>

but the the test failed with "Invalid Oracle URL specified" message. Is there any workaround for this. This is the first time I'm connecting to ORACLE database.

0
3 comments
Avatar
Hasib Rostaiee

SOLVED: I changed the format as below and it worked. Proof still give error when saving the db_connection but it let you save it with that format:
jdbc:oracle:thin:@//<host name>:<port number>/<service name> 

1
Comment actions Permalink
Avatar
Olena Mazikina

I couldn't solve this issue, still struggling with connection, can I contact someone? I have tried all option 

0
Comment actions Permalink
Avatar
Payam Fard

Olena: Please add to this post how your database connection looks like, how you are invoking it, and what kind of error message you are receiving. Without providing this information, it is hard to understand what the problem may be.

0
Comment actions Permalink

Please sign in to leave a comment.