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

Thread: export and import

  1. #1
    Join Date
    Nov 2000
    Posts
    169

    Unhappy

    Hello,
    Assuming I created a file john.txt and below are it's contents:

    userid=SYSTEM/MANAGER
    buffer=20373759
    file=mike.dmp
    log=mike.log

    and I take an export as follows:

    $ exp parfile=john.txt

    My question is, if I want to import it, do I just type:

    $ imp parfile=john.txt

    or I need to modify something before importing. Assuming I am importing as SYSTEM/MANAGER

    thanks,
    learn



  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

    You will need to tell Oracle what to export and import, FULL=, USER=, or TABLES=.
    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