Re: Oracle Stored Proc problem
- From: "KK" <krallabandi@xxxxxxxxx>
- Date: 6 Sep 2006 12:13:41 -0700
Is it a must to declare length?
Maxim Demenko wrote:
KK schrieb:
Is there any way to declare a variable in stored procedure that should
hold --- length of text which is not known at design time.
In the above example If I use vDupTxt VARCHAR(---), I have to specify
length (1.. 32767)
While executing the stored procedure at runtime, some times I may want
to assign longer text.
Appreciate your help!
Thanks
PL SQL variables are limited to 32K (i.e. you can't assign a longer
value to pl sql variable).
Best regards
Maxim
.
- Follow-Ups:
- Re: Oracle Stored Proc problem
- From: Maxim Demenko
- Re: Oracle Stored Proc problem
- From: fitzjarrell@xxxxxxx
- Re: Oracle Stored Proc problem
- From: Sybrand Bakker
- Re: Oracle Stored Proc problem
- References:
- Oracle Stored Proc problem
- From: KK
- Re: Oracle Stored Proc problem
- From: Maxim Demenko
- Oracle Stored Proc problem
- Prev by Date: Re: Views - performance
- Next by Date: Enterprise Manager 10G
- Previous by thread: Re: Oracle Stored Proc problem
- Next by thread: Re: Oracle Stored Proc problem
- Index(es):
Relevant Pages
|