This PL/SQL block declares variables to store a username, new password, and status. It calls a package to change the password for the username to the new password, stores the return status, and prints a message depending on if the status indicates success or failure, committing or rolling back the transaction.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
89 views1 page
Reset PWD
This PL/SQL block declares variables to store a username, new password, and status. It calls a package to change the password for the username to the new password, stores the return status, and prints a message depending on if the status indicates success or failure, committing or rolling back the transaction.