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 ]