![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We're trying to insert a value that is like 50,000 characters long into a CLOB column from PL/SQL. It is passed in as a parameter to a CLOB type. Now, from what I am reading 32k is the limit for any variable in PL/ SQL. First, what is the best way to get around this. Second, if 32k is the largest, the how does one insert objects, photos, etc into an object column if PL/SQL can only handle 32k? |
#3
| |||
| |||
|
|
"The Magnet" <a... (AT) unsu (DOT) com> wrote in message news:f40c0053-0fef-473a-a206-f9319a55669c (AT) q8g2000vbm (DOT) googlegroups.com... We're trying to insert a value that is like 50,000 characters long into a CLOB column from PL/SQL. *It is passed in as a parameter to a CLOB type. Now, from what I am reading 32k is the limit for any variable in PL/ SQL. First, what is the best way to get around this. Second, if 32k is the largest, the how does one insert objects, photos, etc into an object column if PL/SQL can only handle 32k? Check out the dbms_lob package. -- Terry Dykstra |
#4
| |||
| |||
|
|
We're trying to insert a value that is like 50,000 characters long into a CLOB column from PL/SQL. It is passed in as a parameter to a CLOB type. Now, from what I am reading 32k is the limit for any variable in PL/ SQL. First, what is the best way to get around this. Second, if 32k is the largest, the how does one insert objects, photos, etc into an object column if PL/SQL can only handle 32k? |
![]() |
| Thread Tools | |
| Display Modes | |
| |