Oracle Error Message
LFI-00127: No Record Format was specified, default is variable.
Reason for the Error
Neither LFILRF_FIXED (fixed) or LFILRF_VAR (variable) were specified for record format. One of the two must be specified for each file.
Solution
The default is LFILRF_VAR, but this should be explicitly set during file object creation.