Index >
ORACLE Server Parameters >
instance_number
instance_number
Oracle 10.0.1:
Paramter Name: | instance_number
| Description: | instance number
| Type: | NUMBER
| Obsoleted: | FALSE
| Can ALTER SESSION: | FALSE
| Can ALTER SYSTEM: | FALSE
|
Oracle 9.2.0:
Paramter Name: | instance_number
| Description: | instance number
| Type: | NUMBER
| Obsoleted: | FALSE
| Can ALTER SESSION: | FALSE
| Can ALTER SYSTEM: | FALSE
|
Oracle 8.1.7:
Paramter Name: | instance_number
| Description: | instance number
| Type: | NUMBER
| Obsoleted: | FALSE
| Can ALTER SESSION: | FALSE
| Can ALTER SYSTEM: | FALSE
|
Oracle 8.0.6:
Paramter Name: | instance_number
| Description: | instance number
| Type: | NUMBER
| Obsoleted: | FALSE
| Can ALTER SESSION: | FALSE
| Can ALTER SYSTEM: | FALSE
|
Oracle 7.3.4:
Paramter Name: | instance_number
| Description: | instance number
| Type: | NUMBER
| Obsoleted: | FALSE
| Can ALTER SESSION: | FALSE
| Can ALTER SYSTEM: | FALSE
|
Related Error Messages:
ORA-00304: requested INSTANCE_NUMBER is busyCause: An instance tried to start by using a value of the
initialization parameter INSTANCE_NUMBER that is already in use.
Action: Either
a) specify another INSTANCE_NUMBER,
b) shut down the running instance with this number
c) wait for instance recovery to complete on the instance with
this number.
ORA-00307: requested INSTANCE_NUMBER out of range, maximum is %s Cause: The initialization parameter INSTANCE_NUMBER specified a
number that was out of range.
Action: Change INSTANCE_NUMBER to a valid range and restart the
instance. The minimum value is one and the maximum value is
the lower of the operating system-specific maximum or
the MAXINSTANCES option specified in the CREATE DATABASE
statement. See also your operating system-specific Oracle
documentation.
This parameter is documented in the
Oracle Server Reference Guide.
Search for more info about
[ instance_number ]
on the Oracle FAQ.
|