The database was started up using a text parameter file. What will be the default scope of changes made by using the SET clause of the ALTER SYSTEM statement?
A. Only MEMORY is updated
B. Only SPFILE values are updated
C. Only init
D. Both SPFILE and MEMORY memory values are updated.
E. Both init
Answer: A
Explanation:
The default scope of changes made by using the SET clause of the ALTER SYSTEM statement is only MEMORY scope. The MEMORY scope only makes changes in memory for the current instance and not the SPFILE; it does not persist.
Incorrect Answers
B: The SPFILE is not a default scope of changes made by using the SET clause of the ALTER SYSTEM statement. It makes changes only in the SPFILE and not in the instance.
C: The ALTER SYSTEM command does not change the init
D: Only MEMORY scope is updated by default.
E: The init
OCP Oracle9i Database: New Features for Administrators, Daniel Benjamin, p. 80-83
Chapter 2: Availability Enhancements
Oracle 9i New Features, Robert Freeman, p. 32-37
Chapter 1: Oracle9i Database Administration and Management Features
No comments:
Post a Comment