전체 글 썸네일형 리스트형 오라클 테이블 스페이스 생성/관리 오라클 테이블 스페이스 생성 ============================================================= *테이블 스페이스 생성 create tablespace [tspace1] datafile ['c:\oracle_space\tspace1.dbf'] size [10M]; *옵션지정 테이블 스페이스 생성 create tablespace [tspace1] datafile ['c:\oracle_space\tspace1.dbf'] size [10M] default storage( initial [2M] // 더보기 이전 1 ··· 191 192 193 194 195 196 197 ··· 214 다음