Recent content by Tailor K

  1. Tailor K

    OracleMonitor on Win Server TS

    Hello. Many of our client are using cloud ambients, where one (or more sometimes) VMs runs Windows Server with all users connected by RDP inside a VPN. The trouble is that appears that Oracle Monitor 'looks' at every copy running of our EXE software, not only on the current session that is...
  2. Tailor K

    Problem with DOA+OCI19 on AMD processor

    I found an Oracle patch for this that seems to work - but no README available, nor installation instructions - OPatch does not like it ... so extracted from instantclient.zip (?) into orahome\bin ; my previous 19.20 now have a 19.19 oci.dll (hmmm...) and pass that tests from Marek and mine for...
  3. Tailor K

    Problem with DOA+OCI19 on AMD processor

    And it still happens today on 19.20 (!!) - we are facing the same problem on a cloud environment that uses AMD EPYC processors. On our ERP database, another real life efect is querying a single record: select * from table where my_key = :param - if param is otInteger, row returns OK - just...
  4. Tailor K

    XE 23c error ORA-01480 on complex string variable, works on older databases

    Hello Any news here ? Is that error on demo program an Oracle failure or DOA bug ?
  5. Tailor K

    XE 23c error ORA-01480 on complex string variable, works on older databases

    Any thoughts on this ? We would like to use unicode databases alongside the classic ones ... but that error will stop us from succeed. It´s not feaseble to have dual programs for each database kind.
  6. Tailor K

    XE 23c error ORA-01480 on complex string variable, works on older databases

    My mistake - even on older databases like 19c, if created as unicode format, fails too... didn't have right now a 18/12 with AL32UTF8 to test, but I believe would be the same problem.
  7. Tailor K

    XE 23c error ORA-01480 on complex string variable, works on older databases

    Hello I am trying XE 23c, and using the normal PDB database with the standard CHARSET=AL32UTF8. But I am setting Oracle.NoUnicodeSupport := True; due to same program working also with older databases on CHARSET=WE8MSWIN1252. I sent you here a small sample that causes the problem.
  8. Tailor K

    Trouble with BLOB on Oracle XE 23c

    I had found a similar problem on Oracle 21 - using DOA 4.1.4 solved the inital problem - this can be closed.
  9. Tailor K

    Trouble with BLOB on Oracle XE 23c

    Hello, Trying the new Oracle XE database, DOA 4.1.3.5 and Delphy 10.4 Sydney (update 2) - cannot open a dataset when there is a LOB field: Exception with message: "A query with LOB's requires OCI8 mode, but OCI7 mode is used." But I did not set OCI7, it is false on OracleSession. Same querys...
  10. Tailor K

    Replace Oracle for PostgreSQL and Delphi DOA

    Hi, I tried almost a year ago, but there are many differences to Oracle . If the idea is to mantain app changing only the database, it will require a significant effort to work (if it does at all). There is a Tibero DB that looks more close to Oracle, and they do provide a OCI replacement DLL...
  11. Tailor K

    expecting: string actual: widestring

    Hello. I would like to use this topic to know more about the DOA conversion by setting NoUnicodeSupport. I made a short test with a english and portuguese version of Windows, both seems to work with our common characters with accent. There is a single mapping for all western languages? I'm...
  12. Tailor K

    Bug with TOracleScript and comments

    Hello. Sorry for the delay; I was working on other project and forgot this question ... Yes, it works well without the comment, or if I put the comment on a new line; it only breaks with code and comment together on the same line. Is there any option to receive a copy on email for responses in...
  13. Tailor K

    Problem with OracleMonitor

    Sorry my delayed response; I'll get a Pro version.
  14. Tailor K

    Problem with OracleMonitor

    I tried OracleMonitor 2.0 and 2.1, Lite and Pro Trial. Many times it just give me this message: --------------------------- Warning --------------------------- controle(1) can not be monitored by this version of the Oracle Monitor. --------------------------- OK --------------------------- Why...
  15. Tailor K

    Bug with TOracleScript and comments

    Hello. I'm using DOA 4.1.1.0 and found a bug this week, with an anonymous PL/SQL block and a TOracleScript component. A comment with '--' should last until the end of the current text line, but it turns to be active until the next ';' character. This code: declare -- this is the conversion to...
Back
Top