SQL DEVELOPER does not list all the views I can see thru select * from all_views
Why I can see the view using the query builder and the Sql Developer do not show the views on the left pane?
I already checked the option 'include synonyms' from the filter.
I am not the owner of the view.
EDITED:
I found the answer with the help of Glenn and Sean
The answer is:
1 - you have to go to your oracle conection
2 - right click and select 'Schema Browser'
3- Now you can select the schema and see the views it have.
Regards