View a markdown version of this page

檢視 Amazon RDS Custom for Oracle 的 CEV 詳細資訊 - Amazon Relational Database Service

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

檢視 Amazon RDS Custom for Oracle 的 CEV 詳細資訊

注意

終止支援通知:2027 年 3 月 31 日, AWS 將終止對 Amazon RDS Custom for Oracle 的支援。2027 年 3 月 31 日之後,您將無法再存取 RDS Custom for Oracle 主控台或 RDS Custom for Oracle 資源。如需詳細資訊,請參閱RDS Custom for Oracle 終止支援

您可以使用 AWS 管理主控台 或 來檢視 CEV 資訊清單的詳細資訊,以及用來建立 CEV 的命令 AWS CLI。

檢視 CEV 詳細資訊
  1. 登入 AWS 管理主控台 ,並在 https://console.aws.amazon.com/rds/:// 開啟 Amazon RDS 主控台。

  2. 在導覽窗格中,選擇 Custom engine versions (自訂引擎版本)。

    Custom engine versions (自訂引擎版本) 頁面會顯示目前存在的所有 CEV。如果您尚未建立任何 CEV,則頁面為空白。

  3. 選擇要檢視的 CEV 名稱。

  4. 選擇 Configuration (組態) 以檢視清單檔案中指定的安裝參數。

    檢視 CEV 的安裝參數。
  5. 選擇 Manifest (清單檔案) 以檢視在 create-custom-db-engine-version 命令的 --manifest 選項中指定的安裝參數。您可以複製此文字、視需要取代這些值,然後在新命令中使用它們。

    檢視用來建立 CEV 的命令。

若要使用 檢視 CEV 的詳細資訊 AWS CLI,請執行 describe-db-engine-versions 命令。

下列選項是必要的:

  • --engine engine-type,其中 engine-typecustom-oracle-eecustom-oracle-se2custom-oracle-ee-cdbcustom-oracle-se2-cdb

  • --engine-version major-engine-version.customized_string

下列範例會建立使用 Enterprise Edition 的非 CDB CEV。CEV 名稱 19.my_cev1 開頭為主要引擎版本編號,此為必要項目。

範例

在 Linux、macOS 或 Unix 中:

aws rds describe-db-engine-versions \ --engine custom-oracle-ee \ --engine-version 19.my_cev1

在 Windows 中:

aws rds describe-db-engine-versions ^ --engine custom-oracle-ee ^ --engine-version 19.my_cev1

下列部分輸出顯示引擎、參數群組、清單檔案,以及其他資訊。

"DBEngineVersions": [ { "Engine": "custom-oracle-ee", "MajorEngineVersion": "19", "EngineVersion": "19.my_cev1", "DatabaseInstallationFilesS3BucketName": "us-east-1-123456789012-cev-customer-installation-files", "DatabaseInstallationFilesS3Prefix": "123456789012/cev1", "CustomDBEngineVersionManifest": "{\n\"mediaImportTemplateVersion\": \"2020-08-14\",\n\"databaseInstallationFileNames\": [\n\"V982063-01.zip\"\n],\n\"installationParameters\": {\n\"oracleBase\":\"/tmp\",\n\"oracleHome\":\"/tmp/Oracle\"\n},\n\"opatchFileNames\": [\n\"p6880880_190000_Linux-x86-64.zip\"\n],\n\"psuRuPatchFileNames\": [\n\"p32126828_190000_Linux-x86-64.zip\"\n],\n\"otherPatchFileNames\": [\n\"p29213893_1910000DBRU_Generic.zip\",\n\"p29782284_1910000DBRU_Generic.zip\",\n\"p28730253_190000_Linux-x86-64.zip\",\n\"p29374604_1910000DBRU_Linux-x86-64.zip\",\n\"p28852325_190000_Linux-x86-64.zip\",\n\"p29997937_190000_Linux-x86-64.zip\",\n\"p31335037_190000_Linux-x86-64.zip\",\n\"p31335142_190000_Generic.zip\"\n]\n}\n", "DBParameterGroupFamily": "custom-oracle-ee-19", "DBEngineDescription": "Oracle Database server EE for RDS Custom", "DBEngineVersionArn": "arn:aws:rds:us-west-2:123456789012:cev:custom-oracle-ee/19.my_cev1/0a123b45-6c78-901d-23e4-5678f901fg23", "DBEngineVersionDescription": "test", "KMSKeyId": "arn:aws:kms:us-east-1:123456789012:key/ab1c2de3-f4g5-6789-h012-h3ijk4567l89", "CreateTime": "2022-11-18T09:17:07.693000+00:00", "ValidUpgradeTarget": [ { "Engine": "custom-oracle-ee", "EngineVersion": "19.cev.2021-01.09", "Description": "test", "AutoUpgrade": false, "IsMajorVersionUpgrade": false } ]