Skip to Main Content

Oracle Database Discussions

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!

Password backup and reset in 19c

Vinay KFeb 5 2025

we are doing a refresh of Dev database from Prod. Oracle version is 19.24

Previously in 11g and 12c we had a way of backing up the existing schema password in encrypted form and restore it back. But in 19c this is not working

Do we have any other methods or doing this in 19c ?

in 12c we used to do this

SQL> SELECT spare4 FROM sys.user$ WHERE name = 'SCOT';

SQL> alter user test identified by values ‘ <PWD Frome above step>’;

Comments
Post Details
Added on Feb 5 2025
1 comment
1,559 views