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 -> Re: Is this a bug?

Re: Is this a bug?

From: HansF <Fuzzy.Greybeard_at_gmail.com>
Date: Fri, 05 Jan 2007 01:54:13 GMT
Message-Id: <pan.2007.01.05.01.54.13.683783@gmail.com>


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

  2 dummy VARCHAR2(1);
  3 BEGIN
  4     SELECT dummy
  5     INTO dummy
  6     FROM dummy;
  7
  8     dbms_output.put_line(dummy);

  9* END;
SQL> /
X      

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

Original text of this message

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