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 a password used in a PL/SQL package?

Jose ArósteguiDec 20 2017 — edited Dec 20 2017

Hi experts,

I'm using Oracle Database 12c Enterprise Edition Release 12.1.0.2.0, and I've implemented a package that uses utl_http to call some SOAP services authenticated with a User Certificate stored in a Oracle Wallet.

It's is working fine already, but the password for the Oracle Wallet is in plain text in the package body.

I was thinking in wrapping it, but I've googled and tested how easy is to unwrap it and get the text back.

Any suggestions?

Best regards,

Jose.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2018
Added on Dec 20 2017
2 comments
585 views