ORA-00336 : log file size string blocks is less than minimum string blocks

Saturday, March 22nd, 2008

Cause : The log file size as specified in the CREATE DATABASE statement is too small.
Action : Increase the log file size.

Popularity: 21% [?]

ORA-00307 : requested INSTANCE_NUMBER out of range, maximum is string

Saturday, March 22nd, 2008

Cause : The initialization parameter INSTANCE_NUMBER specified a number that was out of range.
Action : Change the value of INSTANCE_NUMBER to a valid range and restart the instance. The minimum value is 1 and the maximum value is the lower of the operating system-specific maximum or the value of the MAXINSTANCES option specified in the CREATE DATABASE statement. See also your operating system-specific Oracle documentation.

Popularity: 13% [?]

ORA-00306 : limit of string instances in this database

Saturday, March 22nd, 2008

Cause : Starting this instance would exceed the maximum number of instances allowed for this database. This message occurs only with STARTUP shared and multiple instances.
Action : You cannot start more than the lower of:
- the operating system-specific maximum or
- the number of instances specified by the MAXINSTANCES option specified in the CREATE DATABASE statement

Popularity: 12% [?]

Close
E-mail It