DataSource
Specifies the Oracle database to connect to, using the Net Services Name, Connect Descriptor (TNS Connect String), or connection name.
データ型
string
デフォルト値
""
解説
This connection property only applies when ConnectionType is set to OracleTNS.
This value is found in your tnsnames.ora file at ORACLE_HOME/network/admin/tnsnames.ora.
For example: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=my.company.net)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ORCLPDB1.localdomain)))