Exception during view-read
Posted: Mon 08 Dec 2008 13:00
when i perform a select on a given view i get: Devart.Data.Oracle.OracleException: ORA-01002: fetch out of sequence
This view is different from other ones in the sense that is a view base on a select where 3 remote tables over a database link are joined
Perfoming a select in sqlplus goes fine..maybe internally in oradirect it is performed in a pl/sql block?(read something obaut cursors causing problems) I also tried performing the select through a stored procedure(and map the result back to an entity but i get the same error)
This view is different from other ones in the sense that is a view base on a select where 3 remote tables over a database link are joined
Perfoming a select in sqlplus goes fine..maybe internally in oradirect it is performed in a pl/sql block?(read something obaut cursors causing problems) I also tried performing the select through a stored procedure(and map the result back to an entity but i get the same error)