Autonomous DatabaseでのIdentity and Access Management (IAM)認証の無効化

Autonomous DatabaseのIAM外部認証ユーザー・アクセスを無効にするステップについて説明します。

次のように、Autonomous DatabaseインスタンスでIAMユーザー・アクセスを無効にできます:

  1. DBMS_CLOUD_ADMIN.DISABLE_EXTERNAL_AUTHENTICATIONプロシージャを実行します。

    たとえば:

    BEGIN
       DBMS_CLOUD_ADMIN.DISABLE_EXTERNAL_AUTHENTICATION;
    END;
    /
  2. If you also want to update access to IAM from the resource, in this case the Autonomous Database instance, you may need to remove or modify the IAM group and the policies you set up to allow access to IAM from the Autonomous Database instance.