Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to escape hints in PL/SQL

How to escape hints in PL/SQL

From: sidey <sideyt_at_hotmail.com>
Date: 29 Aug 2006 14:25:09 -0700
Message-ID: <1156886709.919953.298520@h48g2000cwc.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US