is this enough to build up my tnsnames.ora ? [message #248171] |
Thu, 28 June 2007 03:59 |
r2d2dev
Messages: 75 Registered: May 2005 Location: bxl
|
Member |
|
|
hi all,
we have a small component that has to retrieve data from an oracle 10 database.
we tested here in the company with oracle 10 XE.
to connect to the database, we had to configure a tnsnames.ora file with this line:
Quote: |
DODB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xx.x.x.xxx)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = XE)
)
)
|
now, in a few weeks we have to test the connection at the client, with the real oracle 10 database.
so i asked the client already if he could provide me with the real entry in tnsnames.ora.
Quote: |
this is what he answered:
dbname: dodb
IP 1xx.1x.0.2x
port 1521
user dodb_xx
password dodb_xx
|
is this enough????
at first sight i would say that the SERVICE_NAME is missing, isn't it???????
(or should I just type the dbname there?)
|
|
|
|
|
|
|