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 -> Yet another funny PL/SQL parser "feature"

Yet another funny PL/SQL parser "feature"

From: FC <flavio_at_tin.it>
Date: Fri, 02 Aug 2002 19:17:14 GMT
Message-ID: <_UA29.176911$vm5.5840157@news2.tin.it>

Hello folks,
here is another interesting parser feature of 8.1.7.0.0.

I bet you don't have any table called <ohmygoodness> in your db, but the following procedure will still compile without a hitch. Luckily enough, it will raise an exception at run time, unless you do have a table with such name.



Procedure have_fun
is
begin
  lock table ohmygoodness in share mode; End;

Bye,
Flavio Received on Fri Aug 02 2002 - 14:17:14 CDT

Original text of this message

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