SQL Language (MOSC)

MOSC Banner

dynamic sql using OMF naming

edited Feb 18, 2010 4:05AM in SQL Language (MOSC) 3 commentsAnswered ✓
 Dynamic sql appears to get hung on the "+" in the omf naming using asm example:

execute immediate 'ALTER TABLESPACE '||rec_free.tablespace_name||' ADD DATAFILE '''||V_BASE_DIR||''' SIZE 128M AUTOEXTEND ON NEXT 12

8M MAXSIZE 5120M;

rec_free.tablespace_name = SBLDATA and V_BASE_Dir = +DG_NXTGND1

How can I force the parser to ignore the + ?

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