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

ORA-28037: Cannot Get Session Key for RACF Authentication

1 Answers  


ORA-06907: CMX: error during connect confirmation

1 Answers  


ORA-24413: Invalid number of sessions specified

1 Answers  


ORA-32019: The parameter SPFILE cannot be updated in the server parameter file.

1 Answers  


ORA-12462: undefined compartment string for policy string

1 Answers  


ORA-02705: osnpol: polling of communication channel failed

1 Answers  


PCC-02368: An EXEC TOOLS host variable context name is not type char

1 Answers  


ORA-09750: pw_attachPorts: port_rename failed.

1 Answers  


NNL-00832: Deletes refused, name is a topology name: number

1 Answers  


PCB-00010: SQLCHECK value in EXEC ORACLE statement exceeds command line value

1 Answers  


ORA-26520: internal memory failure

1 Answers  


ORA-06115: NETTCP: unable to create ORACLE logicals

1 Answers  


Categories