====== Oracle - SQL - Table - List all tables current user has access to ====== SELECT table_name FROM all_tables;