'gipsu'에 해당되는 글 1건

  1. 2023.09.15 오라클 manual 11G GIPSU 절차
ORACLE/ADMIN2023. 9. 15. 11:26
반응형

 

11G 
Database Shutdown ( 1&2 노드 )
< 1번노드 >
1. $ <ORACLE_HOME>/bin/srvctl stop home -o <ORACLE_HOME> -s <status file location> -n <node name>
2. # <GI_HOME>/crs/install/rootcrs.pl –unlock
3. $<GI_HOME>/OPatch/opatch napply -oh <GI_HOME> -local
<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<OCW Components_number>
$ <GI_HOME>/OPatch/opatch napply -oh <GI_HOME> -local
<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<ACFS Components_number>
$ <GI_HOME>/OPatch/opatch apply -oh <GI_HOME> -local
<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<DB_PSU_number>
4. $<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<OCW Components_number>/custom/server/
<OCW Components_number>/custom/scripts/prepatch.sh -dbhome <ORACLE_HOME>
$ <ORACLE_HOME>/OPatch/opatch napply -oh <ORACLE_HOME> -local
<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<OCW Components_number>
/custom/server/<OCW Components_number>
$ <ORACLE_HOME>/OPatch/opatch apply -oh <ORACLE_HOME> -local
<UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<DB_PSU_number>
$ <UNZIPPED_PATCH_LOCATION>/<GI_PSU_number>/<OCW Components_number>/custom/server/
<OCW Components_number>/custom/scripts/postpatch.sh -dbhome <ORACLE_HOME>
5. # <GI_HOME>/rdbms/install/rootadd_rdbms.sh
# <GI_HOME>/crs/install/rootcrs.pl –patch
6. $ <ORACLE_HOME>/bin/srvctl start home -o <ORACLE_HOME> -s <status file location> -n <node name>
<2번 노드도 동일하게 수행>
1 ~ 6
Database Startup ( 1&2 노드 )
<한노드에서만 수행>
7. cd $ORACLE_HOME/rdbms/admin
SQL> @catbundle.sql psu apply

반응형
Posted by [PineTree]