ORA-01017: invalid username/password; logon denied
Hi,
Can any one have idea what problem is going on ? I am sure the id / password is correct. The testing environment is Oracle 19c.
[oracle@labdb01-a ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Thu Jul 14 16:23:58 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQL> CREATE USER test IDENTIFIED BY test;
User created.
SQL> exit
[oracle@labdb01-a ~]$ sqlplus test/test
SQL*Plus: Release 19.0.0.0.0 - Production on Thu Jul 14 16:25:15 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name: