The modification must be done via the admin tools specific to the database used.
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.
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.
Presentation
Used to identify the characteristics of the database used.
Close
Fields
The following fields are present on this tab :
| Name of the database. |
| Version number of the database. |
| Description of the database version. |
Close
Presentation
The first tab displays the general properties of the database.
This screen is made up of two sections:
This first block contains the main characteristics of the database.
This block is used to visualize the information on usual character strings for the database, the instance and the current session.
Close
Fields
The following fields are present on this tab :
Block number 1
| Name of the server on which the database is started. |
| Name of the instance used to identify in a unique manner for a specific instance when several instances share the name of common services |
| Date and time of the database creation |
|   |
| Date and time of the database start-up |
|   |
| Indicates if the ARCHIVELOG mode is activated or de-activated.
|
| Number of users defined in the database. |
| Number of active connections on the database. |
Grid NLS parameters
| Display the parameters on the current character sets and their values for the database, the instance and the session. The parameters present depend on the Oracle version. These parameters cannot be modified from this option. |
|   |
|   |
|   |
Close
Presentation
The second tab displays the list of initialization parameters and their values. The type of value -default or specific- is also indicated.
Fields
The following fields are present on this tab :
| Display the initialization parameters for the database and indicate if it is the default value. The parameters present depend on the Oracle version. These parameters cannot be modified from this option. |
|   |
|   |
|   |
Presentation
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.
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:
A graph displays the memory assignment that each SGA component uses.
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:
Close
Fields
The following fields are present on this tab :
SGA memory
| Automatic management of the shared memory (10g) This value is assigned to the initialization file parameter SGA_TARGET. If SGA_TARGET is indicated, then the following memory fields are automatically sized :
|
|   |
|   |
| Total size of the SGA memory. The fixed size of the SGA corresponds to the memory allocated for the SGA field that contains the general information on the status of the database and on the instance. Total size of SGA = shared pool + buffer cache + memory field LARGE POOL + java pool+ log buffer |
|   |
|   |
|   |
| Maximum size expected by the SGA memory from the start-up of the database. |
|   |
|   |
|   |
| Graph displaying each SGA component and the memory size that it uses.. |
|   |
| Grid displaying each SGA component and the memory size that it uses.. |
|   |
|   |
PGA memory
| Total for the PGA targets : target number for all the PGA memories. |
|   |
|   |
|   |
| Quantity of PGA memory actually allocated : PGA memory actually in use. |
|   |
|   |
|   |
| Maximum quantity of the allocated PGA memory (from the start-up) : Maximum allocated PGA memory. |
|   |
|   |
|   |
| Success percentage in cache memory : frequency on which the data is found in the memory cache, avoiding disk access. |
|   |
|   |
Close