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-00903

Re: ORA-00903

From: <fitzjarrell_at_cox.net>
Date: Wed, 01 Aug 2007 13:27:01 -0700
Message-ID: <1186000021.519567.127510@j4g2000prf.googlegroups.com>


On Aug 1, 3:20 pm, Sashi <small..._at_gmail.com> wrote:

> How come the server throws out a message which seems to send me off on
> a tangent?
> A syntax error, I would imagine, should be pretty simple to catch for
> even a basic parser.

Because:

delete from NED_PRODUCT_CARD
where PL_CGIS in (
'UUS607CRS',
'UUSBLANKUND',
'UUSBLANKVAC-CO',
'UUSBLANKVAC-EX',
'UUSPriamerica',
'USSBCRS');
and

delete NED_PRODUCT_CARD
where PL_CGIS in (
'UUS607CRS',
'UUSBLANKUND',
'UUSBLANKVAC-CO',
'UUSBLANKVAC-EX',
'UUSPriamerica',
'USSBCRS');
both work.

David Fitzjarrell Received on Wed Aug 01 2007 - 15:27:01 CDT

Original text of this message

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