You Imagine We Build!!
Focusing problem solving with bird's-eye view & ground level implementation.
Friday, July 19, 2019
ORA-01704: string literal too long; String to Clob
Use
insert into .. values (
to_clob('...') || to_clob('...')..
) or
update table ..values(
to_clob('...') || to_clob('...')
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment