Home
The Toolkit for Online Communities
15889 Community Members, 2 members online, 1842 visitors today
Log In Register

Forum OpenACS Q&A: Re: Bizarre Oracle behavior - package problems

OpenACS Home : Forums : OpenACS Q&A : Re: Bizarre Oracle behavior - package problems : One Message

+
Posted by ABHISHEK TANWAR on
ThE packages are invalidated when the user wants to make an attempt to the package specification in the same session. As the specification is compiled only once.. so when recompiling the same package spec..again in the same session..its state becomes invalid..

One Solution may be.. recompile the package using dynamic sql..