Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
write a database figure to implement the master detained relationship.
ORA-26027: unique index string.string partition string initially in unusable state
How will you Handle Error in SQL SERVER 2008?
ORA-26030: index string.string had string partitions made unusable due to:
What is the use of NOLOCK locking hint?
mount: mount to NFS server failed: System Error: Connection timed out
IMP-00064: Definition of LOB was truncated by export
When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............
What severity level errors are managed in TRY-CATCH block?
ORA-26079: file "string" is not part of table string.string
NZE-28890: Entrust Login Failed
today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql
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
why we are using shift key in unix shell script
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 ??