Diman
Admin
 Admin
| Posts: 1478 |  | Karma: 18 |
|
Re:Oracle direct access without using OCI
|
|
Posted: 2007/10/08 11:15 |
|
|
|
|
Hi Claudio
You can set as Database parameter value the full TNS connection string, as it is in tnsnames.ora. For example:
(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = DA)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
|
There you will need to substitute HOST, PORT, SERVICE_NAME appropriate for your environment.
Regards,
Dmitry
|
|