Export Database tables to a dump file under windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sport Girl
    New Member
    • Jul 2007
    • 42

    Export Database tables to a dump file under windows

    Hi everybody,

    please can somebody help me about how to write the script to export oracle database specific tables into a dump file under windowws

    thank you please it is urgent
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to use EXP or EXPDP utility from command prompt.

    Comment

    • EVH316
      New Member
      • Aug 2008
      • 26

      #3
      try execute this in DOS prompt

      exp scott/tiger@SID file=backup.dmp tables=(table1, table2, table3) log=mybackup.lo g

      Comment

      • Sport Girl
        New Member
        • Jul 2007
        • 42

        #4
        Thank u very much, it worked with me. But i have one more question please, can u tell me the command to import the data from that exported dump file into a database.

        Regards

        Comment

        Working...