Which of the following statements about an Oracle instance is true?
Reveal answer
Fill a bubble to check yourself
Which of the following statements about an Oracle instance is true?
The redo log buffer is NOT a part of the shared memory area of an Oracle instance.
Multiple instances can be executed on the same computer, each accessing its own physical database.
An Oracle instance is a combination of memory structures, background processes, and user processes.
In a shared server environment, the memory structure component of an instance consists of a single SGA and a single PGA.
Multiple Oracle instances can run on the same machine, each accessing separate physical databases - this is how Oracle Real Application Clusters (RAC) and standalone instances coexist. Option A is incorrect because redo log buffer IS part of SGA. Option C is incorrect because instances consist of memory structures and background processes, not user processes. Option D is incorrect because shared server environments have one SGA but multiple PGAs (one per server process).