schema shows no tables

I currently see no tables under any schemas; is there a setting for toggling view to off?

Run select * from all_objects where object_type =‘TABLE’;

Do you get any results?

I’m guessing you just haven’t been granted access to tables on other schemas.

The cause was a filter on the schematic view :slight_smile: