May
05
2008

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라는 화일이다.

Written by poss in: DATABASE | 태그:

답글 한 개 »

  • poss

    특정테이블만 import/export할 때

    exp id/passwd@listener tables=table1,table2… file=file_name.dmp

    imp id/passwd file=file_name.dmp tables=table_name

    답글 | 2010년 5월 30일

RSS feed for comments on this post. TrackBack URL

답글 남기기

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes

Bad Behavior has blocked 75 access attempts in the last 7 days.