| dbpprop:abstract
|
- In the database management systems developed by the Oracle Corporation, the System Global Area (SGA) forms the part of the RAM shared by all the processes belonging to a single Oracle database instance. The SGA contains all information necessary for the instance operation. In general, the SGA consists of the following: dictionary cache: information about data dictionary tables, such as information about account, datafile, segment, extent, table and privileges redo log buffer: containing information about committed transactions that the database has not yet written to online redo log files the buffer_cache or "database buffer cache": holds copies of data blocks read from datafiles shared pool, the cache of parsed commonly-used SQL statements, and also the data-dictionary cache containing tables, views and triggers Java pool, for parsing Java statements. large pool (including the User Global Area)
- System Global Area (SGA) nennt man die prozessübergreifenden Speicherbereiche im Hauptspeicher des Datenbankservers einer Oracle Datenbank. Dort liegen alle notwendigen Daten für die Instanz-Operationen. In diesem Speicherbereich befindet sich Dictionary Cache: Er enthält Informationen über Data Dictionary-Tabellen, dazu gehören Informationen über Benutzerkonten, Datenbankdateien, Segmente, Extents, Tabellen und Rechte (privileges). Redo Log Buffer: Er enthält Informationen über abgeschlosseneTransaktionen, die noch nicht in die Online Redo Log Dateien geschrieben wurden. Shared Pool: Der Cache der allgemein zuletzt benutztenSQL-Befehle und der Data Dictionary Cache mit den enthaltenen Tabellen, Views und Triggern. JAVA Pool (optional): Zur Analyseder Java-Befehle.
- システムグローバル領域 (英: System Global Area, SGA) とは、データベースであるOracle Databaseに割り当てられる専用のメモリ領域である。その他に、プログラムグローバル領域 (英: Program Global Area, PGA) についても説明する。
- System Global Area (SGA) é uma terminologia usada no SGBD Oracle que representa uma área de memória compartilhada responsável por armazenar todas as informações referentes aos processos do Oracle. Essa área é dividida em várias outras áreas de memória que cada instância do banco de dados ocupa no SGA.
- В СУБД, разработанных Oracle Corporation, Системной Глобальной Областью (от англ. System Global Area или сокр. SGA) называют часть оперативной памяти, разделяемой всеми процессами одного экземпляра базы Oracle. SGA содержит всю необходимую информацию для операций экземпляра. В общем случае, SGA состоит из следующих частей: словарный кэш (dictionary cache): информация о таблицах словаря данных, как, например, информация об учетной записи (аккаунте), файле данных, сегменте, экстенте, таблице и привилегиях буфер логирования выполненных действий (redo log buffer): содержит информацию о подтвержденных транзакциях, которые база данных еще не записала в текущие файлы лога повторного выполнения буферный кэш базы (buffer_cache или "database buffer cache"): содержит копии блоков данных, считанных из файлов данных разделяемый участок памяти (shared pool) - кэш проверенных SQL-выражений, а также кэш словаря данных, содержащий таблицы, представления и триггеры. участок памяти для Java (Java pool) для проверки выражений языка программирования Java. большой участок памяти (large pool) (содержащий Пользовательскую Глобальную область)
|
| rdfs:comment
|
- In the database management systems developed by the Oracle Corporation, the System Global Area (SGA) forms the part of the RAM shared by all the processes belonging to a single Oracle database instance. The SGA contains all information necessary for the instance operation.
- System Global Area (SGA) nennt man die prozessübergreifenden Speicherbereiche im Hauptspeicher des Datenbankservers einer Oracle Datenbank. Dort liegen alle notwendigen Daten für die Instanz-Operationen. In diesem Speicherbereich befindet sich Dictionary Cache: Er enthält Informationen über Data Dictionary-Tabellen, dazu gehören Informationen über Benutzerkonten, Datenbankdateien, Segmente, Extents, Tabellen und Rechte (privileges).
- システムグローバル領域 (英: System Global Area, SGA) とは、データベースであるOracle Databaseに割り当てられる専用のメモリ領域である。その他に、プログラムグローバル領域 (英: Program Global Area, PGA) についても説明する。
- System Global Area (SGA) é uma terminologia usada no SGBD Oracle que representa uma área de memória compartilhada responsável por armazenar todas as informações referentes aos processos do Oracle. Essa área é dividida em várias outras áreas de memória que cada instância do banco de dados ocupa no SGA.
- В СУБД, разработанных Oracle Corporation, Системной Глобальной Областью (от англ. System Global Area или сокр. SGA) называют часть оперативной памяти, разделяемой всеми процессами одного экземпляра базы Oracle. SGA содержит всю необходимую информацию для операций экземпляра.
|