[관리] export / import 로 데이터 이전하기
*** EXP/IMP로 DATA 이관
scott의 데이타를 larry로 옮기려면 export/import를 이용한다.
$ exp scott/tiger owner=scott file=scott.dmp
$ imp larry/lion fromuser=scott touser=larry file=scott.dmp
만약 scott가 dba 권한을 갖고 있었다면 다음과 같이 import를 해야 한다.
$ imp system/manager fromuser=scott touser=larry file=scott.dmp
만약 import 도중 데이타 영역이 부족해서 에러가 발생한다면 export를 받을 때
compress=n 옵션을 사용하며 import시 롤백 세그먼트 문제가 발생한다면 import시
commit=y 옵션을 사용하면 된다.
2 Responses
… [Trackback]
[…] Find More Info here on that Topic: nblog.syszone.co.kr/archives/573 […]
… [Trackback]
[…] Info on that Topic: nblog.syszone.co.kr/archives/573 […]