
Sympton
A connection to or activation of database “SID” cannot be made because of BACKUP PENDING. SQLSTATE=57019
Caused
This error indicates that your database is in backup pending state. The database is in this state because a major configuration change or event has occurred to the database, such as enabling roll-forward logging.
Solution
1. Requires a backup to be taken before any applications may connect to the database. Before backing up any databases, consult with your database administrator. Incorrectly backing up the database could leave your environment in an undesirable state.
2. Back up the database by calling the BACKUP routine or, if roll-recovery is not required, set the database configuration parameters LOGARCHMETH1 and LOGARCHMETH2 to OFF.
