getting ORA-01840: input value not long enough for date format error
Hi
i am writing a view with 2 cols, both r of number datatype.
when i am trying to fetch values from view its working fine.
I have a search query where i am joinining view to table with some conditions and adding condition for one of the view column.
then its giving me error :
java.sql.SQLException: ORA-12801: error signaled in parallel query server P020
ORA-01840: input value not long enough for date format
No where i am using Date datatype.
Help me out please.
Krishna