hi
first thanks for your forum, and excuse my langage because I am french and I speak very bad english!, but I will try
in first time I work with sql developper but it could not allow me to debug some programme, so I chose to work with the PL sql Developer
but this one does not permit to me to connect on database that the connection proprities on sql developer are :
connection name : s1
user name : sb0020
passeword : ******
hostname : 55.47.48.209
port :1522
SID : csdata
and in the tnsnames file I have
csdata =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 55.47.48.209)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = csdata )
)
)
the PLsql developer tel me this error :
Could not resolve the connect identifier specified
My question is
can I connect on this DB with PLsql Devloper ?
how can I resolve this problem?
merci.
first thanks for your forum, and excuse my langage because I am french and I speak very bad english!, but I will try
in first time I work with sql developper but it could not allow me to debug some programme, so I chose to work with the PL sql Developer
but this one does not permit to me to connect on database that the connection proprities on sql developer are :
connection name : s1
user name : sb0020
passeword : ******
hostname : 55.47.48.209
port :1522
SID : csdata
and in the tnsnames file I have
csdata =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 55.47.48.209)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = csdata )
)
)
the PLsql developer tel me this error :
Could not resolve the connect identifier specified
My question is
can I connect on this DB with PLsql Devloper ?
how can I resolve this problem?
merci.