Skip to content
Prev 676 / 1559 Next

trouble connecting to an Oracle DB

On Jun 11, 2009, at 10:35 AM, Rajarshi Guha wrote:

            
Generally, when I get errors related to the Oracle TNS listener  
service (using RODBC), it is either an error on the server (service  
not enabled) or on my end with a server configuration issue such as  
the IP address or port setting. Every now and then, our SysAdmin  
forgets to tell me that they did a server upgrade and changed something.

If you have the Oracle instant client installed locally, you might  
want to try using that to see if you can login successfully that way.  
It can be helpful in identifying where the issue might be based upon  
the success or failure of that approach.

Otherwise, you might want to check with your SysAdmin to verify your  
config/settings and that the TNS listener service is enabled on the  
server.

HTH,

Marc Schwartz