Page 1 of 1

Your database instance is started with a PFILE.Examine these parameters:You want to increase the size of the buffer cach

Posted: Sun Jun 11, 2023 3:55 pm
by answerhappygod
Your database instance is started with a PFILE.Examine these parameters: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;What is the outcome?
Your Database I 1
Your Database I 1 (5.84 KiB) Viewed 135 times
A. The value is changed only in the PFILE and takes effect at the next instance startup
B. The value is changed for the current instance and in the PFILE
C. It fails because the SCOPE clause is missing
D. Change is applied to the current instance, but does not persist after instance restart