Recent content by clock

  1. C

    OIDC Support

    We're running PLSQL Developer 15.0.4.2064 and we are currently exploring OIDC authentication methods as an alternative to local accounts. Does PLSQL Developer support something like native AD or external authentication using Okta?
  2. C

    23ai RDBMS Support

    Hello, We're beginning to look at migrating our databases to 23ai and I just wanted to confirm that the current version of PLSQL Developer has no limitations/support concerns once we're on that version. Current version information: Version 15.0.4.2064 (64 bit)
  3. C

    Global Hash Partitioned Indexes

    Thank you for confirming. Just curious, is there an estimated release version for this enhancement?
  4. C

    Global Hash Partitioned Indexes

    Greetings, I noticed today that when I create a global hash partitioned index, the GUI display for the table under indexes has Local checkmarked. Furthermore when I select 'View SQL' it has the DDL with the LOCAL keyword on it. When I use dbms_metadata.get_ddl to extract the index DDL it has...
  5. C

    Usage Statistics

    Everytime I go to close an instance of PL/SQL Developer, it re-prompts me if I want to allow the collection of usage statistics. Is there a way to turn this off globally so that I'm not re-prompted? My version if 14.0.6.1988
  6. C

    GUI Query Execution Logs

    Hello, I was wondering if there's a log file giving the exact queries that fire when opening up items within the Object Browser window?
  7. C

    CPU Usage Issue

    Thanks I'll give that a shot and respond to this thread on how it goes.
  8. C

    CPU Usage Issue

    I still seem to be having an issue on occasion. I really feel that my issue is related to a firewall timeout setting. Basically if my PLSQL instance times out and then I attempt to reuse it, it behaves abnormally even after I log back in. My Debug.txt log shows nothing for this session once...
  9. C

    CPU Usage Issue

    I may have figured out my issue but time will tell. I noticed the following in the debug file today: 00:01:28.088 WebUpdate.URLDownload retry 00:01:28.089 WebUpdate.DownloadTextFile: URL=http://www.allroundautomations.com/update/pls.news 00:01:49.136 WebUpdate.URLDownload ends: False...
  10. C

    CPU Usage Issue

    Unfortunately I don't see to have the ability to attach a file to this post. How would you like me to get this Debug file to you?
  11. C

    CPU Usage Issue

    Here are a couple of excerpts from the logfile during the time that it happens. I'll get you a full log here soon: 00:06:47.878 EditCopy 00:06:47.879 ScreenActiveCustomForm EditCopy 00:06:47.879 ChildForm.EditCopy 00:06:47.879 TSyntaxMemo
  12. C

    CPU Usage Issue

    Yes, I'm experiencing the issue as we speak. The only thought I had was that possibly there's a built in plugin that may not be compatible with a new security software or scan running on my VM machine. Is there an PLSQL Developer application log or something that I could look at? Maybe even a...
  13. C

    CPU Usage Issue

    I'm currently running PLSQL Developer 12.0.6.1832 64bit on a windows 10 VM. I'm noticing at times, specifically when copying things from within PLSQL Developer to the clipboard, that the program tends to consumer 95% cpu and then hangs. It doesn't happen always, but it is isolated to PLSQL...
  14. C

    Object Browser for Multitenant

    We are currently running PLSQL developer 12.0.6.1832 with Oracle 12.2.0.1. I was wondering if there's a way to have an additional layer of PDB within the object browser, as long as you are a common user with access to the objects?
Back
Top