If you don't have privileges to select against dba views such as dba_tab_columns, you can select against user_tab_columns to see column info for tables in the current schema only. You will need to remove the owner column from the query as it is not exposed in the user_tab_columns view.
Although you WILL have access to ALL_TAB_COLUMNS, which will show you all of the tables/columns accessible from within the current schema (which, from the schema's perspective, IS the entire database!).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.