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!

ORA-00000: normal, successful completion in 12c while connecting from sqlplus

MaahjoorOct 7 2015 — edited Oct 29 2015

Dear all,

I have installed oracle 12c on windows server 2012.

i have changed the sqlnet.ora file because some of my client were unable to connect since they were using older oracle client or 32 bit clients. somehow, my sqlnet.ora file is below


SQLNET.AUTHENTICATION_SERVICES= (NTS)

SQLNET.ALLOWED_LOGON_VERSION=(10,9,8,7)

SQLNET.ALLOWED_LOGON_VERSION_SERVER=8

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

now, in my server, when i try to login in sqlplus, i receive this error

C:\Users\Administrator>sqlplus

SQL*Plus: Release 12.1.0.2.0 Production on Wed Oct 7 12:38:21 2015

Copyright (c) 1982, 2014, Oracle.  All rights reserved.

Enter user-name: sys/mypassword@mydbstring as sysdba

ERROR:

ORA-00000: normal, successful completion

Enter user-name:

how could i fix this?

thanks you

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2015
Added on Oct 7 2015
18 comments
7,895 views