I'm struggling to get tables of given username or current session/user;
I'm able to get all tables by using select table_name from all_tables;
but it also retrieve default created tables. I just want tables that we created.
Even when I retrieve tables from Pluggable database it also fetch all tables(default-tables-with-$-sign-name) but when I connect pluggable-user in ORACLE SQL DEVELOPER then it just show (user-created)tables without default tables.
I want all queries that show tables,users without default($ sign name) table,users; for sqlplus. I'm using ORACLE-12C.