내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
다운로드
trending_flat
OS환경 : Oracle Linux6.8(64bit)
DB 환경 : Oracle Database 11.2.0.4
쿼리 :
데이터베이스의 default temporary tablespace 변경
alter database default temporary tablespace temp;
일반 유저의 temporary tablespace 변경
alter user user명 temporary tablespace temp;
참조 :
https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_4003.htm#i2147599
'ORACLE > Sql' 카테고리의 다른 글
Oracle Job 수행 이력 확인 쿼리, 뷰 (0) | 2018.04.30 |
---|---|
오라클 히든파라미터 조회 방법 (0) | 2018.04.19 |
HASH_VALUE로 쿼리 전체 뽑기 sql (0) | 2018.04.05 |
RMAN 백업 현황 확인 쿼리 (0) | 2018.03.30 |
DBA가 가지고 있어야 할 10가지 SQL (0) | 2018.02.22 |