-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Hibernate sybase to Oracle timestamp issue
PostPosted: Mon Sep 06, 2010 5:56 am 
Newbie

Joined: Mon Sep 06, 2010 5:49 am
Posts: 3
Hi,

In our application we are retrieving data from sybase db table to Oracle db table, in which one column is date format.

In sybase we use it as datetime and in oracle timestamp.

It is storing values perfectly till the year of timestamp value is 2049. But if it goes beyond that it stores as 19XX, for example if the sybase table is having date as 2057-05-11 00:00:00.0, but after stored to oracle db, it has been converted to

to_char(date,'RRRR/dd/MM') - 1957/05/11.

Has anyone faced a simillar issue like this?

Please help me to resolve this,

Regards
Subash


Top
 Profile  
 
 Post subject: Re: Hibernate sybase to Oracle timestamp issue
PostPosted: Mon Sep 06, 2010 6:18 am 
Regular
Regular

Joined: Fri Aug 06, 2010 1:49 am
Posts: 102
Location: shynate26@gmail.com
Which version of oracle you are using ?

_________________

Cheers!
Shynate
mailto:shynate26@gmail.com
www.CSSCORP.com


Top
 Profile  
 
 Post subject: Re: Hibernate sybase to Oracle timestamp issue
PostPosted: Mon Sep 06, 2010 6:23 am 
Newbie

Joined: Mon Sep 06, 2010 5:49 am
Posts: 3
Oracle 10i..


Top
 Profile  
 
 Post subject: Re: Hibernate sybase to Oracle timestamp issue
PostPosted: Mon Sep 06, 2010 6:54 am 
Regular
Regular

Joined: Fri Aug 06, 2010 1:49 am
Posts: 102
Location: shynate26@gmail.com
Hi Subhash,

Try select the date value with out transforming to_char. Then try with YYYY format. Get back with the results. Also publish your code snippet how the objects are handled to save the records.

_________________

Cheers!
Shynate
mailto:shynate26@gmail.com
www.CSSCORP.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.