|
最初由 shyu1 发布
[B]QUESTION NO: 21
Which statement about an Oracle instance is true?
A. The redo log buffer is NOT part of the shared memory area of an Oracle instance.
B. Multiple instances can execute on the same computer, each accessing its own physical database.
C. An Oracle instance is a combination of memory structures, background processes, and user processes.
D. In a shared server environment, the memory structure component of an instance consists of a single SGA and a single PGA.
TK Answer: B
two oracle servers running on the same computer?????.
[/B]
B may not be wrong, since Oracle allows multiple instances running on the same host, while each instance can only handle its own database. |
|