Click here to Skip to main content
15,887,214 members

Comments by Gareth Barlow (NBNi) (Top 1 by date)

Gareth Barlow (NBNi) 2-Jan-11 6:49am View    
Wont work on oracle but you can use
"select * from user_tables" for schema level tables or

"select * from all_tables where schema_name = 'schema_name'" to get tables from a different schema