| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-00997 8i trigger long raw problem
"Steve" <saustin_at_hsius.com> wrote in message
news:1121184021.835917.149040_at_g44g2000cwa.googlegroups.com...
> Thanks Jim. Am unfortunately forced into dealing with this !%!%%! for
> the next year. Do you have any old trigger code samples you would be
> willing to share that show a successful conversion to clob ? Have seen
> the ask Tom samples but they are clear as mud.
> Steve.
>
2 ways. pl/sql varchar2 which is limited to 32K. If it is longer than that
then you are going to have to use dbms_sql to deal with it piecewise. See
the pl/sql supplied packages dbms_sql for using the dbms_sql package.
Lobs are dealt with in a whole different manner. Jim Received on Tue Jul 12 2005 - 21:54:44 CDT
![]() |
![]() |