I currently run applications in Oracle WebDB built using PL/SQL. The only access I have to change a user's password for WebDB in an Oracle Enterprise Manager Console installed on my PC. Our web console and change password page for the users are no longer available.
I am trying to write a new change password page. Is there any way I can find out what encryption type the OEM console uses to update the sys.user$
table so I can replicate it in my new password change page?