728x90
[ DMP 파일을 분할 하여 EXPORT, IMPORT 하는법 ]
- export 옵션으로 분할할 filesize를 입력, 압축모드에 사용 안됨
1. file 분할하여 export
exp scott/tiger file=exp_01.dmp, exp_02.dmp, exp_03.dmp filesize = 500m compress = n buffer=8192000 log=exp.log
2. 분할한 dmp file import
imp scott/tiger fromuser=scott touser=scott file=exp_01.dmp, exp_02.dmp, exp_03.dmp buffer=8192000 commit=y log=imp.log
728x90