If you want to get all avaible tables in Oracle database you need a run this simple sql query:
SQL> select table_name from user_tables order by table_name;
If you want to get all avaible tables in Oracle database you need a run this simple sql query:
SQL> select table_name from user_tables order by table_name;