InterviewSolution
| 1. |
What Are The Advantages Of Using Spfile? |
|
Answer» SPFILE supports dynamic changes in parameter VALUES. The changes in SPFILE can only be made by using the Oracle statements; therefore, there is no chance of ACCEPTING impossible changes as it will be checked by the system. As a result, chances of HUMAN errors are REDUCED. SPFILE supports dynamic changes in parameter values. The changes in SPFILE can only be made by using the Oracle statements; therefore, there is no chance of accepting impossible changes as it will be checked by the system. As a result, chances of human errors are reduced. |
|