Chapter Contents |
Previous |
Next |
BL_OPTIONS= |
Default value: | ERRORS=1000000 |
Syntax |
Syntax |
BL_OPTIONS='SQLLDR option<,. . . SQLLDR option>' |
BL_OPTIONS= enables you to pass SQL*Loader options to SQL*Loader when it is invoked, thereby affecting how data is loaded and processed. In the following example, BL_OPTIONS= specifies the number of errors permitted during a load of 2,000 rows of data. Notice that the entire listing of options is quoted and not each individual option:
bl_options='ERROR=999,LOAD=2000'
The default value for BL_OPTIONS= overrides the default value for the ORACLE SQL*Loader ERROR= option, which is 50. See the Oracle utilities documentation for SQL*Loader options that you can specify in BL_OPTIONS=.
To specify BL_OPTIONS=, you must first specify YES for the option BULKLOAD=.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.