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

RMAN-11006: WARNING: test recovery results: string

1 Answers  


ORA-07847: sllfop: $CONNECT failure

1 Answers  


ORA-09749: pws_look_up: port lookup failure

1 Answers  


ORA-29322: SCN string size too long -- maximum size 58 bytes/characters

1 Answers  


CLSR-00531: Can not get primary group name

1 Answers  






ORA-19811: cannot have files in DB_RECOVERY_FILE_DEST with keep attributes

2 Answers  


ORA-01774: Dump undo option specified more than once

1 Answers  


PCC-00132: Indicator array size must not be less than its host variable

1 Answers  


NNO-00610: detected possible alias loop involving name "string"

1 Answers  


ORA-02756: osnfsmnam: name translation failure

1 Answers  


TNS-12153: TNS:not connected

1 Answers  


ORA-04021: timeout occurred while waiting to lock object stringstringstringstringstring

1 Answers  


Categories