imp/exp is standard export. There is another tool called Data Pump, that is what the link above refers to.
The best way is to run: imp help=y to see the options.
Here is the actual Oracle doc for imp/exp:
http://download.oracle.com
Here are some samples.
-- Full import (have to run as DBA)
imp system/admin file=export.dmp full=y
-- Full schema import while renaming user (have to run as DBA)
imp system/admin file=export.dmp fromuser=fred touser=barney
-- User level import (no DBA priv required)
imp scott/tiger file=scott.dmp
Main Topics
Browse All Topics





by: shru_0409Posted on 2009-08-14 at 04:55:55ID: 25097001
http://www.oracle-base.com /articles/ 10g/ Oracle DataPump10 g.php
this link help u