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: ORA-01830 On Delete but not on Select?

Re: ORA-01830 On Delete but not on Select?

From: Jens Mohrmann <jmohrmann_at_snafu.de>
Date: Fri, 23 Mar 2007 08:42:11 +0100
Message-ID: <56hemjF296ql1U1@mid.uni-berlin.de>


Anurag,

unfortunateley there are no triggers defined for this table.

Even a

create table testlog as select * from mflogbook; commit;
DELETE FROM testlog WHERE TO_DATE(TRIM(DATETIME), 'DD.MM.YYYY HH24:MI:SS')+30 < TO_DATE('22.03.2007', 'DD.MM.YYYY');

was yielding the same ORA-01830.

Do you have another idea?

Thanks

Jens Mohrmann

"Anurag Varma" <avoracle_at_gmail.com> schrieb im Newsbeitrag news:1174599402.805030.203220_at_o5g2000hsb.googlegroups.com...

>

> Are there any triggers on that table which might be causing this?
> Anurag
>
Received on Fri Mar 23 2007 - 02:42:11 CDT

Original text of this message

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