Page 1 of 1

TUniLoader problem with Oracle in Direct mode

Posted: Mon 01 May 2017 02:54
by joongtang
Hello,
I use TUniLoader with table contains GEOMETRY column.
I don't load data to GEOMETRY column but I try to load then error occured.

Code: Select all

procedure TDALoader.Load;
begin
  BeginConnection;
  try
    if Columns.Count = 0 then
      CreateColumns
    else
      WriteColumns; <- Errror occur!!
    try
In TNS mode It's works, but I problem with Oracle in Direct Mode.

Test scheme is like this.

Code: Select all

CREATE TABLE UNIDAC_LOADED (
  INTG NUMBER(9, 0),
  DBL  FLOAT(126),
  STR  VARCHAR2(50 BYTE),
  DAT  DATE,
  GEO  GEOMETRY
)
Please try to test.

Re: TUniLoader problem with Oracle in Direct mode

Posted: Wed 24 May 2017 13:39
by MaximG
Please compose a small sample in which you fill the UNIDAC_LOADED table in OCI Mode ( when this operation is successfully executed.) We will investigate this sample in the Direct Mode. You can send us this information using the e-support form ( https://www.devart.com - menu «Support»\«Request Support» )