Recent content by Ruudbern

  1. R

    A query with LOB's requires OCI8 mode, but OCI7 mode is used

    Hi Marco, not the answer i was hoping for. This would be a major investment in multiple components and a lot of work. No workaround? Is this the only issue with 21c or is there more that you know of? Can you give some insight of the root/cause of this problem? Do you know of a setting in...
  2. R

    A query with LOB's requires OCI8 mode, but OCI7 mode is used

    Hi Marco, It's Oracle database 21c Enterprise Edition Release 21.0.0.0.0.- Product version 21.3.0.0.0 Thanks in advance for looking in to this, kind regards Ruud
  3. R

    A query with LOB's requires OCI8 mode, but OCI7 mode is used

    Hi, We are using Delphi XE2 and DOA 4.1.3.1 and are facing error: "A query with LOB's requires OCI8 mode, but OCI7 mode is used". Is there a fix for this version available? I read on the forum that it is fixed in 4.1.4 but i don't see a download for XE2 for that version. Kind regards Ruud
  4. R

    Access violation in module 'oranls19.dll'

    Customer confirmed correct working of plsql
  5. R

    Access violation in module 'oranls19.dll'

    Hi Marco, i will ask them to verify correct working of sqlplus.exe. But i know an other delhi/direct oracle access service running in the same use account works correctly .kind regards Ruud
  6. R

    Access violation in module 'oranls19.dll'

    Hi Marco. i tried to make an interactive session but that application crashes immediately but mentions an other dll: Problem signature: Problem Event Name: APPCRASH Application Name: Tester.exe Application Version...
  7. R

    Access violation in module 'oranls19.dll'

    Hi, after moving to an new oracle19 machine one of our customers gets an Access violation at address 7364A074 in module 'oranls19.dll'. read of address 00000004. We are using delphi xe2 and Direct Oracle Access 4.1.3.1 in an windows service. At startup we test connecting to oracle, connecting...
  8. R

    ORA-24812: character set conversion to or from UCS2 failed

    Hi Marco, thanks for your reply. It turned out to be a wacky instant client installation. Installilng the full client seems to have fixed the problem. kind regards Ruud
  9. R

    ORA-24812: character set conversion to or from UCS2 failed

    Hi I am stumbling upon this oracle error: ORA-24812: character set conversion to or from UCS2 failed. When running the program normaly it works ok. When starting the program on the same machine connecting to the same database from a windowsservice it is generating this ORA-24812 error. The...
  10. R

    Oracle support for varchar2(4000+)

    Thanks for your quick response
  11. R

    Oracle support for varchar2(4000+)

    Could Session.Preferences.MaxStringFieldSize help me here? Ruud
  12. R

    Oracle support for varchar2(4000+)

    Hi, do the direct oracle access components support the oracle 12c extended strings? Varchar2 longer than 4000; One of our customers changed max_string_size to EXTENDED and almost immediately runs into access violations. thanks in advance Ruud
  13. R

    Typemismatch: expected Integer found Float (Oracle 12)

    Hi Marco, Thanks for the super fast reply. It seems that multiplying the field by 1 in the where clause does the trick. In the given example test1 changes to integer again: SELECT test1, test2, COUNT(*) As Quantity FROM Testtable WHERE test1*1 = 1 GROUP BY test1, test2 i will...
  14. R

    Typemismatch: expected Integer found Float (Oracle 12)

    Still no other way to tackle this? We have a database with over 1000 of type number(1) fields. It will take weeks for us to check all queries in our application.
  15. R

    parameter problem on clientdataset

    Hi Marco, I know that parameters are being cleared and filled again by the parameter value from the clientdataset. Is it possible to stop this clearing by the clientdataset? Hide them for the clientdataset. kind regards Ruud
Back
Top