Get the list of the tables in Oracle

Get the list of the tables in Oracle

The corresponding mysql command “show tables” in oracle is: SELECT table_name FROM user_tables

Continue reading →