0
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 1 year has passed since last update.

初期化パラメータを動的に変更可能かどうか調べる

Last updated at Posted at 2021-04-14

~構文~
select name, issys_modifiable from v$parameter where name='<パラメータ名>';

サンプル文)
col name format a30
select name, issys_modifiable from v$parameter where name='job_queue_processes';

参考サイト
https://yohei-a.hatenablog.jp/entry/20100412/1271057353

また、初期化パラメーターのマニュアルページの「変更の可/不可」が「いいえ」又は「変更不可」となっているものは静的パラメータなので動的に変更不可となる。

0
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
0
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?