Database Administration (MOSC)

MOSC Banner

11gR2 : EXECUTE IMMEDIATE and MAX SIZE STRING

edited May 26, 2014 12:00PM in Database Administration (MOSC) 7 commentsAnswered

Hi ,

I would like to understabnd why :

execute immediate 'string_33K' ; -- doesn't work but

execute immediate 'string_32K_first'||'string_32K_second' ; -- works good !

What about using DBMS_SQL and CLOB ?

Best regards.

GD.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center