sqlload(1LOCAL) MISC. REFERENCE MANUAL PAGES sqlload(1LOCAL)
NAME
sqlload - starts SQL*Loader
SYNOPSIS
sqlload [keyword=value]
DESCRIPTION
The sqlload command, as described in the SQL*Loader User's
Guide is used to start SQL*Loader. SQL*Loader is a tool for
loading data in external files into ORACLE database tables.
OPTIONS
bad=filename
Specifies the name of a bad file.
bindsize=integer
Size of the bind array in bytes. Default is 65336.
control=filename
Name of the control file.
data=filename
Name of the data file.
discard=filename
Name of the discard file.
discardmax=integer
Number of discards to allow. Default is "all".
errors=integer
Number of errors to allow. Default is 50.
load=integer
Number of logical records to load. Default is "all".
log=filename
Name of the log file.
rows=integer
Number of rows in the bind array. Default is 64.
skip=integer
Number of logical records to skip. Default is 0.
silent=[header|feedback|errors|discards]
Specifies which messages should be suppressed while
SQL*Loader is running.
Sun Release 4.1 Last change: 23 March 1989 1
sqlload(1LOCAL) MISC. REFERENCE MANUAL PAGES sqlload(1LOCAL)
userid=username/password
Your ORACLE username and password.
SEE ALSO
ORACLE Installation and User's Guide for your operating sys-
tem; SQL*Loader User's Guide
Sun Release 4.1 Last change: 23 March 1989 2