An Oracle database server consists of a database and at least one instance. What is the fundamental difference between an Oracle database instance and an Oracle database?
-
A
The instance consists of physical files on disk, while the database is a set of memory structures and background processes.
-
B
The instance and the database are two terms for the same set of files and memory structures.
-
C
The instance is a set of memory structures (SGA and PGA) and background processes, while the database consists of the physical data files, control files, and redo log files on disk.
-
D
The instance is only the background processes, and the database is only the System Global Area (SGA).