Oracle GoldenGate 19cOracle Database가 설치된 서버에 Oracle to Oracle GoldenGate 설치 ogg OS계정 생성useradd -g dba -G dba ggspasswd ogg bash_profile 설정su - oggvi .bash_profile## 아래 내용 입력PATH=$PATH:$HOME/.local/bin:$HOME/binexport TMP=/tmpexport TMPDIR=$TMPexport PATHexport ORACLE_UNQNAME=CHOKIexport ORACLE_SID=CHOKIexport ORACLE_BASE=/oracle/oracle_baseexport ORACLE_HOME=/oracle/app/product/19cexport..