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

Home -> Community -> Usenet -> c.d.o.tools -> Datatype mismatch ??

Datatype mismatch ??

From: Fred Zimmerman <fredz_at_silversoftware.com>
Date: Fri, 04 May 2001 00:56:20 GMT
Message-ID: <3af1b6aa.255832287@news.ne.mediaone.net>

I have a PL-SQL script that has a statement like the following:

insert into bom_dummy_ref_desgs from
select * from bom_unique_ref_desgs

I get an error stating: Datatype mismatch on field UPDATE_DATE of type Date.

My ? is how could an invalid date value have been allowed on insert to the source table (I did not populate this table, I'm only querying it).

Is there a good solution to allowing the good records to go into the target table bypassing the invalid data value record in the source table?

Thanks,

zimmerman_fred_at_emc.com
fredz_at_silversoftware.com Received on Thu May 03 2001 - 19:56:20 CDT

Original text of this message

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