Their modification must be carried out using the appropriate administration tools for 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 view the properties of the database.
These elements are presented in three tabs : the first gives the general characteristics, the second gives the list of the parameters and options as set on the startup of the database, the third gives the 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 :
| Nom de la base de données |
| Numéro de version de la base de données |
| Description de la version de la base de données |
Close
Presentation
The first tab presents the general properties of the database.
This screen is made up of two sections :
The first section contains the principal characteristics of the database.
This block is used to view the information on the current character set 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. |
Table 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
Displayed in the second tab is the list of initialisation parameters and their values. Any default values or specified values are also displayed.
Close
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. |
|   |
|   |
|   |
Close
Presentation
Information on the memory utilisation of the database are presented in the third tab.
This screen gives the information on the two memory fields in an Oracle database.
This is the memory field that contains the data structures accessible by all the processes. It manages the sharing of data by the different users.
This memory field is composed of several elements :
A graph presents the allocation of memory for each SGA component used.
This is the memory field that contains all the data that does not require sharing. It manages the functioning of the different processes.
Below is a diagram displaying the usage of each of these memory fields :
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