Recent content by WexSoft

  1. W

    Recently Completed Oracle PL/SQL Training – Looking for Automation Ideas with Allround Tools

    I don't have experience of using other automation tools, but Oracle provides the DBMS_SCHEDULER package to allow you to schedule/automate database tasks all you want. You can create scheduler jobs to run procedures and/or functions that perform database operations, run reports etc. For example...
  2. W

    Popup window cannot be closed by keyboard

    Which version are you using? I'm using 16.0.3.2156 and Esc does indeed close the Go To Line window
  3. W

    Viewing REST services...

    Is there any way to view REST services in PL/SQL Developer? SQL Developer has the option - see attached image.
  4. W

    This object is owned by a different user! Continue compilation anyway? Yes No

    In Preferences, go to User Interface\Options and click on the DSA Dialogs... button at the bottom (you may have to scroll down a bit)
  5. W

    Problem with display of code analysis

    Actually, I just realised that if I click on the right arrow at the right hand edge multiple times, it brings all the missing analysis into view. So it's just the fact that there is not enough room to display the full analysis at any one time. You can close this issue off.
  6. W

    Problem with display of code analysis

    I'm using Beta 9. When there is a lot of code analysis to display over the Program Window, it loses the first few characters of the analysis - see image attached. It is missing the Pr from the word Procedure, and clicking on the right arrow and then left arrow at the right hand edge of the...
  7. W

    Search Results window title almost invisible

    Marco, with the horizontally docked Search List, could you not automatically expand the search list within the confines of the window, but with a vertical scroll bar if required?
  8. W

    Search Results window title almost invisible

    I second TomG's request!
  9. W

    Search Results window title almost invisible

    Thanks Marco - I presume it will be sorted in Beta 9?
  10. W

    Search Results window title almost invisible

    Also, it's just the file name in the Search List window (under the window title) that is black text on dark grey - if I click on the file name, it shows me all the lines within the file that match the search in white text on dark grey - see attached image.
  11. W

    Search Results window title almost invisible

    Only in the Search List, and I can confirm it's still happening in Beta 8. All other windows show their lists as white text on black/dark grey.
  12. W

    Search Results window title almost invisible

    Changing the Browser font had no effect on the Search Results window title. Changing the Main font did change the font of the Search Results window title, but did not change the colour (still black on dark grey). I have attached my Appearance settings in case they might help you to recreate the...
  13. W

    Search Results window title almost invisible

    I'm running a Dark theme in v16 beta 7, and the title of the Search Results window is black on very dark grey so is almost invisible - see attached images for comparison with v15
  14. W

    Flagging Production vs. Test

    You can also use the Connection Indicator settings in the Appearance section of the User Interface settings to set connection colours depending on the database (or individual user) you are connecting to
Back
Top