ORA-12154 when doing SQLPLUS user/passw@database...
Hi!
Im getting the famous ORA-12154 when doing this:
SQLPLUS scott/tiger@test
This is my tnsnames.ora:
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.x.xxx)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = test)
)
)
I can connect when setting the sid and then SQLPLUS
and then user/passw.
Regards
Im getting the famous ORA-12154 when doing this:
SQLPLUS scott/tiger@test
This is my tnsnames.ora:
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.x.xxx)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = test)
)
)
I can connect when setting the sid and then SQLPLUS
and then user/passw.
Regards
0