반응형
select file_name, bytes from dba_data_files where tablespace_name = 'TableSpace이름';
alter tablespace TableSpace명 add datafile '절대경로/DBF파일명.dbf' size 1024M;
alter database datafile '절대경로/DBF파일명.dbf' resize 1024M;
반응형
'Infra > RDBMS' 카테고리의 다른 글
MySQL 명령어 정리 (0) | 2017.11.03 |
---|---|
오라클 DBF 용량 줄이기 (0) | 2013.06.17 |
오라클 백업 (0) | 2013.06.06 |
테이블 제약 조건 확인 (0) | 2013.05.20 |
ORA-00600: internal error code, arguments: [kokle_lob2lob13:input mismatch] 해결 (2) | 2013.04.23 |
Postgresql 랜덤값 출력 (0) | 2011.10.14 |
DB Password 부호화 복호화 (0) | 2011.04.19 |
DB2 TimeStamp (0) | 2009.08.24 |
DB2 SEQUENCE 생성 (0) | 2009.07.16 |
DB2에서 Temp테이블 사용법 (0) | 2009.07.07 |