일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ora-28002: the password will expire within 7 days
- oracle 파티션 datapump
- Oracle RAC
- create role
- supplemental log 활성화
- Oracle Database
- oracle 테스트 데이터
- oracle SCN
- oracle role 삭제
- oracle awr
- mssql database 삭제
- oracle dba_profile password_life_time
- oracle
- SQL Server
- oracle datapump
- oracle system lock
- ora-00439: feature not enabled: partitioning
- oracle tde
- SSMS
- oracle account_status expired
- oracle install
- 오라클
- oracle supplemental
- oracle pdb
- MSSQL
- oracleasm
- partition_options=merge
- ora-39083 ora-00439
- ORA-00020
- sql user 생성
Archives
- Today
- Total
신문지한장
[Tech] oracle TDE 설정 방법 (11g 이하)
OS : CentOS 7.9 (64bit)DB : Oracle Database 11g ( Release - 11.2.0.4 ) TDE (Transparent Data Encryption) 제약 사항- EE(Enterprise Edition)에서만 사용 가능- SYSTEM, SYSAUX, UNDO, TEMP tablespace는 암호화 불가- Database 재기동 필요 (parameter file 변경 때문) 1. wallet 설정 여부 확인col WRL_PARAMETER for a50select * from v$encryption_wallet; 2. TDE 적용 (암호화 된) 테이블스페이스 확인SQL> select tablespace_name, encrypted from dba_tablespace..
Oracle/Tech
2024. 11. 21. 14:20