Which two statements are true regarding the usage of the SQL*LOADER utility?

Which two statements are true regarding the usage of the SQL*LOADER utility? (Choose two.)

Which two statements are true regarding the usage of the SQL*LOADER utility? (Choose two.)

A.
You can load data into multiple tables during the same load session

B.
You can load data from multiple files to a table during the same load session

C.
You cannot perform selective data loading based on the values available in the records

D.
You can use an export file generated by the EXPDP utility as an input data file to load the data

E.
You can load data only if the input file is available on the disk and tape but not a named pipes



Leave a Reply 1

Your email address will not be published. Required fields are marked *


jean

jean

SQL Loader Features

Load data from multiple datafiles during the same load session.
Load data into multiple tables during the same load session.
Specify the character set of the data.
Selectively load data (you can load records based on the records’ values).
Manipulate the data before loading it, using SQL functions.
Generate unique sequential key values in specified columns.
Use the operating system’s file system to access the datafiles.
Load data from disk, tape, or named pipe.