Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to convert column with oracle date value to Julian date

437495Aug 24 2006 — edited Aug 24 2006
Below is the query that I'm using with the error message:

SELECT TO_CHAR(TO_DATE(DATE_VALUE, 'J')) FROM OPEVENT
*
ERROR at line 1:
ORA-01830: date format picture ends before converting entire input string


The DATE_VALUE column's format is like this: 28-APR-03 (DD-MON-YY format)

What do I need to do to correct the error?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 21 2006
Added on Aug 24 2006
7 comments
333 views