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!

Decrypt value in SQL

User_19BPUDec 30 2019 — edited Jan 2 2020

Hi,

Is there a decrypt function to decrypt the value using Oracle SQL for the below code which is encrypted? for example i have a value stored in the table column "EID" like below

eid=MTg3NjMwODQ3ODlAMTYzLmNvbQ==

I want to read this value from the table column and decrypt this value using SQL function and display the decrypted value (from encrypted to display the actual value) using SQL

Is there any way to decrypt the above value through Oracle SQL ?

Thanks

Comments
Post Details
Added on Dec 30 2019
7 comments
6,744 views