this is my first post so sorry for mistakes in advance. I need your help regarding connection to oracle 8i using zeos 7.0.0. I try to connect in design time, but still occur error : ORA-12154. PC client is Win XP Pro SP3 with unzipped instantclient 10.2. I tried to connect via following TNSNAMES.ORA:
Code: Select all
ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = XXX.XXX.XXX.XXX)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ORCL)
)
)
TZConnection properties are following:
Database : ORCL
HostName:
Password : 123456
UserName : XXX
Port : 0
Protocol : Oracle
Others are set to default.
Using the TOAD connection have no problem.
Thanks much for any idea.