The next active log file contains records of an open transaction. Whenever the database server adds a log dynamically, it logs this message. Example: Dynamically added log file 38 to DBspace 5.
Complete the transaction as soon as possible.
Whenever the administrator adds a log file manually, the database server logs this message. Example: Log file 97 added to Dbspace 2.
None required.
When you drop a newly-added log file, the database server logs this message. Example: Log file number 204 has been dropped from DBspace 17.
None required.
When you drop a used log file, it is marked as deleted (status D) and cannot be used again. After you perform a level-0 backup, the database server drops this log file and can reuse the space. Example: Log file 12 has been pre-dropped.
To delete the log file, perform a level-0 backup of all storage spaces.
After a backup, the database server deletes a pre-dropped log file and logs this message. Example: Pre-dropped log file number 12 has been deleted from DBspace 3.
None required.
If the database server is unable to dynamically add a log file because the instance is out of space, it logs this message.
Add a dbspace or chunk to an existing dbspace. Then complete the transaction as soon as possible.
If the DYNAMIC_LOGS parameter is set to 1, the database server prompts the administrator to add log files manually when they are needed.
Use the onparams -a command with the -i option to add the log file after the current log file. Then complete the transaction as soon as possible.
When you drop a used log file, it is marked as deleted (status D) and cannot be used again, and onparams prints this message.