5
May

oracle 데이타 임포트, 익스포트

   Posted by: poss   in DATABASE

데이타 덤프 받기 

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:

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

poss
 1 

특정테이블만 import/export할 때

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

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

5월 30th, 2010 at 8:49 오후

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment
*

Switch to our mobile site