2023. 2. 10. 10:54 오라클
패치 34719373 작업
(DB50) Clusterware Fails to Start Because CSSD Cannot Get Real-Time Priority (Doc ID 2903663.1)
Issue #2 로 인한 Merge 패치 34719373 작업
-> GI_HOME, DB_HOME 모두 적용해야 함.
(crs 종료)
$GI_HOME/crs/install/rootcrs.sh -prepatch <---- 반드시 prepatch로 내려야 함.
(root로 변경 및 확인)
ls -ld $GI_HOME/bin/oradism
-rwsr-x--- 1 root dba 145920 Oct 20 03:59 /u01/app/19.0.0.0/grid/bin/oradism
chown grid $GI_HOME/bin/oradism
chmod 0750 $GI_HOME/bin/oradism
ls -ld $GI_HOME/bin/oradism
(grid)
chown -R grid:dba /u01/install/34719373
$GI_HOME/OPatch/opatch apply -oh /u01/app/19.0.0.0/grid -local /u01/install/34719373
(root로 변경 및 확인)
ls -ld $ORACLE_HOME/bin/oradism
chown oracle $ORACLE_HOME/bin/oradism
chmod 0750 $ORACLE_HOME/bin/oradism
ls -ld $ORACLE_HOME/bin/oradism
(oracle)
chown -R oracle:dba /u01/install/34719373
$ORACLE_HOME/OPatch/opatch apply -oh /u01/app/oracle/product/19.0.0.0/dbhome_1 -local /u01/install/34719373
(grid)
opatch lspatches -oh $GI_HOME
(oracle)
opatch lspatches -oh $ORACLE_HOME
(원복)
ls -ld $GI_HOME/bin/oradism
chown root $GI_HOME/bin/oradism
chmod 4750 $GI_HOME/bin/oradism
ls -ld $GI_HOME/bin/oradism
ls -ld $ORACLE_HOME/bin/oradism
chown root $ORACLE_HOME/bin/oradism
chmod 4750 $ORACLE_HOME/bin/oradism
ls -ld $ORACLE_HOME/bin/oradism
(crs 기동)
$GI_HOME/crs/install/rootcrs.sh -postpatch