Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Stored Proc issues
On 6 Sep 2006 11:47:07 -0700, "KK" <krallabandi_at_gmail.com> wrote:
>
>While executing the stored procedure at runtime, some times I may want
>to assign longer text.
A *stored* procedure is a *stored* procedure isn't it? So either max sure the length is sufficient or use a CLOB instead of a VARCHAR2 or generate an anonymous block on the fly and create an unscalable app.
-- Sybrand Bakker, Senior Oracle DBAReceived on Wed Sep 06 2006 - 14:15:43 CDT
![]() |
![]() |