logos

With Andrii Grytsenko


Technical Diary - With Andrii Grytsenko

How to print all tables at Oracle database.

If you want to get all avaible tables in Oracle database you need a run this simple sql query:

SQL> select table_name from user_tables order by table_name;

Leave a Reply

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Categories

Translate