LFI-00125: Random access only allowed on fixed length record
files.



LFI-00125: Random access only allowed on fixed length record files...

Answer / guest

Cause: The LFILFA_RANDOM flag was specified on a file that
was not organized into fixed-length records. Random access
is only allowed on fixed-length record files.

Action: Determine if the organization of your data needs to
be in variable-length records and if you need to have random
access to the file. If both conditions are true then you
might need to buffer the entire file or enough of it to
remove your need for random access. Another option is to
close and rescan the file although this is not the optimal
solution.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-11115: a value for string must be specified

1 Answers  


ORA-24387: Invalid attach driver

2 Answers  


ORA-06260: NETNTT: cannot write to remote process

1 Answers  


ORA-25278: grantee name cannot be NULL

1 Answers  


RMAN-06506: the MAXSETSIZE option cannot be used with a backup backupset

1 Answers  


RMAN-08103: channel string: could not locate backup piece: string

1 Answers  


NNL-00891: Corrupted messages received: number

1 Answers  


ORA-01123: cannot start online backup; media recovery not enabled

1 Answers  


give full details of this ORA-12988: cannot drop column from table owned by SYS

8 Answers   Oracle,


AMD-00128: dimension #string: RDBMS parent column not specified

1 Answers  


ORA-07751: slemcr: malloc failure

1 Answers  


SQL*Loader-00479: REF directive for column string expects number arguments; found number.

1 Answers  


Categories