Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this a bug?
On Thu, 04 Jan 2007 19:45:07 -0500, Serge Rielau wrote:
> OK, I bite. What's wrong with the code? (I mean beyond being silly)
SQL> Connected. SQL> SQL> CREATE SYNONYM dummy FOR dual; SQL> DECLARE
4 SELECT dummy 5 INTO dummy 6 FROM dummy; 7 8 dbms_output.put_line(dummy);
Since the code executes OK (as shown above), I /think/ being silly, and likely unmaintainable, was the point.
-- Hans Forbrich (mailto: Fuzzy.GreyBeard_at_gmail.com) *** Feel free to correct me when I'm wrong! *** Top posting [replies] guarantees I won't respond.Received on Thu Jan 04 2007 - 19:54:13 CST