| Property | Description |
| Parameter type | Boolean |
| Default value |
|
| Modifiable |
|
| Range of values |
|
| Basic | No |
HS_AUTOREGISTER enables or disables automatic self-registration of Heterogeneous Services (HS) agents. When enabled, information is uploaded into the server's data dictionary to describe a previously unknown agent class or a new agent version.
Oracle recommends that you set this parameter to true. Oracle incurs less overhead when establishing subsequent connections through the same agent if self-registered information is available in the server's data dictionary.
Note:
1. 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) = ‘HS_AUTOREGISTER’;
| NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
| hs_autoregister | TRUE | TRUE | FALSE | IMMEDIATE | TRUE | FALSE | enable automatic server DD updates in HS agent self-registration |
No comments:
Post a Comment