원본출처 : http://tilldawn.co.kr/index.html
주의할 점은 blob,clob,text,byte type이 있는 컬럼은
이 스크립트론 잘 안되니 주의 하세요.
1. onpload.tar를 디렉토리를 만들고 풉니다.
2.
#chmod 777 . onpload.exp *.sh
#chmod 664 *.tmpl onpload.exp/*
3. export PLOADDIR=
4. create_pload.sh databasename tablename $PLOADDIR [#file갯수]
#file갯수는 samfile을 여러개로 나누어 병렬 unload,load할 수
있습니다. 만약 2로 하셨다면 table1.unl table2.unl file이 생성됩니다.
받고자 하는 table은 전부 각각 실행해 주어야 합니다.
5. unload하는 방법
onpload -jU -fu
6.load하는 방법
onpload -jL -fl
|