How Can I Copy Data in Another
System
I am using oracle 9i.
Oracle export (EXP) and import (IMP) utilities are used to perform logical database backup and recovery. export / import are logical backup system in oracle. Just type exp(in case of export) or imp (in case of import) at prompt, you will get online help from oracle and supply parameters, it will serve your purpose. Otherwise, the command is login as sys user and give command... exp file=<filename.dmp> full=y statistics = none (will export all schema backups) for example, exp scott/tiger file=emp.dmp log=emp.log tables=emp rows=yes
indexes=no
Similarly import command will be like.... imp scott/tiger
file=emp.dmp full=yes
Saumen Ganguli
Have a Oracle Question
Oracle Books
Oracle Application
Oracle Home
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|