5
May
oracle 데이타 임포트, 익스포트
데이타 덤프 받기
exp userid=poss/poss file=’./poss.dmp’ full=y
덤프받은 데이타 임포트하기
imp file=’./poss.dmp’ ignore=y
또는
imp userid=poss/poss file=’./poss.dmp’ ignore=y
여기에서 오라클 사용자테이블 스페이스는 poss, 사용자아이디 비밀번호는각각 poss로 동일한 경우이며, 저장할 화일은 poss.dmp라는 화일이다.
Tags: oracle
This entry was posted
on 월요일, 5월 5th, 2008 at 2:14 오후 and is filed under DATABASE.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
One comment
Leave a reply