FIXED_COLUMN_LOG_PARSE
Parses fixed-width fields and automatically converts them to the given SQL types.
FIXED_COLUMN_LOG_PARSE ( <string value expression>, <column description string expression> ) <column description string expression> := '<column description> [,...]' <column description> := <identifier> TYPE <data type> [ NOT NULL ] START <numeric value expression> [FOR <numeric constant expression>]
Starting position of column is 0. Column specifications for types DATE,TIME and TIMESTAMP
support a format parameter allowing the user to specify exact time component layout. The
parser uses the Java class java.lang.SimpleDateFormat
"name" TYPE TIMESTAMP 'dd/MMM/yyyy:HH:mm:ss'