I am having a huge Oracle database with multiple schema’s in it.
i want to describe the entire schema (one schema at a time) with all the tabel’s in that schema and the structure of those table i.e. column name , datatype.
how can i do this task using SqlDeveloper ?
Thanking in advance
Use Oracle’s views:
all_tables,
all_tab_columns