DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How do I search for all tables of a type in a schema?

  1. #1
    Join Date
    Sep 2002
    Posts
    11

    How do I search for all tables of a type in a schema?

    Dudes:

    Let's assume that you don't have access to DBA_TABLES but you need to find all the tables in a schema that have IMG in thier name.

    What would the query need to be?

    How can you list all tables in a schema?

    Thanks - rev

  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Connect with this user and select from user_tables

    Cheers

    Angel

  3. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Question

    Have you tried selecting from ALL_TABLES table?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width