Err insert timestamp value (with Microseconds) into Oracle9i

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ksenthilvel
Participant
Posts: 5
Joined: Mon Sep 20, 2004 6:41 am
Location: Singapore

Err insert timestamp value (with Microseconds) into Oracle9i

Post by ksenthilvel »

HI,
I need to insert timestamp value (Including microseconds) to Oracle9i DB. The timestamp value to be extracted from DB2. When I try to insert the timestamp value into Oracle table it is accepting only date and time value. The microsecond value is dropped even though I have declared timestamp data type in oracle.

Please advice how to insert timestamp value (with Microseconds) into Oracle9i.
We are using datastage DSEE7.5.01 PX

Regards,
Senthilvel.k
K.Senthilvel
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Did you also include the Microsecond extended option? It's the column next to the type (where you declared Timestamp). It's usually blank, but can be set to include Microseconds.
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

good senthil..
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

It would definitely be very helpful if you would submit this as an enhancement request to Ascential Support to ensure that Ascential will be aware of this problem with Oracle and microseconds.

That's the only way they will be sure to include it in the next version (if it have not already been provided in 7.5a or 7.5x2.
Post Reply