This function is used to visualize the main properties of the data base when the database under utilization is Oracle™.

The data displayed here cannot be modified.
The modification must be done via the admin tools specific to the database used.

Warning

This function is used, by the requests in the tables and the system views, to give technical information on the database. The interpretation of the results given by this function is up to the database administrator and can depend on the version of the database used.

Screen management

This function is used to visualize the database properties.
These elements are displayed in three tabs: the first one gives the general characteristics, the second one gives the list of parameters and options set at the starting time of the database and the third one gives information on the memory used by the database.

Header

Used to identify the characteristics of the database used.

Tab General

The first tab displays the general properties of the database.

This screen is made up of two sections:

Information on the database

This first block contains the main characteristics of the database.

NLS parameters

This block is used to visualize the information on usual character strings for the database, the instance and the current session.

Tab Parameter Definitions

The second tab displays the list of initialization parameters and their values. The type of value -default or specific- is also indicated.

Tab Memory

The third tab displays the information about the use of database memory.

This screen gives information on the two memory zones of an Oracle database.

SGA (System Global Area) memory

This is the memory field that contains the data structures that can be accessed for all the processes. It manages data sharing between different users.

This memory field is composed of different elements:

  • Shared pool: this parameter gives the size of the shared pool. The shared pool contains -among others- shared cursors, stored procedures, control structures and message buffers of the parallel execution. High values enhance the performances in the multi-user systems. Low values use less memory. This value is assigned to the initialization file parameter SHARED_POOL_SIZE. Note: 'Shared pool' is a dynamic parameter.
  • Buffer cache: specifies the number of buffers contained in the database buffer cache. The size of the buffer located in the cache corresponds to the size of an Oracle data block (specified by the initialization DB_BLOCK_SIZE); as a consequence, each database buffer located in the cache can contain one single block of data which is read from the data file. The size of the cache is limited therefore all disk data cannot be contained in the cache. This value is assigned to the initialization file parameter DB_CACHE_SIZE(10g) or DB_BLOCK_BUFFERS.
  • LARGE POOL memory field: used to specify the memory proportion assigned to the LARGE POOL memory zone. This memory proportion is used by the shared server as a session memory, by the parallel process for message buffers and by the E/S buffer save on the disk. This value is assigned to the initialization file parameter LARGE_POOL_SIZE.
  • Java pool: specifies the Java pool size. This value is assigned to the initialization file parameter JAVA_POOL_SIZE.

A graph displays the memory assignment that each SGA component uses.

PGA (Program Global Area) memory

This is the memory field that contains all the data that do not need to be shared. It manages the functioning of various processes.


This figure shows the use of each of the memory zones:

../FCT/ORAPROP_001.gif

Specific Buttons

Refresh

This button, also accessible using the short cut, used to refresh the display of the tabs.

Error messages

The only error messages are the generic ones.

Tables used

SEEREFERTTO Refer to documentation Implementation