일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- supplemental log 활성화
- ora-00439: feature not enabled: partitioning
- MSSQL
- oracle dba_profile password_life_time
- oracle install
- 오라클
- oracle pdb
- ORA-00020
- create role
- oracle 파티션 datapump
- Oracle Database
- oracle awr
- oracle 테스트 데이터
- SQL Server
- ora-39083 ora-00439
- oracle role 삭제
- sql user 생성
- oracle SCN
- oracle
- oracle system lock
- oracle tde
- oracle supplemental
- oracle datapump
- Oracle RAC
- partition_options=merge
- oracle account_status expired
- ora-28002: the password will expire within 7 days
- SSMS
- mssql database 삭제
- oracleasm
Archives
- Today
- Total
신문지한장
[Tech] oracle undo tablespace 관리 ( 생성, 삭제 ) 본문
OS : CentOS7.9 (64bit)
DB : Oracle Database 19c ( Release - 19.21.0 )
1. undo tablespace 조회
show parameter undo
2. undo tablespace 생성
create undo tablespace undo02 datafile '/oracle/app/oracle/oradata/ORCL19/undo02.dbf' size 100m;
3. undo tablespace 변경
alter system set undo_tablespace=UNDO02;
4. undo tablespace 삭제
* undo_tablespace 변경 후 삭제 가능함
drop tablespace UNDOTBS1;
'Oracle > Tech' 카테고리의 다른 글
[Tech] parameter note (0) | 2024.04.18 |
---|---|
oracle bash_profile (1) | 2024.04.18 |
[Tech] oracle tablespace 및 datafile 생성 및 삭제 (OMF, autoextend) (1) | 2024.01.04 |
[Tech] oracle ASM 구성 (2) | 2023.12.11 |
[Tech] ACFS filesystem resize (1) | 2023.12.11 |