Getting Error: ORA-01867: the interval is invalid
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