Export & Import Schema command in oracle
exp sys/oracle buffer=200000 file=/home/oracle/LA.dmp compress=n owner=LA log=/home/oracle/LA.log statistics=none
imp sys/oracle123 file=/home/oracle/LA.dmp log=/home/oracle/LA.log fromuser=LA touser=LX ignore=y
exp sys/oracle buffer=200000 file=/home/oracle/LA.dmp compress=n owner=LA log=/home/oracle/LA.log statistics=none
imp sys/oracle123 file=/home/oracle/LA.dmp log=/home/oracle/LA.log fromuser=LA touser=LX ignore=y
No comments:
Post a Comment