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!

How to hide password in plsql code calling service with basic auth

juliojgsFeb 7 2024

I found some plain text passwords in my code, plsql in oracle 19c

I'd like to avoid it if possible.

Mostly they are calls to services with apex_web_service.make_request

Also have some sftp login, and a passwords, and a wallet password , which I believe I can avoid if the wallet is autologin.

Is there something easy which I can call and give me back a password to put in a plsql call?

Thanks

Comments
Post Details
Added on Feb 7 2024
2 comments
571 views