データベース・システムの管理者資格証明の管理
Learn how to change the administrator credentials for an OCI Database with PostgreSQL database system.
データベース・システムを作成する場合は、データベース・システム管理者資格証明を設定します。管理者はスーパーユーザー・アクセス権を取得しませんが、oci_admin_role
が割り当てられます。PostgreSQLOCI Database with PostgreSQL管理ユーザーを含むOCI Databaseでは、ユーザーおよびロールを作成し、特定の拡張機能を有効にできます。
ノート
管理者のパスワードは変更できますが、ユーザー名は変更できません。
管理者のパスワードは変更できますが、ユーザー名は変更できません。
oci psql db-system reset-master-user-password
、oci psql db-system reset-master-user-password-plain-text-password-details
またはoci psql db-system reset-master-user-password-vault-secret-password-details
コマンドと必須パラメータを使用して、パスワードをリセットします。oci psql db-system reset-master-user-password --db-system-id <db_system_OCID> --password-details <file://password-details.json> [OPTIONS]
oci psql db-system reset-master-user-password-plain-text-password-details --db-system-id <db_system_OCID> --password-details-password <example-password> [OPTIONS]
oci psql db-system reset-master-user-password-vault-secret-password-details --db-system-id <db_system_OCID> --password-details-secret-id <secret_OCID> --password-details-secret-version <secret_version> [OPTIONS]
CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。
ResetMasterUserPassword操作を実行して、データベースのマスター・パスワード資格証明をリセットします。
APIの使用およびリクエストの署名の詳細は、REST APIのドキュメントおよびセキュリティ資格証明に関する項を参照してください。SDKの詳細は、SDKおよびCLIを参照してください。