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...
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.
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...