Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
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.
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.
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.
Cause: An invalid value has been used for the DB_BLOCK_SIZE initialization parameter.
Action: Adjust the parameter and restart the instance.
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.
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.
Cause: Backups are occurring too frequently on this file. Each time a new backup is started for a file, any writes which have been previously issued (but not completed) have to be re-issued. If hot backups are started very, very frequently, it is possible that some writes will be re-issued repeatedly and never complete.
Action: Increase the interval between begin hot-backup commands for this file.
Cause: Either the number of buffers or the number of LRU latches is too small to satisfy the specified buffer pool configuration.
Action: Either increase the number of buffers and/or number of LRU latches or configure smaller buffer pools.
Cause: All buffers in the specified buffer pool are in use and no free buffers are available.
Action: Increase the number of buffers in the specified pool.