I very rarely mess with Oracle at my workplace

Recently I forgot the name of a table so wanted to list all the tables in the oracle database

Obviously I didn’t know the command so I had to muddle with it for a while and then the following command did the trick and can be used to display all tables in oracle

select * from cat;

Related posts:

  1. Data Recovery from Corrupt partition table disk As I mentioned a few posts ago that I got...

Trackback

2 comments untill now

  1. thanks helped me with my oracle problems

  2. Very helpful. Many Thanks!

Add your comment now