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!

Remove HTTP digest authentication from sys user

Fabio TakaradaNov 22 2019 — edited Nov 22 2019

Hi Folks.

To disable MD5 hashing in stored password for user SYS, I´m just trying to remove HTTP digest authentication.

Do you know if it´s possible and how to do it ?

SQL> select * from dba_digest_verifiers where username='SYS';

USERNAME                                                                                                                         HAS DIG

-------------------------------------------------------------------------------------------------------------------------------- --- ---

SYS                                                                                                                              YES MD5

SQL> alter user sys http digest disable;

alter user sys http digest disable

*

ERROR at line 1:

ORA-28036: HTTP digest authentication cannot be configured for global or external user

Fabio

Comments

Post Details

Added on Nov 22 2019
3 comments
1,291 views