Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8418859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:26:39+00:00 2026-06-10T02:26:39+00:00

I have a Date field in Oracle DB. Date field1 Now there is a

  • 0

I have a Date field in Oracle DB.

Date field1

Now there is a existing DAO that fetches this field1 in form of Object

Object field1

Now I need to typeCast it to java Date

But if i do like following i get error:
Date dt = (Date) object;  //object holds date object
DateTime jdt = new DateTime(dt) ; //convert it to jodaDate

Error : cannot cast Long to Date.

How to convert it to javaDate and than Joda DateTime

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T02:26:41+00:00Added an answer on June 10, 2026 at 2:26 am

    You are confusing the datatype DATE in the Oracle DB with the Java type Date. The error cannot cast Long to Date states that the object you are holding is of the Java type Long, which is why the cast to the Java Date type fails. The Long represents the number of seconds or miliseconds since 01/01/1970, depending on yor DOA layer (see it’s documentation), since the DATE precision in Oracle only goes down to seconds. To receive a date, use new Date((long) object) or new Date(1000 * (long) object) respectively.

    You also can use those number of milliseconds to generate a DateTime directly without using the Java Date class at all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have 2 Date field's in oracle 10g (MyDate and MyTime) and i need
I have an Oracle Date column in a db table, and fetching this field
I have a Oracle table where there is one date-time field. On select query
I'm building a report form in Acrobat and have a date field that I
I have a table TIME_TABLE on Oracle 10.6. There is a field called Start_Date
I have a bunch of objects that have a value and a date field:
I have a MySQL table where there is a 'date_added' (date) field, 'time_added' (time)
I have a table in a Oracle database containing a date field EXPIRYDATE. I
I have a date field that I populate a dropdownlist with. The date field
I have a date field that submits the chosen dates and I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.