Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
ORA-26094: stream format error: input column overflow
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
ORA-26076: cannot set or reset value after direct path structure is allocated
What is Mutex error in Triggers?
How will you Handle Error in SQL SERVER 2008?
ORA-26029: index string.string partition string initially in unusable state
How to view the error log for any specific instance?
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.............
When do you get "getwmicomexception"?
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
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-16626: failed to enable specified object
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
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 ??