SQL*Loader-00426: count of elements in VARRAY string comes
after the data for the varray



SQL*Loader-00426: count of elements in VARRAY string comes after the data for the varray..

Answer / guest

Cause: The COUNT clause for a VARRAY field indicates that
the count of elements in the varray is stored in another
data field. However, that data field comes after the varray
data in the data file. Since finding the count field would
require SQL*Loader to know the number of elements in the
VARRAY first, SQL*Loader requires that the count field come
before the VARRAY data.

Action: Move the count field to be before the collection
data in the data file.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-13008: cannot remove the DEFAULT sub lexer

1 Answers  


ORA-32800: internal error string

1 Answers  


ORA-23375: feature is incompatible with database version at string

1 Answers  


ORA-30359: Query rewrite is not supported on SYS materialized views

1 Answers  


ORA-24065: propagation for QUEUE string and DESTINATION string already disabled

1 Answers  


ORA-30568: cannot drop log group - nonexistent log group

1 Answers  


ORA-22975: cannot create a PRIMARY KEY-based REF to this object view

1 Answers  


SQL*Loader-00512: Unable to free read buffer

1 Answers  


ORA-19635: input and output filenames are identical: string

1 Answers  


ORA-13128: current tiling level exceeds user specified tiling level

1 Answers  


TNS-01048: No changes to save for string.

1 Answers  


TNS-00530: Protocol adapter error

1 Answers  


Categories