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

Home -> Community -> Usenet -> c.d.o.misc -> Re: possible dual table problem

Re: possible dual table problem

From: Alexander I. Doroshko <aid_at_grant.kharkov.ua>
Date: 17 Jun 1998 19:10:52 GMT
Message-ID: <01bd9a23$0a23e7a0$190114c1@sister.grant.UUCP>

saropani_at_my-dejanews.com wrote in article <6m7tim$f29$1_at_nnrp1.dejanews.com>...
>> I think i know the problem. As you know the dual table must have only one row.
> Somehow another row has been inserted. So, all you have to do is just
delete
> one of them as SYS user,
>
> connect SYS/'passwd';
> DELETE FROM dual WHERE ROWNUM > 1;

DELETE FROM dual WHERE ROWNUM < 2;

rownum>1 will never work.

Received on Wed Jun 17 1998 - 14:10:52 CDT

Original text of this message

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