Property | Description |
Parameter type | String |
Default value | There is no default value. |
Modifiable | No |
Basic | No |
EVENT
is a parameter used only to debug the system. Do not alter the value of this parameter except under the supervision of Oracle Support Services staff.
Note:
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) = ‘EVENT’;
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
event | 10195 trace name context forever | FALSE | FALSE | FALSE | FALSE | FALSE | debug event control – default null string |
No comments:
Post a Comment