ORACLE / tablespace / 확인 / 수정 / 삭제 / 변경 / 관리


ORACLE / tablespace / 확인 / 수정 / 삭제 / 변경 / 관리

[ 전체 tablespace 확인 ] select * from dba_data_files ; select * from dba_tablespaces ; [ Temp tablespace 확인 ] select * from dba_temp_files ; [ 현재 유저의 default tablespace 확인 ] select * from user_users ; ==> Defaut Tablespace로 설정된 부분을 확인 [ 유저의 default tablespace 변경 ] alter user [유저명] default tablespace [테이블 스페이스명] [ 테이블의 tablespace 변경 ] alter table [테이블명] move tablespace [테이블 스페이스명] [ tablespace 수정이나 ..


원문링크 : ORACLE / tablespace / 확인 / 수정 / 삭제 / 변경 / 관리