CLOB: Data type not supported

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Agamemnon
Posts: 4
Joined: Thu 25 Jun 2009 13:43
Location: Kall / Germany

CLOB: Data type not supported

Post by Agamemnon » Fri 31 Jul 2009 12:09

Hello everybody,

I have some problems with CLOBs and ODAC.

First of all, until last week we used the BDE components (TDatabase and TQuery), there CLOBs worked fine.

Now we switched over to ODAC (TOraSession and TOraQuery), but every time we want to execute a SQL that returns a CLOB (or BLOB), we receive the message "Data Type not supported".

Do you have an idea why it does not work?
The Net-option of the TOraSession is set to false.


SQL: "SELECT SQL_FULLTEXT FROM V$SQLAREA"
Database: Oracle 10i Enterprise 10.2.0.4.0 - 64bit
Client: Oracle 10.2.0.
BCB 6.0
ODAC 5.70.0.30 (I know, not really up-to-date)


Best regards from germany.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 06 Aug 2009 08:02

We could not reproduce the problem. Please send to odac*devart*com a complete small sample that demonstrates the problem.

Agamemnon
Posts: 4
Joined: Thu 25 Jun 2009 13:43
Location: Kall / Germany

Post by Agamemnon » Wed 26 Aug 2009 06:39

No problem, sample has been sent.

Agamemnon
Posts: 4
Joined: Thu 25 Jun 2009 13:43
Location: Kall / Germany

Post by Agamemnon » Fri 28 Aug 2009 08:24

Problem has been solved - the Option "UseOCI7" was set to true. After switching it over to false, it works.

Thank you for your help!

Post Reply