1. Table Space 생성
create tablespace OPPRA
datafile '/oracle/SAFEDB/oradata/Ora10g/oppra.dbf'
size 500m
autoextend on
next 100m
maxsize 700m;
2. 사용자 계정 생성
create user oppra identified by ocspgd
default tablespace OPPRA
3. 사용 권한
grant connect to jiwon;
grant resource to jiwon;