Hi All,
I have recently installed 19c EE . I am able to login to sqlplus username/password@<sid>.
But I am unable to login as sqlplus username@<sid>/password. Password is again prompted after this.
-bash-4.2$ sqlplus <username>@<sid>/<password>
SQL*Plus: Release 19.0.0.0.0 - Production on Thu Dec 10 17:28:32 2020
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Enter password:
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
But the same method was working in 12c. Is this a limitation in 19c or should i follow any additional step to configure.
Thanks