Errors in Direct Mode

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

Errors in Direct Mode

Post by sinys » Fri 28 Feb 2014 14:23

ODAC 9.2.7 D XE2
1) The next query

Code: Select all

select trim(trailing ':' from 'x:')from dual
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.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Errors in Direct Mode

Post by AlexP » Mon 03 Mar 2014 09:21

Hello,

Thank you for the information. We have reproduced the problem and will investigate the reasons for such behaviour.

Post Reply