반응형
// 데이터베이스 구조 추출
# 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
반응형
'Database > Altibase' 카테고리의 다른 글
[altibase] 구동 및 사용자 비번 변경. (0) | 2014.03.24 |
---|---|
[altibase] 할당된 메모리 크기 확인 및 변경 (0) | 2014.03.24 |
[altibase] 테이블스페이스 관리. (0) | 2014.03.24 |
[altibase] lock 걸린 쿼리 확인. (0) | 2014.03.24 |
Altibase 접속시 encoding 설정. (0) | 2011.10.21 |