InterviewSolution
| 1. |
What Is Background Processes? |
|
Answer» Oracle creates a set of background processes for each instance. They CONSOLIDATE functions that would otherwise be handled by multiple Oracle programs running for each USER process. The background processes asynchronously PERFORM I/O and monitor other Oracle processes to provide INCREASED parallelism for BETTER performance and reliability. Oracle creates a set of background processes for each instance. They consolidate functions that would otherwise be handled by multiple Oracle programs running for each user process. The background processes asynchronously perform I/O and monitor other Oracle processes to provide increased parallelism for better performance and reliability. |
|