Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
write a database figure to implement the master detained relationship.
hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.
hp asking for replication floppy to do reinstall 25254 server assistant
ORA-16627: No standby databases support the overall protection mode.
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.............
How to view the error log for any specific instance?
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
RMAN-05017: no copy of datafile number found to recover
What severity level errors are managed in TRY-CATCH block?
ORA-26027: unique index string.string partition string initially in unusable state
ORA-26030: index string.string had string partitions made unusable due to:
IMP-00064: Definition of LOB was truncated by export
ORA-16516: The current state is invalid for the attempted operation.
ORA-26076: cannot set or reset value after direct path structure is allocated
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 ??