Property | Description |
Parameter type | Integer |
Default value |
|
Modifiable | No |
Basic | No |
HI_SHARED_MEMORY_ADDRESS
specifies the starting address at runtime of the system global area (SGA). It is ignored on platforms that specify the SGA's starting address at linktime.
On 64-bit platforms, use HI_SHARED_MEMORY_ADDRESS
to specify the high-order 32 bits of a 64-bit address. Use SHARED_MEMORY_ADDRESS
to specify the low-order 32 bits of the address (see "SHARED_MEMORY_ADDRESS"). If both parameters are 0 or unspecified, the SGA address defaults to a platform-specific location.
Note:
1. Related parameter: SHARED_MEMORY_ADDRESS
This parameter ONLY APPLIES ON CERTAIN PLATFORMS.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter
where upper(name) = 'HI_SHARED_MEMORY_ADDRESS';
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
hi_shared_memory_address | 0 | TRUE | FALSE | FALSE | FALSE | FALSE | SGA starting address (high order 32-bits on 64-bit platforms) |
No comments:
Post a Comment