dbTalk Databases Forums  

PL/SQL CLOB

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss PL/SQL CLOB in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Patrick Neumann
 
Posts: n/a

Default PL/SQL CLOB - 08-29-2009 , 09:38 AM






Hi,

I'am trying to assign a CLOB more than 32k within a stored procedure
under Oracle 9i.
Unfortunately CLOB seems to be limited to 32k. Search already metalink,
web etc but did
not get a clue how to worksaoround.

Anyone who has a workaournd/solution?

Thanks,
Patrick

Reply With Quote
  #2  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: PL/SQL CLOB - 08-30-2009 , 06:27 AM






Patrick Neumann wrote:
Quote:
Hi,

I'am trying to assign a CLOB more than 32k within a stored procedure
under Oracle 9i.
Unfortunately CLOB seems to be limited to 32k. Search already metalink,
web etc but did
not get a clue how to worksaoround.

Anyone who has a workaournd/solution?

Thanks,
Patrick
A clob is a clob... not limited on 32k. With or
without a package.

I suspect you assign it to a varcghar2 variable.
That can extend from 4k in the db to 32k in PL/SQL
Show the code.
--

Regards,
Frank van Bortel

Reply With Quote
  #3  
Old   
Taurus
 
Posts: n/a

Default Re: PL/SQL CLOB - 09-02-2009 , 02:26 AM



Quote:
A clob is a clob... not limited on 32k. With or
without a package.

I suspect you assign it to a varcghar2 variable.
That can extend from 4k in the db to 32k in PL/SQL
Show the code.
Thanks for answering,

I forced assignments to clob only and got over it.
Afterwards next issue occurs while utml_stmp.write_data but writing
clob in chunks works.

BR,
Patrick

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.