Skip to main content
Solved

SQLExecutor Oracle Connection Parameter

  • May 29, 2014
  • 1 reply
  • 16 views

Hi All, 

 

 

I was wondering if it Is possible to connect to a Oracle Non-spatial database without having the Service name set up in the tnsnames.ora file?

 

 

I'm using a Esri ArcSDE reader in my workbench so I am trying to use the same parameters to keep it simple to deploying on another machine. 

 

 

Thanks

Best answer by david_r

Hi,

 

 

you can use an Oracle EZCONNECT (http://www.orafaq.com/wiki/EZCONNECT) string on the format username/password@[//]host[:port][/service_name]

 

 

Example:

 

 

 

 

 

David
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • June 2, 2014
Hi,

 

 

you can use an Oracle EZCONNECT (http://www.orafaq.com/wiki/EZCONNECT) string on the format username/password@[//]host[:port][/service_name]

 

 

Example:

 

 

 

 

 

David