sqlldr Error with IP Address
Hello Team,
I have a migration tool which uses sqlldr utility to load data from one oracle database (11g) to another oracle database (12c).
The tool construct the script with the following parameters
IP:PORT:SID
USERNAME
PASSWORD
DIRECTORY
The migration tool uses the parameters above to construct the script below to migrate the data
sqlldr userid=USERNAME/psswd@xx.xx.xx.xx:1522:SID control=RSA_ALL_IND_COLUMNS_control_file_v2.ctl log=RSA_ALL_IND_COLUMNS_V2_log direct=TRUE
However, the process fails with the below error.
SQL*Loader: Release 11.2.0.2.0 - Production on Mon Jun 8 12:41:19 2020
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.