
- Forum
- Database
- Oracle Database
- how i know the all table names
how i know the all table names
This is a discussion on how i know the all table names within the Oracle Database forums, part of the Database category; how can i know the all tables names in oracle that are currently using. Also is there is any command ...
-
how i know the all table names
how can i know the all tables names in oracle that are currently using. Also is there is any command from which i know which table is mostly used
-
You can get current using table names by
SELECT * FROM USER_TABLES;
If you want to see all user tables
SELECT * FROM ALL_TABLES;
«
What is the part of Receivables in the Quote to Cash Process
|
where to download oracle sql*plus help
»

Reply With Quote





