Recent content by cassiusdrow

  1. C

    SOLVED: hide the path to oracle help when showing Oracle error

    I don't know if it works for the Windows client, but the Linux client documentation indicates that the error message URLs can be suppressed by setting the ORA_SUPPRESS_ERROR_URL environment variable to TRUE...
  2. C

    PLSQL 16 - Enhancements Request

    Thank you! I still use 32-bit because I use the old Browser Extender plugin that is only 32-bit.
  3. C

    PLSQL 16 - Enhancements Request

    Is there a 32-bit version of this?
  4. C

    Problems with Worksets

    Revisiting this issue, I have had much more success by explicitly closing the workset when I am done with it, regardless of whether I leave PL/SQL Developer open or closed afterwards. However, I still have problems if PL/SQL Developer unexpectedly shuts down. I have started manually backing up...
  5. C

    Problems with Worksets

    These problems continues to happen frequently. At this point I consider the Worksets feature to be completely unstable and unusable.
  6. C

    Changed handling of named variables from V11 to V12

    Marco, this continues to be an issue in version 15.
  7. C

    Problems with Worksets

    Marco, The "unable to read desktop.cfg" happened again today. This time I looked at the "AppData\Roaming\PLSQL Developer 15\Worksets" folder and saw two folders: "General", which is the name of my only workset, and "General.tmp". The "General.tmp" folder had a "desktop.cfg" file along with...
  8. C

    Problems with Worksets

    I lost my workset again today and another time last week. I started closing PL/SQL Developer at the end of the day for the past few weeks and I am losing worksets more frequently, usually about once a week. This is probably because closing and opening PL/SQL Developer more frequently gives it...
  9. C

    Refresh Session Window Details tab

    Thank you, I wasn't aware of that.
  10. C

    Refresh Session Window Details tab

    Hi Marco, Would it be possible to add a button to the session window to refresh the current details query tab WITHOUT also refreshing the main session query? Perhaps add it to the left of the "Single record view" button? Some of my detail queries use binds to the main session query and...
  11. C

    Problems with Worksets

    Last week, I had a workset that was lost. I accidentally opened two copies of PL/SQL Developer and they both opened the same workset. I closed one copy of PL/SQL Developer and went about my day. Later, I closed the remaining copy and when I reopened it, the all the windows of the workset were...
  12. C

    Problems with Worksets

    I haven't noticed a specific pattern but I do tend to leave PL/SQL Developer open for more than one day.
  13. C

    Problems with Worksets

    I am having intermittent problems with worksets in version 15.0.3. I don't use multiple worksets. I have one single workset that I use to automatically restore the windows from the previous PL/SQL Developer session. Today, I closed PL/SQL Developer and then re-opened it about 10 minutes later...
  14. C

    View/Edit Profiles settings

    Hi, Please add settings for INACTIVE_ACCOUNT_TIME (added 12.2) and PASSWORD_ROLLOVER_TIME (added 21c, backported to 19c) to the view/edit Profiles screen. https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-PROFILE.html Thanks
  15. C

    Global Partitioned Indexes in Table Window

    The table window in PL/SQL Developer 15 does not handle global partitioned indexes at all. It does not display their partitions anywhere and the "View SQL" button creates them as local indexes using the table's partitioning method. A global partitioned index is a global index that uses a...
Back
Top