i cannot connect to oracle Database using sqlplus
i cannot connect to oracle Database using sqlplus
client tnsnames
ZAN =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = PRODZAN)
(PORT = 1527)
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = PRODZAN)
)
)
i am using this string
sqlplus username/password@PRODZAN
and i am getting this error ERROR:ORA-12154: TNS:could not resolve the connect identifier specified