ORA-00336 : log file size string blocks is less than minimum string blocks
Saturday, March 22nd, 2008Cause : The log file size as specified in the CREATE DATABASE statement is too small.
Action : Increase the log file size.
Popularity: 21% [?]
Complete Source for Oracle Error Code Ora-, Pl/Sql Tips and Tricks and Oracle Error Message Description
Cause : The log file size as specified in the CREATE DATABASE statement is too small.
Action : Increase the log file size.
Popularity: 21% [?]
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% [?]
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% [?]