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-38424: no attribute set currently assigned to the expression set

1 Answers  


DRG-11713: multiple Preferred Terms per synonym ring

1 Answers  


SQL*Loader-00419: input datatype for column string is not supported when loading varrays

1 Answers  


QSM-01121: materialized view, string, is TRUSTED in ENFORCED integrity mode

1 Answers  


PLS-01450: This <value expression> contains a nonconforming data type

1 Answers  






DRG-11810: Partial Update OK

1 Answers  


ORA-12444: policy already applied to table

1 Answers  


ORA-13857: Invalid module name

1 Answers  


RMAN-06548: connected to auxiliary database: string (DBID=string)

1 Answers  


ORA-02244: invalid ALTER ROLLBACK SEGMENT option

1 Answers  


ORA-07444: function address string is not readable

1 Answers  


PLS-00714: supertypes's AUTHID is DEFINER but supertype and subtype are not in same schema

1 Answers  


Categories