1

I am trying to connect to an Oracle DB through ERwin, yet I keep getting this error message:

enter image description here

I know that the DB exists, as my coworkers are accessing it. The Username and Password are also correct, and I've had a few other coworkers try their credentials too and it didn't work.

The possible error might be with the connection string,but I've tried several options, and none seem to work. These are the options I've used:

jdbc:oracle:thin:@DomainName.DN.DN.com:1521:DatabaseName

Of course, I didn't actually type DomainName, I changed those from the company name. This was a direct copy of the connection string that was used in Squirrel SQL for this DB.

I also tried, based on a friend's suggestion:

jdbc:tibcosoftwareinc:oracle://DomainName.DN.DN.com:1521;SID=DatabaseName

This is the connection page that I'm using:

enter image description here

LowlyDBA - John M
11.1k11 gold badges46 silver badges63 bronze badges
asked Jun 12, 2015 at 16:46
1
  • What version of Erwin are you using? Commented Feb 20, 2016 at 12:56

1 Answer 1

-1

The correct format for the connection string is:

(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = "HOST name")(PORT = "PORT number")) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = "SERVICE Name") ) )

answered Aug 23, 2019 at 22:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.