In C# I am doing bulkcopy in oracle database then another stored procedure is called with oracle managed data access. Bulk copy is successful and inserts records in table. Next, when stored procedure executed getting the following error :
ORA-03137: malformed TTC packet from client rejected:
[kpoal8Check-3] [16384] [0] [0x000000000] [265512] [] [] []
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
PL/SQL Release 12.2.0.1.0 - Production
"CORE 12.2.0.1.0 Production"
TNS for 64-bit Windows: Version 12.2.0.1.0 - Production
NLSRTL Version 12.2.0.1.0 - Production
Tried to set the environment variable CC_ORA_DISABLE_BATCH_ERRORS=TRUE; but of no use. What is the fix for this error?
4Related questions 18 ORA-08177: can't serialize access for this transaction 8 ORA-12571: TNS:packet writer failure with ASP.NET 3 Oracle Bulk inserts through ADO.NET (C#) - Can't use ODP Related questions 18 ORA-08177: can't serialize access for this transaction 8 ORA-12571: TNS:packet writer failure with ASP.NET 3 Oracle Bulk inserts through ADO.NET (C#) - Can't use ODP 62 ORA-00911: invalid character 0 DTC issues using Oracle and .NET 4 - RM_COMMIT_DELIVERY_FAILED_DUE_TO_CONNECTION_DOWN 0 ORA-12537 when invoking bulk Merge - Oracle.ManagedDataAccess.Client 1 ORA-00911: invalid character Error in C# Application 1 Error BulkCopy with C# - Oracle.DataAccess.Client 4 JDBC Oracle error: java.sql.SQLException: ORA-12592: TNS:bad packet 0 ORA-03113: end-of-file on communication channel after ~ 2 hours and 10 mins Load 7 more related questions Show fewer related questions
Reset to default