If a table named newemp is set for no journaling, but the database has a defined journal, the following request can be used to add a single before-image journal and a dual after-image journal:
ALTER TABLE newemp, BEFORE JOURNAL, DUAL AFTER JOURNAL;
If a table named newemp is set for no journaling, but the database has a defined journal, the following request can be used to add a single before-image journal and a dual after-image journal:
ALTER TABLE newemp, BEFORE JOURNAL, DUAL AFTER JOURNAL;