problem while executing Ref cusror [message #332471] |
Tue, 08 July 2008 11:16 |
ramanajv1968
Messages: 168 Registered: December 2005 Location: HYDERABAD
|
Senior Member |
|
|
Hi All,
Below is the sample code :
Procedure P1(V_in clob) is
where V_in is the select query.
Quote: | For my procedure I am getting a select query as an input string.
And by using ref cursor I am executing that query and fetching the values into a table type and using.
But when ever the syze of the input select query exceds the 32,767 then I am getting the pl/sql numric error.
how can I handle such scenarios. as the select state is variets dynamically,
|
Thanks,
[Updated on: Tue, 08 July 2008 11:32] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|