반응형

// 데이터베이스 구조 추출

# aexport -s 127.0.0.1 -u iscp -p iscp1


// 데이터 추출

# sh run_il_out.sh


// 대상 데이터베이스에 데이터베이스 구조 생성

# sh run_is.sh


// 대상 데이터베이스에 데이터 로딩

# sh run_il_in.sh


// 대상 데이터베이스에 인덱스 및 외래키 생성

# sh run_is_index.sh

# sh run_is_fk.sh


iSQL> create tablespace my_test_tbspace datafile 'my_test.dbf' size 100M autoextend on next 5M;

iSQL> create user my_test identified by myt1 default tablespace my_test_tbspace;

iSQL> grant all privileges to my_test;


/home/altibase/altibase_home/bin server start


반응형

+ Recent posts