LFI-00102: Unable to seek in sequentially accessed file.



LFI-00102: Unable to seek in sequentially accessed file...

Answer / guest

Cause: The file was opened with the flag LFILFA_SEQ for
sequential file operations. Use seek only on files that are
opened with the LFILFA_RANDOM flag for random access.

Action: Check to see how the file is being opened and
accessed and make the two operations consistent (that is,
make them both operations either sequential or random).

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00614: creating a FINAL NOT INSTANTIABLE type

1 Answers  


PLS-00322: declaration of a constant 'string' must contain an initialization assignment

1 Answers  


NNL-00999: ALIAS LOOP responses received: number

1 Answers  


ORA-31443: deadlock detected while acquiring lock on string

1 Answers  


ORA-14193: invalid ALTER INDEX MODIFY SUBPARTITION option

1 Answers  






SQL*Loader-00475: field for dynamic file name is string in table string

1 Answers  


TNS-00073: * stop/abort - stop the process_name

1 Answers  


SQL*Loader-00812: error creating internal table: string

1 Answers  


IMP-00053: Import mode incompatible with Export dump file

1 Answers  


TNS-00242: Connection Manager: Tracing is now ON

1 Answers  


ORA-24902: invalid subscription name or name-length in subscription handle

1 Answers  


DRG-12223: section name string is a reserved name

1 Answers  


Categories