runInstaller -createGoldImage

runInstaller -createGoldImageコマンドは、現在のOracle AI Databaseホームからゴールド・イメージを作成します。

構文

runInstaller -createGoldImage -destinationLocation directory_to_store_gold_image [-exclFiles list_of_excluded_files] -silent

パラメータ

表B-5 runInstaller -createGoldImageコマンドのパラメータ

パラメータ 必須 説明
-destinationLocation directory_to_store_gold_image

ゴールド・イメージを格納する完全パスまたは場所を指定します。

-exclFiles list_of_excluded_files いいえ 新しく作成されたゴールド・イメージから除外する絶対ファイル・パスまたはディレクトリ・パスのカンマ区切りリストを指定します。
ノート:
  • ディレクトリ・パスにはワイルドカードを含めることもできます。
  • ディレクトリ・パス名により、ディレクトリ・ツリー全体および指定したパスの下にあるすべてのファイルが除外されます。
-help いいえ

runInstaller -createGoldImageコマンドのヘルプを表示します。

  • 次の例は、特定のファイルを除外する方法を示しています:
    $ORACLE_HOME/runInstaller -createGoldImage -destinationLocation /tmp/my_db_images -exclFiles $ORACLE_HOME/instantclient/libsqlplusic.so -silent
  • 次の例は、ディレクトリとその内容を除外する方法を示しています:
    $ORACLE_HOME/runInstaller -createGoldImage -destinationLocation /tmp/my_db_images -exclFiles $ORACLE_HOME/.patch_storage -silent
  • 次の例は、複数のフォルダおよびファイルを除外する方法を示しています:
    $ORACLE_HOME/runInstaller -createGoldImage -destinationLocation /tmp/my_db_images -exclFiles $ORACLE_HOME/.patch_storage/32916816_Jul_19_2025_01_56_39/*,$ORACLE_HOME/R/migration/* -silent