This is a simple one Is there a way in PL/SQL to return the list of all the tables that i have in my Oracle database at the moment. I have messed around with sqlplus, and now i don't know what i have in there Please help
run the query select table_name from user_tables;