Good day. If i do sqlplus user/oracle@db i have successfull connection with db.
If i do sqlplus user/oracle@db as sysdba i have error ORA-01017.
But at the server this command executes successfully.
My tnsnames.ora:
db =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.175)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
Also i can't do sqlplus /@db as sysdba. And after sqlplus user@db as sysdba i enter a password and have this error too. At the server this executes without errors. What is the problem?
Oracle VirtualBox with Win2008, Oracle 12c