connection with Oracle

greenbay

Member
Wich connection type does DOA use?

TNSNAMES.ORA?
LDAP.ora?
OID?

I'm using:
Delphi 2009
DOA version: 4.1.1.0
Oracle 12.1.0.2.0 - 64bit Production
 
The naming methods are defined in the sqlnet.ora file of your Oracle Client. Direct Oracle Access merely passes the database name to the Oracle Client, which resolves the name as defined in the sqlnet.ora file.

By default the sqlnet.ora file is located in directory \Network\Admin.
 
Back
Top