Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12841: Cannot alter the session parallel DML state within a transaction

598338Sep 25 2007 — edited Aug 10 2010
Hello,

We are executing the below statement in a procedure.

EXECUTE IMMEDIATE 'ALTER SESSION ENABLE PARALLEL DML';

This is the 1st statement in the procedure. This code was working since past many months, but yesterday it gave following error:

ORA-12841: Cannot alter the session parallel DML state within a transaction

My question is:
- What could make the statement to give this error ? (the code has not changed)
- Can this happen upon changing any db parameter ?

Please help, thanks in advance :)

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2010
Added on Sep 25 2007
12 comments
15,045 views