Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dba_views and column text (long type)

385668Apr 1 2005 — edited Apr 5 2005
Hi,

when i excute this select :

select view_name||' '||
owner||' '||
to_char(text_length)||' '||
dbms_lob.substr(text_clob(view_name),text_length,1)
from sys.dba_views@my_link;
-- text_clob is a function wich convert long to clob

I have this error:

ORA-06502: PL/SQL: numeric or value error: character string buffer too small

any suggestion.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2005
Added on Apr 1 2005
10 comments
4,734 views