How do I query an Oracle database to list the tables where the current user has read privilege?
user_tables
is users's tables. For all tables that user can read:
select * from all_tables;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With