Recent content by S. Studeny

  1. S

    Enhancement: Changing table's constraint

    Hello Marco, it would be nice to support feature of changing constraint as described here : https://blogs.oracle.com/sql/post/how-to-modify-constraints-in-oracle-database Actually as of now, PLSQLDev is doing drop/create. Best Regards, Stanislav
  2. S

    Somehow corrupted Workset

    Hi Marco, no, there are no .tmp files left. Today, I lost half of another Workset, but not during windows restart. I closed (on multiple PL/SQL Developers simultaneously running) all Worksets with Close button. Then restarted PC and opened again. Half of windows in workset said "Error reading...
  3. S

    Somehow corrupted Workset

    Hi Marco, recently on 16.0.4.2161 I have experienced with corrupted workset. Windows were restarted automatically due to night self-update and next morning I started PLSQL developer with error about It can't read some file (I forgot to do screenshot) and half of windows opened in workset were...
  4. S

    Upgrade 15 to 16.

    Marco, when we can expect stability fixes on ver 15? We must stay that version, because we recently paid support for whole year. It is really s.it policy ..
  5. S

    No windows recovery after developer restart

    We discovered, that collegues using PLSQL Developer 13 doesn't face the same problem - working as expected. Almost all on PLSQL Dev 14 are seriously pi..ed!
  6. S

    No windows recovery after developer restart

    Issue still pending in version 14.0.6.1988.
  7. S

    No windows recovery after developer restart

    Today, with some windows left opened in PLSQLDev, I have been forced to restart W10 (due to some other SW upgrade). After some wait time on windows standard "Closing X applications and shutting down" dialog, I pushed "Shut down anyway" and after restart no recovery from PLSQLDev. Regards, Stanislav
  8. S

    No windows recovery after developer restart

    I tried to kill developer process and recovery works after that. It is possible, that Windows (nightly forced update restart) make PLSQL developer to force close/exit cleanly .... not "hanging" on dialogs "save changes before exit" and killing plsqldev.exe? That's only one possible explanation...
  9. S

    No windows recovery after developer restart

    Hi Marco, "Save on time interval" checked, 5min save time interval. Best Regards, Stanislav
  10. S

    No windows recovery after developer restart

    Hi. Since PLSQL Dev 14, I don't get "recovery window selection" after plsql dev start after windows (night) reboot. I didn't changed anything since ver. 13. I do have "Autosave desktop" + "Save changed files when PLSQL Developer loses focus" checked. I don't have "Save layout per multi monitor...
  11. S

    Context menu support for dbms_metadata on job

    Hi Marco, it would be nice to have support for "DBMS_Metadata > DDL" in context menu for Job object in Object explorer. Code is as follows : SELECT dbms_metadata.get_ddl('PROCOBJ','YOURJOBNAME', 'YOURJOBOWNER') from dual; Thanks! Regards, Stanislav
  12. S

    Enhance window titles

    Hi. As DBA, I usually assist to our developers with multisession PL/SQL developer. Sometimes we found usefull to change or customize window title to include some of these : gv$session.INST_ID, gv$session.SID, gv$session.SERIAL#, gv$process.SOSID gv$process.SPID / STID (for those who uses...
  13. S

    DBMS Scheduler - use of timestamps with TZ

    But, it will be more user-friendly to add some datepicker component with timestamp with tz support. Also hint will be good with info, what are current session nls timestamp format settings, so one would not hit ORA-01843: not a valid month or similar when creating job.
  14. S

    DBMS Scheduler - use of timestamps with TZ

    Please ignore, now i spotted option to allow to use timestamp format for DBMS scheduler objects :-]
  15. S

    DBMS Scheduler - use of timestamps with TZ

    Hi. In PLSQL's DBMS scheduler management iface, there is no TIMESTAMP WITH TIMEZONE option to add timezone in start_date/end_date job property like '22.11.2019 08:00:25,000000 EUROPE/PRAGUE' I would prefetch info from following dynamic performance view to allow user to select correct TZ with...
Back
Top