SP2-0042:Unknow command 'load data' - rest of line ignored.

This was an error occurred when I followed the oracle doc guide trying to run the sqlldr command.
This was a silly mistake because I was supposed to run it under cmd
cmd> sqlldr ...
but I accidentally went with this, which was causing the issue. Darn!
SQL> sqlldr ...
SP2-0042:Unknow command 'load data' - rest of line ignored._第1张图片

你可能感兴趣的:(Oracle)