ユーザ用ツール

サイト用ツール


database:oracledb:grant

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
database:oracledb:grant [2023/11/14 13:05] – 作成 mikotodatabase:oracledb:grant [2023/11/15 21:22] (現在) mikoto
行 1: 行 1:
 ====== 権限設定 ====== ====== 権限設定 ======
 +[[database:oracledb|一つ上へ]]
 +
 テーブルに対して読み取り権限設定を追加 テーブルに対して読み取り権限設定を追加
 <code sql> <code sql>
行 17: 行 19:
 <code sql> <code sql>
 grant read on directory <directory_name> to <user> [with grant option]; grant read on directory <directory_name> to <user> [with grant option];
 +</code>
 +
 +ディレクトリオブジェクトに対して実行権限を追加
 +<code sql>
 +grant execute on directory <dir_name> to <user> [with grant option];
 </code> </code>
database/oracledb/grant.1699934725.txt.gz · 最終更新: 2023/11/14 13:05 by mikoto