Recent content by Holger Dors

  1. H

    AI Assistant: {ALL_TABLES} and other variables

    Hi Marco, thanks for checking this. Happy to see that you could replicate and fix this problem!
  2. H

    AI Assistant: {ALL_TABLES} and other variables

    Here is an example prompt: Only the context for T$COMPANIES was sent to the AI. Once I prefixed the prompt with the line "T$COMPANIES T$LANGUAGES T$C_T$L T$PRICELISTS" the context of all four tables was sent.
  3. H

    AI Assistant: {ALL_TABLES} and other variables

    Hi Marco, thanks, I accidentially skipped over the definitions! :cry: Unfortunately, according to my OpenAI Log (and the answer it returns), this is not the case for all tables that I reference in my prompt, only the first table is used. As I don't know how you manage that, is there some...
  4. H

    AI Assistant: {ALL_TABLES} and other variables

    Hi Marco, is it possible to select a sub set of {ALL_TABLES} for the AI Assistant? Something like {TABLES SELECT="select table_name from user_tables where table_name not like 'TMP%'"} or provide a View with the desired tables? I am also missing a documentation as to what the variuos variables...
  5. H

    AI Assistant - ollama

    I just had some time to check this out and it seems to work just nicely! Thanks!
  6. H

    AI Assistent with Ollama

    Please consider adding Ollama support for the AI Assistent. This is a self-hosted solution that would allow to use the AI functions without additional "pay as you go" costs. Ollama supports a variety of LLMs, including Meta Llama , Google Gemma, Mistral and Deepseek. Thanks!
  7. H

    Button popup menus on macOS

    I sent you the Suppoprt Info via PM a while ago. FWIW, it is not working again right now with beta 3.
  8. H

    Button popup menus on macOS

    Hi Marco, this is all very strange. Now it works again. Funny enough, yesterday I wouldn't been able to send you the text, because that option is behind a popup menu that didn't work yesterday.
  9. H

    Button popup menus on macOS

    Hi Marco, this is still a problem for me with beta 1: I don't the popup menus when I click on the down arrow. How can I do a complete re-install of Plyxon? I looked into Application Support but couldn't find anything. I suspect there might be some wrong setting stored that causes this problem...
  10. H

    Button popup menus on macOS

    For Alpha 3 you had this fix listed: "Button popup menus could appear on incorrect display when using multiple displays" - and indeed, it worked when I tested it. However after some time the didn't work anymore. Alpha 4 made no difference here. Is this still a problem with multiple displays, or...
  11. H

    application crashing on standby database

    We have the same problem, albeit intermixed with a couple of "Access violation at address 00000000. Read of address 00000000" exception messages. Interestingly, when running against the same DB, an application we made using DOA shows pretty much the same problems. Unfortunately, both aren't...
  12. H

    BLOBs larger than 2 GB

    Great! Thanks! :-)
  13. H

    BLOBs larger than 2 GB

    Any chance of increasing this? AFAIK Oracle 9.2 supports up to 4 GB in a BLOB field, right?
  14. H

    BLOBs larger than 2 GB

    Hi, is it possible to import BLOBs larger than 2 GB using DOA? TIA, Holger
  15. H

    NLS_LANG and ISAPI Apps

    Thanks for the answer, however, this is what I'm already using. Problem is, it doesn't always work as expected, and I just don't know why. Remember, I have one process (IIS) that loads variuos ISAPI DLLs that each create threads that each create oracle sessions against different databases, with...
Back
Top