SysAdmin Wiki
Showing posts with label
Oracle
.
Show all posts
Showing posts with label
Oracle
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)