Friday, November 14, 2008

PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT

Property

Description

Parameter type

Integer

Default value

0

Modifiable

ALTER SYSTEM

Range of values

0 to 232 - 1 (max value represented by 32 bits)

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

Oracle initializatoin parameters

No comments:

Post a Comment