====== Oracle - SQL - Table - List all tables in current schema ====== SELECT table_name FROM user_tables;