TOraLoader with SDO_Geometry data type

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
solbs
Posts: 1
Joined: Thu 29 Oct 2009 21:08

TOraLoader with SDO_Geometry data type

Post by solbs » Thu 29 Oct 2009 21:12

Does anyone know how to use TOraLoader when the table has a column that is of the SDO_Geometry dataType? Or, is it just not possible with this component?

We do know how to use SQL Loader to do it, but that requires an intermediate ascii file which is really a waste. That's why we need to use the TOraLoader component.

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

Post by Plash » Fri 30 Oct 2009 07:53

TOraLoader does not support OBJECT data types.

Post Reply