Get a List of all Tables In Oracle SQL
Sometimes you need to see a list of all tables in database. There are several views in the data dictionary you can query, and which ones you can see will depend on your privileges. The easiest way to see all tables in the database is to query the all_tables view:
Output:
This will show the owner (the user) and the name of the table. You don’t need any special privileges to see this view, but it only shows tables that are accessible to you.
If you have administrator privileges, you can query the dba_tables view, which gives you a list of all tables in the database.
My site is free of ads and trackers. Was this post helpful to you? Why not
Disqus is great for comments/feedback but I had no idea it came with these gaudy ads.