Errors in Direct Mode
Posted: Fri 28 Feb 2014 14:23
ODAC 9.2.7 D XE2
1) The next query
works correctly with Oracle client and doesn't work in direct mode with error ORA-01006: bind variable does not exist
2) Fetch from CLOB field (25576 chars) works correctly with Oracle client and doesn't work and frozen in direct mode.
1) The next query
Code: Select all
select trim(trailing ':' from 'x:')from dual2) Fetch from CLOB field (25576 chars) works correctly with Oracle client and doesn't work and frozen in direct mode.