Property | Description |
Parameter type | Integer |
Default value |
|
Modifiable |
|
Range of values |
|
PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT
no longer has any effect, and will be made obsolete in a future release of the Oracle Database.
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) = ‘PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT’;
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION | |
plsql_native_library_subdir_count | 0 | TRUE | FALSE | IMMEDIATE | TRUE | FALSE | plsql native library number of subdirectories | |
No comments:
Post a Comment