ORA-35562: (SQLIMP01) The SQL IMPORT command will produce number
columns of output, but you have provided number host variables in your INTO clause.What triggered the Error:
The expression is the source query do not match the targets in the INTO clause.What should we do to fix it:
Make sure the the expressions in the source query match the targets in the INTO clause.