Oracle Error ORA-35562: (SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause.

Oracle Error Message

ORA-35562: (SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause.

Reason for the Error

The expression is the source query do not match the targets in the INTO clause.

Solution

Make sure the the expressions in the source query match the targets in the INTO clause.