Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11)
ORA-16516: The current state is invalid for the attempted operation.
mount: mount to NFS server failed: System Error: Connection timed out
IMP-00064: Definition of LOB was truncated by export
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
ORA-26029: index string.string partition string initially in unusable state
What is the meaning of lock escalation and why/how to stop this?
ORA-26030: index string.string had string partitions made unusable due to:
RMAN-05017: no copy of datafile number found to recover
What is the use of NOLOCK locking hint?
ORA-26084: direct path context already finished
ORA-16627: No standby databases support the overall protection mode.
How to view the error log for any specific instance?
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
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 ??
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.