Re: fetching long variable in PL/SQL 2004-01-26 - By Jacques Kilchoer
dbms_sql.column_value_long
An example of its use can be seen here:
http://otn.oracle.com/oramag/code/tips2003/020903.html
Searching for Text within the Trigger Body
This tip comes from Dejan Jovanovic, Oracle Applications Developer at Xerox in Dundalk, Ireland.
> -- --Original Message-- --
> A.Bahar@(protected)
>
>
> I have a problem about fetching long variable in PL/SQL.
> I encountered with problem in following PL/SQL block.
> When I try to fetch long variable , I receive " PL/SQL:
> numeric or
> value error ORA-06512 (See ORA-06512.ora-code.com) ".
> As I searched in metalink, it is releated to size of long
> variable.
> Probably it is greather than
> 32KB.
> I could not find a solution.
> Do you have any info or and advice that how I can fetch long
> variables greather than 32KB.
> May it can be divided into more than one variable but how.
>
|
|