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

ERROR(SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause.
CAUSEThe expression is the source query do not match the targets in the INTO clause.
ACTIONMake sure the the expressions in the source query match the targets in the INTO clause.