일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- oracle pdb
- oracle SCN
- oracle dba_profile password_life_time
- MSSQL
- oracle install
- create role
- oracle 파티션 datapump
- supplemental log 활성화
- Oracle RAC
- oracle supplemental
- ora-28002: the password will expire within 7 days
- oracle
- ORA-00020
- SQL Server
- SSMS
- 오라클
- oracle system lock
- oracle awr
- oracle 테스트 데이터
- oracleasm
- oracle account_status expired
- sql user 생성
- Oracle Database
- oracle datapump
- oracle role 삭제
- ora-00439: feature not enabled: partitioning
- partition_options=merge
- mssql database 삭제
- ora-39083 ora-00439
- oracle tde
Archives
- Today
- Total
신문지한장

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
2024. 1. 4. 11:57