database links [message #312171] |
Tue, 08 April 2008 02:36  |
athar.fitfd@hotmail.com
Messages: 193 Registered: October 2007 Location: pakistan
|
Senior Member |
|
|
hi every one , i want to use database link in my application.
i have created one, and when i query data from table, following error.
TNS-Could not resolve servce name
|
|
|
|
|
|
Re: database links [message #313996 is a reply to message #313474] |
Tue, 15 April 2008 07:54  |
athar.fitfd@hotmail.com
Messages: 193 Registered: October 2007 Location: pakistan
|
Senior Member |
|
|
i have created a service zf as i added to tnsnames.ora file
zf =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 192.168.0.9)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = zfora)
)
)
|
|
|