Recent content by Alvaro

  1. A

    DirectPathLoading and Rollbacks

    Simple question. When can i rollback after a direct path execution? before the Finish? after the Finish?
  2. A

    TOracleDirectPathLoader an Null values

    Question about setting null values: Should the setdata be different for string values? Example: Self.DirectLoader.Columns[i].SetData(j, nil, 0); //non string Self.DirectLoader.Columns[i].SetData(j, nil, Length(Data.StringData)); O can it be the same for both?
  3. A

    Directpathloader and ORA-24329: invalid character set identifier

    Thank you but the Oracle bug you mentioned is present only with Oracle 9 Clients, with Oracle 8 Clients it's another bug that happens all the time. Mounted an oracle 9 instance here, tested software with Oracle8 Client and Oracle9 Client. With Oracle8 client + your workaround same bug. With...
  4. A

    Directpathloader and ORA-24329: invalid character set identifier

    More data: Oracle server: NLS_CHARACTERSET: WE81508859P1 NLS_NCHAR_CHARACTERSET: AL16UTF16
  5. A

    Directpathloader and ORA-24329: invalid character set identifier

    Hi: Our Client changed their server 8.1.7 to 9 One of our software (a ETL tool) that uses Directpathloader is not working anymore. The rest of our software works OK. ORA-24329: invalid character set identifier DOA: 3.4.6.4 Client: Windows 2000 Server Oracle Net8 Server: Oracle 9i v.9.2.0 Aix...
Back
Top