Property | Description |
Parameter type | String |
Syntax |
|
Default value | There is no default value. |
Modifiable |
|
Range of values | Any valid directory path |
PLSQL_NATIVE_LIBRARY_DIR
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_DIR’;
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION | |
plsql_native_library_dir | | TRUE | FALSE | IMMEDIATE | TRUE | FALSE | plsql native library dir | |
No comments:
Post a Comment