Using ORACLE_DATAPUMP by WAS
Using ORACLE_DATAPUMP for extracting tables by WAS fails without clear reason.
ALL these queries are carried out with out TRANSACTIONS .
The Error received is:
sqlErrCode = [600], sqlState = [60000], reason: [Query <++ ++> failed executeRegularUpdateStatement method caught
SQLException with Exception 'java.sql.SQLException' message = ORA-00600: internal error code, arguments: [qks3tInit], [], [], [], [], [], [], []
], [], [], [], [], [], [], []
Doing the same by SQLPLUS run well, SQLLoader running well by WAS.
Any ideas?
0