Alter a table to turn off logging
To switch a table from logging to nonlogging, use the
SQL statement ALTER TABLE with the TYPE option of RAW. For example,
the following statement changes table tablog to a RAW table:
ALTER TABLE tablog TYPE (RAW)