Recent content by jking

  1. J

    "Compare User Objects" enhancement request

    When doing a "Compare User Objects", I often sort the Selection grid by "Compiled" so that I can limit the comparison to just those objects that were compiled recently. The problem is that for "Packages", the "Compiled" date only represents the Package specification and NOT the "Package Body"...
  2. J

    A few minor PSDx64 Issues

    Marco, Thanks for fixing item 1 (from original post above). Any chance you get get items 2 and 3 corrected in the next version. It's getting annoying to have to manually correct the format and fonts. I sometimes prefer to just use the 32 bit version of PSD to not have to deal with it. Thanks.
  3. J

    Beautifier is adding blank lines

    I have a procedure that has a complicated "insert" statement that uses a "with" statement. Whenever I run the beautifier, a blank line is being inserted after the "insert" statement. begin insert into my_table select t.* from (with qry as (select * from...
  4. J

    Add Purge option when dropping objects in object tree

    It would also be nice to be able "Purge All" by right-clicking the "Recycle bin" folder instead of having to do it on each table (or manually typing it). Thanks.
  5. J

    Multi monitor support?

    Marco, Can you please fix the x64 version so that the PSD toolbar icons appear on the correct monitor that PSD is running. I usually have about 3 instances of PSD running across 3 monitors and all 3 toolbar icons just show on the primary monitor. I reported this behavior in the x32 version...
  6. J

    Session automatically reconnects when currently disconnected

    Steps to reproduce: 1) Open new instance of PSD and connect to a DB 2) View a Procedure/Package 3) Disconnect all Sessions (Session/Log Off/All) 4) Do a File/Save As... and click Cancel 5) PSD automatically reconnects the Session. I am able to reproduce in v11 both 32/64 versions. Thanks, Joe
  7. J

    PSD with multiple monitors on Win8

    This issue seems to have reappeared on the 64 bit version of PSD. The PSD "button" is not displayed on the Task Bar of the Monitor where PSD is displayed. It still works properly with the 32 bit version (v11). Thanks.
  8. J

    A few minor PSDx64 Issues

    I have PSD (11.0.4.1174) and PSDx64 (11.0.4.1788) installed in separate folders running on Win8.1 Issues 1) When I copy/paste the SQL into MS Word, the background color of the SQL window is copied with the text. The image below shows what the SQL looks like when it gets pasted. The top is the...
  9. J

    Toolbar settings are lost after adding a monitor or change resolution

    I recently added a 3rd monitor and when I started PSD, all my toolbar settings were lost. The same thing happened a different time when I changed resolution. After some investigation, I found a toolbar configuration file in the PSD %APPDATA% folder which appears to have the monitors and...
  10. J

    Viewing DBMS Scheduler Issue

    When I try to view a DBMS Scheduler Job that contains a large amount of "Log" and "Run Detail" data, PSD hangs for 5-10 minutes. I'm guessing b/c PSD is retrieving ALL the Log/Detail records, which is taking a long time to complete. After is loads, if I press the "Refresh" button on the...
  11. J

    Slow response

    I am also have the same problem with slowness. It appears the disabling the "transaction indicator" definitely helps. A simple example that I confirmed is closing the "Find & Replace" window. When the Transaction Indicator is enabled, it takes about 3 seconds for the Find & Replace window to...
  12. J

    Beautifier alignment issue with comment containing apostrophe

    I emailed the Rules.br file. Thanks.
  13. J

    Beautifier alignment issue with comment containing apostrophe

    I'm using version 10.0.5.1710. Would you like me to email the beautifier file? Thanks.
  14. J

    Beautifier alignment issue with comment containing apostrophe

    If I have a nested query that contains a comment with an apostrophe (') in it, the beautifier alignment gets thrown off. Example: select * from (select * from dual where dummy = 'X' -- this "'" (apostrophe) is causing an issue with the beautifier alignment...
  15. J

    Comparing External Tables does not compare Directory

    I have an external table on different servers and the only difference is that they have a different "directory" value. When I do a compare of these tables, PSD does not show there is any differences. ver 10.0.5 Thanks.
Back
Top