Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
What is SCD (Slowly Changing Dimensions)? What are its types?
why we are using shift key in unix shell script
RMAN-05017: no copy of datafile number found to recover
ORA-26082: load of overlapping segments on table string.string is not allowed
ORA-16516: The current state is invalid for the attempted operation.
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
What is Mutex error in Triggers?
java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page
hp asking for replication floppy to do reinstall 25254 server assistant
How will you Handle Error in SQL SERVER 2008?
what is the instrument that used in Mechanical Energy??
ORA-26027: unique index string.string partition string initially in unusable state
IMP-00064: Definition of LOB was truncated by export
IMG-02003: 2FF03 - incorrect color histogram feature specification
Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??