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!

ORA-06550: PLS-00172: string literal too long

Tricampeon_1981Jan 26 2024 — edited Jan 26 2024

Hello friends, good afternoon.

I have a problem... I have a procedure with an input parameter called Clob in Oracle 12C. I am going to pass it a very long string of characters but it gives me the following error:

ORA-06550: line 12, column 12:
PLS-00172: string literal too long

Comments
Post Details
Added on Jan 26 2024
2 comments
2,829 views