Home » Developer & Programmer » Forms » Re: Developer 6i login problem
Re: Developer 6i login problem [message #79909] Wed, 24 July 2002 05:11
Nasser
Messages: 3
Registered: July 2002
Junior Member
Bonjour,

the repertory of the tnsnames in Oracle is:
ORANTnetworkadmintnsnames
in Developer is:
ORANTNET80ADMINTNSNAMES

try to add the script's alias of your Database ,in
your DEVELOPER tnsnames.
example:
Beq-local.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = BEQ)
(PROGRAM = oracle80)
(ARGV0 = oracle80ORCL)
(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
)
)
.------
(your Database's name).world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 'your host')
(Port = 1521)
)
)
(CONNECT_DATA = (SID = ORCL)
)
)
Previous Topic: Re: Insert in forms4.5
Next Topic: Re: How to set the Label of a Display item (Text Label)Programmatically did not solve
Goto Forum:
  


Current Time: Fri Apr 26 08:44:57 CDT 2024