Skip to Main Content

Database Software

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!

Cannot connect to database

user6476743Mar 16 2015 — edited Mar 16 2015

Hello All,

I'm new to Oracle Database.

I changed the password for sys user using

alter user SYS identified by "P@ssw0rd"

and tried to connect using the following command

sqlplus /nolog

SQL> connect sys as sysdba

Enter password:

ERROR:

ORA-12154: TNS:could not resolve the connect identifier specified

SQL>

how can I solve this error ?

Thanks & Regards

Comments
Post Details
Added on Mar 16 2015
1 comment
87 views