Home | Previous Page | Next Page   Logging and Log Administration > Managing Database-Logging Status > Modifying the Table-Logging Status >

Altering 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 or STATIC. For example, the following statement changes table tablog to a RAW table:

ALTER TABLE tablog TYPE (RAW)
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]