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

Thread: EXPORT question

  1. #1
    Join Date
    Nov 2000
    Posts
    74
    I exported an Oracle database using EXPORT and created the file expdat.dmp (on Unix). How do I find where that file is located?

    thanks.

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    It will be in the directory where you issued the export command.

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    or:
    find / -name expdat.dmp -print
    Jeff Hunter

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