SysAdmin Wiki
Tuesday, May 7, 2013
Show list of tables in Oracle
To show list of tables you own in Oracle, you can use this sql:
SELECT
table_name
FROM
user_tables
‹
›
Home
View web version