How to fix the 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.?
In this post, you’ll learn more about the Oracle ErrorORA-35562: (SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
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 ORA-35562: (SQLIMP01) The SQL IMPORT command will produce number columns of output, but you have provided number host variables in your INTO clause.
The expression is the source query do not match the targets in the INTO clause.
How to fix the 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. ?
You can fix this error in Oracle by following the below steps
Make sure the the expressions in the source query match the targets in the INTO clause.
Leave Your Comment