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

Thread: viewing contents of an dump file

  1. #1
    Join Date
    Aug 2000
    Posts
    29
    I have got an export file (dmp) from Oracle 7.3.4
    I have no idea what tablespaces are in it.
    Is there a way I can view these without importing
    the whole file. There are some specific tables
    I need.

    thanks,
    scotta
    J.Scott Adams

  2. #2
    Join Date
    Apr 2000
    Posts
    126

    Wink

    Using the show=y option on import, will just show you the contents of the dump file.

  3. #3
    Join Date
    Jan 2001
    Posts
    36
    After you get the table names you want to import from
    show=y,
    Use the
    tables=(table1,table2,...)
    option to select only the tables you need.

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