Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
IMP-00064: Definition of LOB was truncated by export
What is the meaning of lock escalation and why/how to stop this?
What is SCD (Slowly Changing Dimensions)? What are its types?
How will you Handle Error in SQL SERVER 2008?
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
write a database figure to implement the master detained relationship.
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
ORA-26032: index string.string loading aborted after string keys
I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.
ORA-16516: The current state is invalid for the attempted operation.
IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
ORA-16626: failed to enable specified object
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 ??