Problem Note 20794: An error occurs when there is a space in the directory paths of an SQL*Loader file
If you have a space in the directory path of an SQL*Loader file, you
will receive an error similar to the following message:
ERROR: The SQL*Loader utility could not be executed.
Please make sure it is installed on your system.
If it is installed, find out how it should be invoked.
By default, it is invoked as "sqlldr". If it is anything other
than this, please use the BL_SQLLDR_PATH option to specify the exact command.
To workaround the problem, specify a single quote inside the double
quotes used with the BL_* options, as shown in the following example:
proc append data=fsk_nn_entity
base=DB_KC.fsk_nn_entity(bulkload=yes
bl_load_method=truncate
bl_control="'C:\Documents and Settings\sasrfm\Local Settings\Temp\
SAS Temporary Files\_TD3908/control.ctl'"
bl_log="'C:\Documents and Settings\sasrfm\Local Settings\Temp\
SAS Temporary Files\_TD3908/log.log'") force;
run;
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Oracle | Windows Vista | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Solaris for x64 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Linux | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Linux on Itanium | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
HP-UX IPF | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Tru64 UNIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | SAS Reference ==> LIBNAME Engines Data Management ==> Data Sources ==> External Databases ==> Oracle
|
Date Modified: | 2008-03-07 14:47:17 |
Date Created: | 2007-08-13 15:37:16 |