Oracle7 Server Messages
 
 
 
 
 
00370-00389: KCB Errors
	ORA-00371	no free buffer handles available 
| Cause: | The value of the initialization parameter DB_HANDLES is too small.  | |
| Action: | Shut down the instance, increase the value of DB_HANDLES in the initialization parameter file, and then restart the instance. Under normal circumstances, let DB_HANDLES take its default value by omitting the parameter from the initialization parameter file.  | |
	ORA-00372	file name cannot be modified at this time 
| Cause: | An attempt was made to access a file being taken off line, or the database may be closing.  | |
| Action: | Access the file after it is taken off line. Attempts will either succeed because the datafile is back online or fail with a message describing which file is off line. Repeat until successful.  | |
	ORA-00373	online log version num incompatible with Oracle version num 
| Cause: | The online log was written by an incompatible version of Oracle. This can occur when the redo log file was created by either a newer or older version of Oracle.  | |
| Action: | Recover the database using a compatible version, shut it down cleanly; then restart with the current software.  | |
	ORA-00374	parameter DB_BLOCK_SIZE = num invalid, valid range num..num 
| Cause: | An invalid value has been used for the DB_BLOCK_SIZE
initialization parameter.  | |
| Action: | Adjust the parameter and restart the instance.  | |
	ORA-00375	unable to get default DB_BLOCK_SIZE 
| Cause: | The system was unable to determine the default DB_BLOCK_SIZE.  | |
| Action: | See the corresponding operating system-specific message. As a work-around, specify the block size with the parameter DB_BLOCK_SIZE in the initialization parameter file. See also your operating system-specific Oracle documentation. | |
	ORA-00376	file name cannot be read at this time 
| Cause: | An attempt was made to read from a file that is not readable. The most likely cause is that the file is off line.  | |
| Action: | Check the state of the file. Bring the file online, if necessary.  | |