Property | Description |
Parameter type | Integer |
Default value | There is no default value. |
Modifiable |
|
Basic | No |
CIRCUITS
specifies the total number of virtual circuits that are available for inbound and outbound network sessions. It is one of several parameters that contribute to the total SGA requirements of an instance.
You should not specify a value for this parameter unless you want to limit the number of virtual circuits.
Note:
1. This parameter was introduced in Oracle9i.
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) = 'CIRCUITS';
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
circuits | | TRUE | FALSE | IMMEDIATE | TRUE | FALSE | max number of circuits |
No comments:
Post a Comment