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