KUP-04108: unable to reread file string



KUP-04108: unable to reread file string..

Answer / guest

Cause: The query that is executing requires that a data
source for an external table be read multiple times.
However, the data source is a sequential device that cannot
be reread. Examples of this type of data source is a tape or
pipe.

Action: There are a few ways around this problem. One is to
rewrite the query so that the external table is referenced
only once. Another option is to move the data source to a
rereadable device such as a disk file. A third option is to
load the data for the external table into a temporary table
and change the query to reference the temporary table.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00148: Only 1 pragma of this type is allowed per subprogram

1 Answers  


ORA-30383: specified dimension level does not exist in the attribute

1 Answers  


ORA-27102: out of memory

1 Answers  


ORA-00019: maximum number of session licenses exceeded

1 Answers  


ORA-14192: cannot modify physical index attributes of a Hash index partition

1 Answers  






ORA-01212: MAXLOGMEMBERS may not exceed string

1 Answers  


ORA-12912: Dictionary managed tablespace specified as temporary tablespace

1 Answers  


TNS-03508: Failed to create address string

1 Answers  


ORA-32806: value for string is too long, maximum length is string

1 Answers  


ORA-07740: slemop: incorrect handle size (programming error)

1 Answers  


ORA-02152: Invalid ALTER TABLESPACE ... RENAME option

1 Answers  


ORA-00111: invalid attribute string

1 Answers  


Categories