First Create bellow SPs in Oracle database :
- BLOB_TO_CLOB.sql
- CLOB_TO_BLOB.sql
- CLOB_TO_CHAR.sql
- CLOB_TO_RAW.sql
Create a temporary table to split large strings into small strings in an Oracle database :
- TMP_SHRINK_LARGE_STRING.sql
Create bellow SPs in Oracle database for encrypt and decrypt string data :
- FUNC_ENCRYPT.sql
- FUNC_ENCRYPT_L.sql
- FUNC_ENCRYPT_WITH_IV.sql
- FUNC_DECRYPT.sql
- FUNC_DECRYPT_L.sql
- FUNC_DECRYPT_WITH_IV.sql