Oracle 实例的内存结构是否包括后台进程?

在 19c 官方文档中对实例有这么一段话:

An instance is a set of memory structures that manage database files. The instance consists of a shared memory area, called the system global area (SGA), and a set of background processes. An instance can exist independently of database files.

上面表达了:1、实例是一些内存结构。

                      2、实例是由一个共享内存区域和一些后台进程组成。

所以我自然而然想的是内存结构是包括后台进程的,但是网上查了资料大多表达的意思还是实例是由内存结构和后台进程组成,跟官方文档有些出入,也不知道哪一方比较正确些,我比较较真,想知道,求哪位大佬帮忙解答下,谢谢。


 

 

The combination of the SGA and the Oracle processes is called an Oracle database instance.