Read Only Account on all tablespaces
Hi,
I need to create a Read Only account that can read all the tablespaces from a database.
There is a account with:
Create Session, Select any table, Select any dictionary
Default tablespace: Users
Temporary tablespace: Temp
But when i connect with this account in SQL Developer, then we see no Tables. And we need a account that can read all the tables from a database.
I hope somebody can give me the right way to do this.