17. Performing Backup and Recovery : Journals : Methods for Stopping Journaling
 
Share this page                  
Methods for Stopping Journaling
You can stop journaling all changes in a database with either of the following commands:
Altering a database using the alterdb command.
Creating a checkpoint using the ckpdb -j command.
Note:  This takes effect immediately; therefore, it must be used only for emergencies. For information, see Disable Journaling When Checkpointing.
Note:  A table-level checkpoint is not allowed.
To re-enable journaling on a database that has had journaling disabled, use the ckpdb command, as described previously.