Date Formats
From: Bobby (gadirajuv_at_hotmail.com)
Date: 11/24/04
- Next message: John Bell: "RE: Field mapping on Importing"
- Previous message: Sean M. Severson: "Re: Reality check"
- Next in thread: John Bell: "RE: Date Formats"
- Reply: John Bell: "RE: Date Formats"
- Reply: Tibor Karaszi: "Re: Date Formats"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 11:05:05 -0800
I'm trying to transfer a table of values from SQL Server to Oracle. I've 3
date fields in the table. When transferring the data, I used
Select convert(Datetime, Ship_date,101) as ShipDate,
convert(Datetime,Last_Tracked_Date,101) as Last_Tracked_date,
convert(Datetime,Actual_Delivery_Date,101) as
Actual_Delivery_Date
from Tablename
But I get an error displaying that the null value cannot be inserted into
T$LTDT.
this field is present in Oracle and corresponds to LastTracked Time.
all the records in SQL Server have the value but i am not sure whats wrong.
Could someone help me out please??
thanks in advance,
-- Bobby
- Next message: John Bell: "RE: Field mapping on Importing"
- Previous message: Sean M. Severson: "Re: Reality check"
- Next in thread: John Bell: "RE: Date Formats"
- Reply: John Bell: "RE: Date Formats"
- Reply: Tibor Karaszi: "Re: Date Formats"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading