오라클 인덱스 분리해서 임포트 하는 방법
2010.05.12 08:37
원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어
Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
데이터와 index을 분리해서 imp 작업을 한다.
imp system/manager fromuser=nis touser=nis file=full0710.dmp ignore=y buffer=40960000 log=fullimp.log commit=y feedback=10000 indexes=n
imp system/manager fromuser=nis touser=nis file=full0710.dmp indexfile=index.sql
디비로 접속을 해서 스크립트를 실행시켜 인덱스를 생성한다.