Help For TNS [message #276176] |
Wed, 24 October 2007 04:58 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
Hi
I installed Oracle DATABASE 9 on a WInXP system .
and then install Oracle DEVELOPER 6i on another XP system.
i put IP Address and SID name in TNSNAMES.ora at the DEVELOPER system : like this :
MYDATA.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 172.16.25.33)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = ORCL)
)
)
and SQLNET.ORA is :
TRACE_LEVEL_CLIENT = OFF
#sqlnet.authentication_services = (NONE)
names.directory_path = (TNSNAMES, HOSTNAME)
names.default_domain = world
name.default_zone = world
automatic_ipc = off
Oracle Database on XP started and work . but when i connect from DEVELOPER folowing error :
ORA-12751 : TNS : Packet writer failure
|
|
|
|
Re: Help For TNS [message #276327 is a reply to message #276221] |
Wed, 24 October 2007 20:43 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Alternatively, use the environment variable 'TNS_ADMIN" and point it at the one copy of tnsnames.ora with which you wish to work.
David
|
|
|