View Single Post
  #5 (permalink)  
Old June 6th, 2008, 14:01
sprabhakar sprabhakar is offline
Junior Member
 
Join Date: Dec 2006
Posts: 17
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sprabhakar is on a distinguished road
Send a message via AIM to sprabhakar
Re: Unable to edit VPD

From version 5.0, any changes to the VPD automatically clears the shared pool on the database server. This is done to clear out any cached execution plans/queries.

To avoid the above error, the DBA needs to create the stored procedure "flush_shared_pool" (available in the glogowner schema ) in the "system" schema and grant execute rights to glogowner and glogdba.

Once this is done, the VPD changes will take effect without a restart of the application server.
Reply With Quote