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-12209: TNS:encountered uninitialized global

1 Answers  


ORA-12485: new effective label not within effective clearance

1 Answers  


ORA-29274: fixed-width multibyte character set not allowed for a URL

1 Answers  


QSM-01056: no query rewrite for this DDL expression

1 Answers  


ORA-07284: sksaprd: volume size specification not terminated properly.

1 Answers  






DRG-52207: the specified attribute does not exist: string

1 Answers  


PLS-00485: in exception handler, 'string' must be an exception name

1 Answers  


ORA-02214: duplicate BACKUP option specification

1 Answers  


ORA-12042: cannot alter job_queue_processes in single process mode

1 Answers  


ORA-19851: OS error while managing auxiliary database string

1 Answers  


RMAN-10035: exception raised in RPC: string

1 Answers  


RMAN-20502: DELETE EXPIRED cannot delete objects that exist - run CROSSCHECK

1 Answers  


Categories