ALLBASE/SQL Reference Manual (36216-90216)

570 Chapter12
SQL Statements S - Z
START DBE NEWLOG
New log files are reinitialized and audit logging is enabled.
START DBE '../sampledb/PartsDBE' MULTI NEWLOG DUAL
AUDIT LOG,
AUDIT NAME = 'PrtsDBE1',
DEFAULT PARTITION = 1,
MAXPARTITIONS = 20,
DATA AUDIT ELEMENTS,
LOG DBEFILE PartsDBELog1 AND PartsDBELog2
WITH PAGES = 1000, NAME = 'PartsLg1' AND 'PartsLg2'
You must create additional log files with the SQLUtil ADDLOG command.