Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
What severity level errors are managed in TRY-CATCH block?
mount: mount to NFS server failed: System Error: Connection timed out
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.
what is the instrument that used in Mechanical Energy??
if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires
ORA-26029: index string.string partition string initially in unusable state
ORA-26094: stream format error: input column overflow
java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page
IMP-00064: Definition of LOB was truncated by export
What is the use of NOLOCK locking hint?
what is new g/l functionality
ORA-26028: index string.string initially in unusable state
What is Mutex error in Triggers?
What is live lock, deadlock and what is Lock escalation?
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 ??