cancel
Showing results for 
Search instead for 
Did you mean: 

ORA-08177: can't serialize access for this transaction

former_member192181
Participant
0 Kudos


Hi All,

Iam Using JDBC Sender Adapter where using pipelined functions to fetch data and using custom module to update the records which got fetched.

When Iam trying to fetch more than 1000 records, Iam facing the issue as ORA-08177: can't serialize access for this transaction.

The Java Module is throwing error as ORA-08177: can't serialize access for this transaction.

Please advice on this.

Thanks and Regards,

Lalitha

Accepted Solutions (0)

Answers (3)

Answers (3)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Lalitha,

Check note 831162 FAQ: XI 3.0 / PI 7.0 / PI 7.1 / PI 7.3 JDBC Adapter

-> 21. ORACLE: ORA-08177: can't serialize access for this transaction

Regards

Mark

former_member192181
Participant
0 Kudos

Hi Mark,

I have already tried which is mentioned in the Note. But it is not working.

Thanks,

Lalitha

former_member192181
Participant
0 Kudos

Iam not using advanced mode.

Former Member
0 Kudos

Hi

Please use that and see if works or not.

former_member192181
Participant
0 Kudos

No.. It is throwing the same error.

Former Member
0 Kudos

Hi

Set the isolation level to "Read Committed".


Check this tread for more details