Recent content by michaelbohler

  1. M

    Database Links in V9 not visible

    Your where clause did not work for me but it helped me to come up with this one which did work: where 1 = 0 /* no results from all_objects */ union all /* add results from all_db_links */ select owner, 'DATABASE LINK' as object_type, object_name as object_name, 'VALID' as...
  2. M

    Oracle Logon Dialog: I do not want the tool to connect to my last database session

    Thanks for the information. I am at 9.0.6.1665. Looks like I need an upgrade. Michael
  3. M

    Oracle Logon Dialog: I do not want the tool to connect to my last database session

    When starting PL/SQL Developer, if I cancel out of the Oracle Logon dialog, the tool attempts to connect using the last session I had open. I do not want it to do this. Is there a way to change this behavior? Using v 9. Thanks.
  4. M

    Connection Indicators

    Hello, I am running PL/SQL Developer version 9.0.4.1644. I use the Connection Indicators defined as so: sys@* - Green system@* - Green mbohler@* - Blue *@* - Orange Set toolbar indicator - checked Set window indicator - checked Set editor background color - checked I am using Single...
Back
Top