반응형
해당 기능을 이용시 Patch 가 적용 되어 있는 Image File 생성이 가능 합니다.
아래 명령어는 19c 에서 RU10 을 적용한 환경에서 만들었습니다.
■ 사용방법
Grid 계정에서 수행
$GRID_HOME/gridSetup.sh -silent -createGoldImage -exclFiles $ORACLE_HOME/log -destinationLocation /backup/grid_gold_image
Oracle 계정에서 수행
$ORACLE_HOME/runInstaller -silent -createGoldImage -exclFiles $ORACLE_HOME/log -destinationLocation /backup/db_gold_image
■ option
Option | Description |
-createGoldImage | Creates a gold image from the current Oracle home. |
-destinationLocation | Specify the complete path, or location, where the gold image will be created. |
-exclFiles | Specify the complete paths to the files to be excluded from the newly created gold image. |
—help | Displays help for all the available options. |
■ 참조문서
반응형
'ORACLE > Install' 카테고리의 다른 글
relink 방법 (11g to 19c) (0) | 2024.12.02 |
---|---|
12cR2~19c RU(PSU) Manual Patch (0) | 2021.06.14 |
OraInventory 재생성 (0) | 2021.05.03 |