Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlplus connection string in 19c

DayanandDec 10 2020 — edited Jan 18 2021

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

Comments
Post Details
Added on Dec 10 2020
5 comments
8,792 views