Re: Copy Blob data into Varchar2
From: Sanjay Mishra <"Sanjay>
Date: Wed, 25 Mar 2020 15:19:16 +0000 (UTC)
Message-ID: <1973246510.1934454.1585149556163_at_mail.yahoo.com>
Date: Wed, 25 Mar 2020 15:19:16 +0000 (UTC)
Message-ID: <1973246510.1934454.1585149556163_at_mail.yahoo.com>
Thanks Norman, Db is 12.2 but maxsize is not extended. I will test on Sandbox and test it. Sanjay
On Wednesday, March 25, 2020, 04:49:45 AM EDT, Norman Dunbar <oracle_at_dunbar-it.co.uk> wrote:
On 25/03/2020 03:14, Sanjay Mishra (Redacted sender smishra_97 for
DMARC) wrote:
> ORA-06502: PL/SQL: numeric or value error: character string buffer too small
What version of Oracle? In the limits section of the manual for 11g, the VARCHAR2 data type is limited to 4,000 bytes. Check the "Reference" manual for your version.
For version 12 it's also 4,000 but can be 32,767 if you have set MAX_STRING_SIZE to EXTENDED in the spfile.
Cheers,
Norm.
-- Norman Dunbar Dunbar IT Consultants Ltd Registered address: 27a Lidget Hill Pudsey West Yorkshire United Kingdom LS28 7LG Company Number: 05132767 -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 25 2020 - 16:19:16 CET