Hi,
I am new to Oracle, so request you to help me fix this issue.
I am trying to login to the database using schema name and password like:
sqlplus username/password@dbname
But it gives me the following error:
ERROR:
ORA-01017: invalid username/password; logon denied
But I am able to login with the same username and password when I just pass it as:
$sqlplus
Enter user-name: username
Enter password: password
SQL>
I have checked tnsnames.ora and sqlnet.ora file and the values inside these files are perfect.
I just have only one database on this machine.
Machine OS: linux
Please help me is resolving this.
Thanks,
-Rajiv