일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
- backup
- Oracle 19c
- ogg
- adg
- Database
- ORACLE19C
- linux
- goldengate
- oracle goldengate
- SSH
- 오라클
- SILENTMODE
- 오지지
- DataGuard
- Oracle
- 오라클아키텍쳐
- 데이터베이스
- recovery
- OracleGoldenGate
- 19c
- 오라클구조
- 디비투
- oracle installation
- 데이터가드
- ActiveDataGuard
- rman
- oracle recovery
- Installation
- 오라클설치
- 백업
- Today
- Total
목록ORACLE (49)
DoubleDBDeep
Control file : 데이터베이스의 물리적 구조를 기록한 binary file, Database Open 시 Mount 단계에서 읽혀지는 File이다. database instance마다 각각의 controlfile을 갖는다. 다중화하여 보관하는 것이 권장(필수)된다. control file에 포함된 내용 select * from v$controlfile_record_section ; 더보기 DATABASE CKPT PROGRESS REDO THREAD REDO LOG DATAFILE FILENAME TABLESPACE TEMPORARY FILENAME RMAN CONFIGURATION LOG HISTORY OFFLINE RANGE ARCHIVED LOG BACKUP SET BACKUP PIECE ..

TDE (Transparent Data Encryption) TDE를 사용하여 테이블 및 테이블스페이스에 저장하는 중요한 데이터를 암호화할 수 있다. 컬럼레벨로 암호화를 걸거나 테이블스페이스 자체에 암호화를 걸 수 있다. -- TDE 설정 가능한 명령문 CREATE TABLE ALTER TABLE CREATE TABLESPACE ALTER TABLESPACE (for online and offline tablespace encryption) ALTER DATABASE (for fast offline tablespace encryption) Keystore 검색 순서 1. KEYSTORE_CONFIGURATION = FILE일 때 , WALLET_ROOT 파라미터에 정의된 경로 (oracle 권장) 2. ..
-- 설치 시 오류 메세지 ./runInstaller -silent -responseFile /media/rsp/db_engine.rsp -ignorePrereqFailure Launching Oracle Database Setup Wizard... [FATAL] [INS-30132] Initial setup required for the execution of installer validations failed on nodes: ug192 CAUSE: Indicated nodes were not reachable, or the user equivalence is not available for those nodes, or the user failed to access the temporary locat..