Oracle9i

sas_geek

Registered
Can anyone out here help me connect to an Oracle9i server?

I'm running OS 10.4 using Actual's ODBC Driver via the ODBC admin utility.

Then I launch my sql program, sql grinder, and I am never able to connect to the db.

What am I doing wrong?

Thanks!

Jake
 
I'm assuming you have Oracle 9i installed on your computer or on a computer on your home network. You need to verify that the database has been started and that the Listener is running. You need to know the SID of the database as well as the service name tied to the SID so you can connect to the database. This information must be in the tnsnames.ora file on your computer.
 
Back
Top