Database Networking (MOSC)

MOSC Banner

ORA-01017 system/password@alias as sysdba does not work over network

edited Jun 12, 2018 5:01AM in Database Networking (MOSC) 7 commentsAnswered

I have an entry in tnsnames.ora:

MYBSP =  (DESCRIPTION =    (ADDRESS = (PROTOCOL = TCP)(HOST = server)(PORT = 1521))    (CONNECT_DATA =      (SERVER = DEDICATED)      (SERVICE_NAME = orcl.domain.de)    )  ) 

Wenn I'm on the server I can type into a CMD shell

sqlplus system/password@mybsp as sysdba

and it connects fine.

Doing the same in a CMD prompt on a client, I'm getting an ORA-01017 Benutzername/Kennwort ungultig; Anmeldung abgelehnt

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