1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OCI ADBのDatabase Actionsを利用して、DBユーザを作成しよう

Last updated at Posted at 2022-04-04

手順

1.Autonomous Databaseとは
2.Autonomous DatabaseのDatabase Actionsとは
3.SQL文を書かずに、DBユーザを作成しよう

1.Autonomous Databaseとは

2.Autonomous DatabaseのDatabase Actionsとは

3.SQL文を書かずに、DBユーザを作成しよう

① Autonomous Databaseにアクセス
「ナビゲーションメニュー」→「Oracle Database」→「Autonomous Database」をクリック
image.png
②「コンバートメント」を選択し、「Autonomous Database」インスタンスをクリック
image.png
③ Autonomous Databaseインスタンスの詳細画面で、「データベース・アクション」をクリック
image.png
④ 少し待つ・・
image.png
⑤ 最初はADMINでDatabase Actionsにログインされる。「管理」の配下の「データベース・ユーザー」をクリック
image.png
⑥ 「+ユーザーの作成」をクリック
image.png
⑦ 「ユーザー」タブ

ユーザー名:springuser
パスワード:Welcome12345#
パスワードの確認:Welcome12345#
グラフ:On
Webアクセス:On
Webアクセス拡張機能:承認が必要On
表領域の割当の制限 DATA:UNLIMITED

image.png
⑧ 「付与されたロール」タブ
DWROLE:管理✓
image.png
⑩ 「ユーザー」タブに戻る
⑪ 「ユーザーの作成」ボタンをクリック
⑫ DBユーザーが作成されたことを確認し、設定した内容が保存されていることを確認
「3点」→「編集」クリック
image.png
⑬ 作成したDBユーザで、Database Actionsにログイン
DBユーザーカードのログインURL右側の「↗」ボタンをクリック
image.png
⑭ DBユーザー名とパスワードを入力し、「サインイン」をクリック
image.png
⑮ 作成したDBユーザーでログインできたことを確認
image.png
以上

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?