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!

Getting ORA-03127: no new operations allowed until the active operation ends Error

2756698Sep 23 2014 — edited Sep 23 2014
Getting ORA-03127: no new operations allowed until the active operation ends Error while executing below Query,

select   xmlagg ((xmlelement (e, docid || ',')).extract ('//text()')).getclobval() as grnno,

xmlagg ((xmlelement (e, docdt || ',')).extract ('//text()')).getclobval() as grndt,

         sum (ld.grnqty) as grnqty, ld.rate, sum (ld.netamt) grncuramt,

         sum (ld.netcost) as omramt, ld.podtlid

    from localgrnhdr lg, localgrndtl ld

   where lg.cancel = 'F' and lg.localgrnhdrid = ld.localgrnhdrid

group by ld.rate, ld.podtlid

order by podtlid


Please give me solution to solve this issue.



Message was edited by: 24e4e882-113c-4873-8407-317c5d58c1a6

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2014
Added on Sep 23 2014
1 comment
1,171 views