I can’t connect Oracle 19C with sqlplus / as sysdba
Oracle Linux
<code>[oracle]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:25:22 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
</code>
<code>[oracle]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:25:22 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
</code>
[oracle]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:25:22 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
With SYS is OK
<code>[oracle]$ sqlplus sys as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:28:24 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
</code>
<code>[oracle]$ sqlplus sys as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:28:24 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
</code>
[oracle]$ sqlplus sys as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Jun 5 11:28:24 2024
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
sqlnet.ora settings is OK
<code>SQLNET.AUTHENTICATION_SERVICES= (NTS)
</code>
<code>SQLNET.AUTHENTICATION_SERVICES= (NTS)
</code>
SQLNET.AUTHENTICATION_SERVICES= (NTS)
<code>[oracle@]$ groups oracle
oracle : oinstall dba oper backupdba dgdba kmdba racdba
</code>
<code>[oracle@]$ groups oracle
oracle : oinstall dba oper backupdba dgdba kmdba racdba
</code>
[oracle@]$ groups oracle
oracle : oinstall dba oper backupdba dgdba kmdba racdba
What could be the problem?
Thanks!
New contributor
Gaal Benga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.