Skip to Main Content

SQL & PL/SQL

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!

Getting Error: ORA-01867: the interval is invalid

Sumit Chandra SharmaJan 21 2009 — edited Dec 17 2009
Hi,

I am running this query in ADF:
select partid, stage,eqpid,recpid,lottype,stateentrytime
from ACTL@TO_ODST.FORMFACTOR.COM
where lotid=:lotIDVar

This returns the following Error: java.sql.SQLException: ORA-01867: the interval is invalid

Since a SQLException has been raised I guess it might be related to the query. Also note that TO_ODST.FORMFACTOR.COM is the DB Link to another database.

Please help me understand where the problem might reside.

Regards
Sumit
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2010
Added on Jan 21 2009
6 comments
3,418 views