일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 오지지
- 데이터가드
- 오라클아키텍쳐
- ActiveDataGuard
- 오라클설치
- Database
- Installation
- 오라클구조
- DataGuard
- SSH
- rman
- ogg
- goldengate
- ORACLE19C
- linux
- SILENTMODE
- adg
- 백업
- 19c
- OracleGoldenGate
- 디비투
- recovery
- backup
- Oracle
- oracle goldengate
- oracle recovery
- 데이터베이스
- Oracle 19c
- 오라클
- oracle installation
- Today
- Total
목록Database (40)
DoubleDBDeep

증분백업에 대해서 .. lv0 = 처음 전체 백업 / lv1= lv0 대비 바뀐것만 백업lv0 백업#!/bin/bashexport ORACLE_SID=wintrgexport ORACLE_UNQNAME=wintrgexport ORACLE_UNQNAME_LOWER=`echo $ORACLE_UNQNAME | tr A-Z a-z`export EDITOR=viexport LANG=Cexport ORACLE_HOME=/u01/app/oracle/product/19.0.0.0/dbhome_1export DT=`date +%Y%m%d%H%M`/u01/app/oracle/product/19.0.0.0/dbhome_1/bin/rman target / log /u01/backup/log/${ORACLE_SID}_lv0_${..
싱글이어서 DB패치만 했음 1. 패치 다운받고 언집[target@oracle:/media/sf_01.oracle/4.Opatch/2.grid]> unzip 19.26_p37257886_190000_Linux-x86-64.zip -d /u01/patch 2. DB 패치[target@oracle:/u01/patch/37257886]> opatch apply ./37260974 -oh /u01/app/oracle/product/19.0.0.0/dbhome_1Oracle Interim Patch Installer version 12.2.0.1.45Copyright (c) 2025, Oracle Corporation. All rights reserved.Oracle Home : /u01/app/ora..

오라클 엔진에 종속되게 하지 않고 유저/엔진 분리함 1. 게이트웨이 전용 유저 생성/usr/sbin/useradd -g oinstall -G oinstall,dba,dgdba,kmdba,racdba,vboxsf db2gwmkdir -p /u02/app/oracle/product/19.0.0.0/dbhome_1chown -R db2gw:oinstall /u02chown -R db2gw:oinstall /u02/app/oracle/productchmod -R 775 /u02# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then . ~/.bashrcfi# User specific environment and startup ..