====== 権限設定 ====== [[database:oracledb|一つ上へ]] テーブルに対して読み取り権限設定を追加 grant read on to ; ディレクトリオブジェクトに対して読み取り権限を追加 grant read on directory to ; GRANTオプション付きの権限を付与する grant read on directory to with grant option; ディレクトリオブジェクトに対して書き込み権限を追加 grant read on directory to [with grant option]; ディレクトリオブジェクトに対して実行権限を追加 grant execute on directory to [with grant option];