Hi all,
how to connect Oracle 8.1.7 if dots are inside the defined Servicename.
Sample: SERVICE_NAME from tnsnames.ora is ABC.DEF.GHI.JKL
then the connection string like:
jdbc:oracle:thin:@<host>:<port>:ABC.DEF.GHI.JKL seems does not work.
All other connections i made if SERVICE_NAME does not have dots inside
works properly. Any ideas?
Regards, Andree
SteveE - 24 Sep 2003 20:08 GMT
> Hi all,
>
[quoted text clipped - 6 lines]
>
> Regards, Andree
Try using the database SID.
SteveE