G georgh Member² Dec 9, 2001 #1 Is there some convenient way to get all the names of tables, that belong to a Oracle database?
F F.Hinlopen Member² Dec 10, 2001 #1 Check out the views ALL_TABLES, USER_TABLES and DBA_TABLES. Greetings. ------------------ Frans