Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> How to escape hints in PL/SQL
How do you translate
update (
select/*+bypass_ujvc */ t1.c c <=====
to PL/SQL?
Oracle developer doesn't like the hints once you quote this line:
sql_stmt := 'update(' ||
'select/*+bypass_ujvc */ t1.c c' ||
....... and so on... Received on Tue Aug 29 2006 - 16:25:09 CDT