Skip to Main Content

SQL & PL/SQL

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!

dbms_lob.trim not working ?

37820May 13 2011 — edited May 13 2011
dbms_lob.trim not working ?
=============================

I am using Oracle 11g/Sqldeveloper. I learned that dbms_lob.trim could be used to trim the CLOB items. I have the query

SELECT dbms_lob.trim (WHATMEMO,3990) WHATMEMO_V
FROM TEXT_TAB A;

ORA-00904: "DBMS_LOB"."TRIM": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Error at Line: 17 Column: 4

What we could do to recognize DBMS_LOB.TRIM function in SQL?

What is happening here?

Thanks in helping.
This post has been answered by MichaelS on May 13 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2011
Added on May 13 2011
3 comments
1,372 views