This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer" Watch "java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer" New topic
Author

java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer

Ravissant Markandey
Ranch Hand

Joined: Oct 24, 2007
Posts: 41
Hi Everyone,

Im passing java.sql.Date object to a procedure to do something but it keeps throwing the following error : java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer.

What bothers me is that the same code(EAR) is working on my local server but not on the remote(Test) server.I've tried using both setDate() and setObject() for passing the date to the procedure.The procedure returns a boolean .

Please Help!

Regards,
Ravissant

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.sql.SQLException: ORA-20001: ORA-01801: date format is too long for internal buffer
 
Similar Threads
Don't work spatial index
Error while inserting data
java.sql.SQLException: ORA-01830: date format picture ends before converting entire i
Passing specific format date to callable statement
can bind a LONG value only for insert into a LONG column