Methods for Stopping Journaling on All Tables
You can stop journaling all the tables in a database with either of the following commands:
• Altering a database using the alterdb command.
• Creating a checkpoint using the ckpdb -j command.
To re-enable journaling on a table or database that has had journaling disabled, use the ckpdb command, as described previously.