dbTalk Databases Forums  

How to prevent using shared pool with dynamic sql pivoting?

comp.databases.oracle.server comp.databases.oracle.server


Discuss How to prevent using shared pool with dynamic sql pivoting? in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #81  
Old   
trbosjek
 
Posts: n/a

Default Re: How to prevent using shared pool with dynamic sql pivoting? - 06-22-2008 , 08:01 AM






Anton, you are my hero!

For those who have 10.1.0.3.0, and invalidate procedure is missing
from dbms_utility, here's how I did it:

PRAGMA AUTONOMOUS_TRANSACTION;
..
..
..
dbms_job.submit(t_id,'EXECUTE IMMEDIATE ''ALTER TYPE PivotImpl COMPILE
BODY'';');


Reply With Quote
  #82  
Old   
trbosjek
 
Posts: n/a

Default Re: How to prevent using shared pool with dynamic sql pivoting? - 06-22-2008 , 08:01 AM






Anton, you are my hero!

For those who have 10.1.0.3.0, and invalidate procedure is missing
from dbms_utility, here's how I did it:

PRAGMA AUTONOMOUS_TRANSACTION;
..
..
..
dbms_job.submit(t_id,'EXECUTE IMMEDIATE ''ALTER TYPE PivotImpl COMPILE
BODY'';');


Reply With Quote
  #83  
Old   
trbosjek
 
Posts: n/a

Default Re: How to prevent using shared pool with dynamic sql pivoting? - 06-22-2008 , 08:01 AM



Anton, you are my hero!

For those who have 10.1.0.3.0, and invalidate procedure is missing
from dbms_utility, here's how I did it:

PRAGMA AUTONOMOUS_TRANSACTION;
..
..
..
dbms_job.submit(t_id,'EXECUTE IMMEDIATE ''ALTER TYPE PivotImpl COMPILE
BODY'';');


Reply With Quote
  #84  
Old   
trbosjek
 
Posts: n/a

Default Re: How to prevent using shared pool with dynamic sql pivoting? - 06-22-2008 , 08:01 AM



Anton, you are my hero!

For those who have 10.1.0.3.0, and invalidate procedure is missing
from dbms_utility, here's how I did it:

PRAGMA AUTONOMOUS_TRANSACTION;
..
..
..
dbms_job.submit(t_id,'EXECUTE IMMEDIATE ''ALTER TYPE PivotImpl COMPILE
BODY'';');


Reply With Quote
  #85  
Old   
trbosjek
 
Posts: n/a

Default Re: How to prevent using shared pool with dynamic sql pivoting? - 06-22-2008 , 08:01 AM



Anton, you are my hero!

For those who have 10.1.0.3.0, and invalidate procedure is missing
from dbms_utility, here's how I did it:

PRAGMA AUTONOMOUS_TRANSACTION;
..
..
..
dbms_job.submit(t_id,'EXECUTE IMMEDIATE ''ALTER TYPE PivotImpl COMPILE
BODY'';');


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.