Recent content by capelle

  1. C

    Problem with TOracleDirectPathLoader and BLOB on Oracle 8.1.7.0.0 Standard Edition

    I have maden others tests, If the bufferSize is greater than the total size to load, all rows are loaded in one pass while there isn't any LOB/LONG field. If there is on LOB/LONG field (like this example) I always obtain 64 for MaxRows (I think it's de default value for loading in...
  2. C

    Problem with TOracleDirectPathLoader and BLOB on Oracle 8.1.7.0.0 Standard Edition

    I have upgraded the server to 8.1.7.2.1, and And SQL*Net to 8.1.7.2.0, but I have the same problem. Regards
  3. C

    Problem with TOracleDirectPathLoader and BLOB on Oracle 8.1.7.0.0 Standard Edition

    Yes, it works correctly with smaller jpg files. However, After calling the Prepare method, I remark that the MaxRows is very less than then MaxRow I expected : For example if sum of the fileSize if 10Mb and the BufferSize 20Mo, there is 2 calls to the Load method. Thanks for your help.
  4. C

    Query Statistics

    perhaps the v$sesstat combined with v$statname can help you.
  5. C

    ora-01000 in case of using cursor variables in TOracleDataSet

    I had a similar problem and I solved it by calling the CloseAll method instead of Close;
  6. C

    ORA-026081

    I had a similar problem, and i resolved it by increasing the BufferSize property...
  7. C

    Problem with TOracleDirectPathLoader and BLOB on Oracle 8.1.7.0.0 Standard Edition

    Hello, I try to load BLOB field with JPEG files, with your demo project DirectPath.dpr that i have modified. The file size of each JPEG is greater than 300 kilo-bytes. I loading the data without errors, but each BLOB field is incomplete, i have just the begining with incremental JPEGs (+/-50...
Back
Top