【第47題】【062題庫】2019年OCP認證062考試新題

47題、choose one

Your database instance is started with a PFILE.

Examine the parameters:

NAME TYPE VALUE

memory_max_target big integer 0

memory_target big integer 0

sga_max_size big integer 2G

sga_target big integer 2G

You want to increase the size of the buffer cache. Free memory is available to increase the size of

the buffer cache.

You execute the command:

SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;

Which is the outcome?

A) The value is changed for the current instance and in the PFILE.

B) It fails because the SCOPE clause is missing.

C) The value is changed only in the PFILE and takes effect at the next instance startup.

D) Change is applied to the current instance, but does not persist after instance restart.

Answer:A

(解析:這個參數是動態參數,默認是當前實例和spfile都修改。來自3組:1015267481)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章