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

Thread: V$ tables for EXPORT/IMPORT

  1. #1
    Join Date
    Sep 2000
    Posts
    155

    What DBA views/V$ tables contain information about EXPORT, IMPORT, and the type of export (INC, CUM, FULL) performed on the DB ?


    Thanks in advance!

  2. #2
    Join Date
    Nov 2000
    Posts
    56
    As far as i know of, there is no view or table for export, as it is a Oracle Utility, it does generate a log file, in the same dir, usually Oracle_home\bin. You could check the log file for the info. you wnat to know.

    Rama
    Rama

  3. #3
    Join Date
    Nov 2000
    Posts
    344
    actually there are 3 views which contain information about recent exports. They are :

    DBA_EXP_FILES
    DBA_EXP_OBJECTS
    DBA_EXP_VERSION

    These only contain information when you use the INCTYPE parameter in your exports.

    -John

  4. #4
    Join Date
    Sep 2000
    Posts
    155

    Thanks John!

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