Monday, October 6, 2008

INSTANCE_NUMBER

Property

Description

Parameter type

Integer

Default value

0 (zero)

Modifiable

No

Range of values

1 to maximum number of instances specified when the database was created

Basic

Yes

Real Application Clusters

You must set this parameter for every instance, and all instances must have different values.

INSTANCE_NUMBER is a Real Application Clusters parameter that can be specified in parallel mode or exclusive mode. It specifies a unique number that maps the instance to one free list group for each database object created with storage parameter FREELIST GROUPS.

The INSTANCE parameter of the ALTER TABLE ... ALLOCATE EXTENT statement assigns an extent to a particular free list group. If you set INSTANCE_NUMBER to the value specified for the INSTANCE parameter, the instance uses that extent for inserts and for updates that expand rows.

The practical maximum value of this parameter is the maximum number of instances specified in the CREATE DATABASE statement. The absolute maximum is operating system-dependent.

Note:

1. Related Parameter: PARALLEL_SERVER (Oracle8)    
   This is a Parallel Server parameter. 

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) = ‘INSTANCE_NUMBER’;

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

instance_number

0

TRUE

FALSE

FALSE

FALSE

FALSE

instance number

Oracle initializatoin parameters

No comments:

Post a Comment