SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 36595: The BL_DELETE_FILES option deletes all file types(.ctl, .log, and .dat) that are created with the bulk loader

DetailsHotfixAboutRate It

When you use the Oracle SQL*Loader utility with the default BL_DELETE_FILES=YES option in SAS/ACCESS® Interface to Oracle, all file types (.ctl, .log, and .dat files) that are created by the bulk loader are deleted. However, when you use BL_DELETE_FILES=NO, none of the file types are deleted, which causes disk space for large data volumes to fill up.

The BL_DELETE_FILES option does not enable you to specify that only certain file types should be deleted.

Select the Hot Fix tab in this note to access the hot fix for this issue.

You can use the new option BL_DELETE_ONLY_DATAFILE, which is included in this hot fix, if you want to keep .LOG and .CTL files. This new option overrides the BL_DELETE_FILES option.

The following table shows the what happens when various combinations of these two options are specified:

BL_DELETE_FILES   BL_DELETE_ONLY_DATAFILE  	Action Taken by the Oracle Engine
---------------------------------------------------------------------------------------
     YES                    NO       		The .dat files are not deleted; 
                                                .ctl and .log files are deleted.
                                                (Note: The BL_DELETE_FILES option
                                                 is overridden.)

     NO                     NO                  None of the files are deleted.

     YES                    YES                 The .dat files are deleted; 
                                                .ctl and .log files are not deleted. 
                                                Note: The BL_DELETE_FILES option 
                                                 is overridden.)

     NO                     YES                 The .dat files aredeleted; .ctl 
                                                and .log files are not deleted.
                                                (Note: The BL_DELETE_FILES option     
                                                 is overridden.) 


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to OracleMicrosoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.2 TS2M3
Microsoft Windows XP Professional9.1 TS1M3 SP49.2 TS2M3
64-bit Enabled AIX9.1 TS1M3 SP49.2 TS2M3
64-bit Enabled HP-UX9.1 TS1M3 SP49.2 TS2M3
64-bit Enabled Solaris9.1 TS1M3 SP49.2 TS2M3
HP-UX IPF9.1 TS1M3 SP49.2 TS2M3
Linux9.1 TS1M3 SP49.2 TS2M3
Linux on Itanium9.1 TS1M3 SP49.2 TS2M3
OpenVMS Alpha9.1 TS1M3 SP49.2 TS2M3
Solaris for x649.1 TS1M3 SP49.2 TS2M3
Tru64 UNIX9.1 TS1M3 SP49.2 TS2M3
* 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.