Filters Defined using Define Filters not appearing in dropdown list in object browse

Hi:

I am using PL/SQL Developer 7.1 and when I create filters using the Define Filters button ... they appear in the list the dialog box but not a member of the items in the dropdown list which part of the object browser. I always only see : all non-system objects, my objects, all objects modified today, and my invalid objects. What I am doing wrong?
 
Perhaps you have set the "User" property of the filter? This will determine for which connected user the filter will be visible. If you have set this property and are connected as a different user, you will therefore not see the filter.

To filter objects owned by specific users, use an expression like "OWNER in ('SCOTT', 'JONES')" in the where clause.
 
Back
Top