I have a geodatabase in Oracle with very few layers/tables.
The oracle database itself have endless tables and schemas.
I do not have select access to most of the other tables in the database.
When I open sqlplus and do "SELECT * from schema1.table1" it say that the table does not exists.
When I open Pro and connect to the database it takes 10 minutes to create the list and schema1.table1 is in the list.
Try to drag it into display or open properties gives error.
Why is all these tables that I do not have access are shown in the list and how can I prevent it?
Thanks