QUOTENAME
831655Feb 23 2011 — edited Feb 23 2011hi..
i am converting a procedure for long running process from SQL server to Oracle...
whn i compiles the procedure its giving me error in the following line....
v_FROM := ' FROM ' || (COALESCE(v_Owner, 'dbo')) || '.' || QUOTENAME+(v_Table);
the error is
Error(35,63): PLS-00201: identifier 'QUOTENAME' must be declared
i guess oralce doesn't support 'QUOTENAME' keyword ...if so then what can be the replacement??
thanks....