
DB004
Alarm level
Critical.
Description
During call processing, an attempt to read a record from the specified application table failed. Application functionality may be severely impaired.
Repair procedure
The steps that follow are suggestions. For assistance, contact your database administrator or database vendor.
To correct the problem:
- If the reason field of the error message is
ORA00942:table, view does not exist,
Can't find table descriptor for table table_name
, take these actions:
- Check the application and make sure that it refers to the correct table name.
- If the table reference in the application is incorrect, change it.
- If the application is correct, restore the application table from backup files.
- If no backup is available, recreate the application table.
- If the reason field of the error message is anything else, take the following actions:
- Stop the voice system.
- Stop the database system.
- Start the database system.
- If the database system fails to start because of database file corruption, restore the database with backup files.
- Start the voice system.
- If the database system started successfully but the problem persists, take the following actions:
- Stop the voice system.
- Drop the database table table_name.
- Restore the application table from a backup file.
If the table resides on a remote machine, restore the table to the remote machine.
- Start the voice system.