Recent content by Del

  1. D

    DirectPathLoader - Table or view not exists

    I try it, thanks. But I have the same result - "ORA-00942: table or view does not exist". I try use another server - Oracle 10 (was 9) with similar table. Work all right. But I need also work with Oracle 9 :(
  2. D

    DirectPathLoader - Table or view not exists

    I use DirectPathLoader, on calling Prepare - error: "Table or view not exists". Table exists - I check it. Same code: Loader := TOracleDirectPathLoader.Create(nil); Loader.Session := DM.OSs; Loader.TableName := 'OSA_CELLS_TMP'; Loader.GetDefaultColumns(False); Loader.Prepare...
Back
Top