1

I am using AES_ENCRYPT ('text','key') function to insert password in MYSQL. I wanted to use same function in ORACLE but it shows Invalid Identifier (AES_ENCRYPT). Please help

0

1 Answer 1

1

First, there is no AES_ENCRYPT in Oracle

Second if you want to encrypt the password in Oracle then you can use the DBMS_CRYPTO

DBMS_CRYPTO provides an interface to encrypt and decrypt stored data, and can be used in conjunction with PL/SQL programs running network communications.

Sign up to request clarification or add additional context in comments.

1 Comment

@RON:- You are welcome. You can refer this doc where you will find examples and explanation of it: docs.oracle.com/cd/B19306_01/network.102/b14266/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.