Skip to Main Content

SQL & PL/SQL

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!

oracle autonomous ORA-01017: invalid username/password

Michael ErlekamJun 4 2020 — edited Jun 4 2020

Hi all,

I'd just like to share that one - in case someone else runs into the same issue.

I just created a new db schema on the customers autonomous data warehouse using a complex password but no special characters.

create user username identified by G48GHoJSKrb5hB;

Then I tried to login in and got ORA-01017: invalid username/password.

Solution in my case was to use a password with at least two special characters. After that, the login succeeded.

Best regards

Michael

Comments

Post Details

Added on Jun 4 2020
16 comments
2,532 views