| Serially Reusable package [message #429858] |
Fri, 06 November 2009 00:28  |
b_chugh Messages: 48 Registered: August 2005 Location: delhi |
Member |
|
|
Hi,
I am getting error of ORA-06534-Cannot access Serially Reusable package.
i am using package with PRAGMA SERIALLY_REUSABLE;
and calling this with application developed on (C# and .NET). Does C# and .NET support this SERIALLY_REUSABLE functionality of oracle?
Please suggest that what needs to be done for this?
Thanks.
|
|
|
|
|
| Re: Serially Reusable package [message #429864 is a reply to message #429862] |
Fri, 06 November 2009 00:52   |
Frank Messages: 7317 Registered: March 2000 |
Senior Member |
|
|
ayush_anand wrote on Fri, 06 November 2009 07:48ORA-06534: Cannot access Serially Reusable package string
Cause: The program attempted to access a Serially Reusable package in PL/SQL called from SQL context (trigger or otherwise). Such an access is currently unsupported.
Action: Check the program logic and remove any references to Serially Reusable packages (procedure, function or variable references) which might happen in PL/SQL called from sql context (trigger or otherwise).
Wow.. you found this all by yourself?
What does this add to my reply?
|
|
|
|
| Re: Serially Reusable package [message #429869 is a reply to message #429864] |
Fri, 06 November 2009 01:03   |
b_chugh Messages: 48 Registered: August 2005 Location: delhi |
Member |
|
|
it tells to remove the reference to Serially Reusable packages.
means if the package is being called is using Pragma Serially_Reusable, i need to remove that key word?
is there any other way?
[Updated on: Fri, 06 November 2009 01:04]
|
|
|
|