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.