Database Networking (MOSC)

MOSC Banner

i cannot connect to oracle Database using sqlplus

edited May 18, 2016 11:23AM in Database Networking (MOSC) 8 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center