nerdexam
Oracle

1Z0-060 · Question #131

In which two scenarios do you use SQL* Loader to load data?

The correct answer is C. Load data into multiple tables during the same load statement. D. Generate unique sequential key values in specified columns. SQLLoader loads data from external files into tables of an Oracle database. It has a powerful data parsing engine that puts little limitation on the format of the data in the data You can use SQLLoader to do the following: Load data across a network if your data files are on a…

New Features for Manageability

Question

In which two scenarios do you use SQL* Loader to load data?

Options

  • ATransform the data while it is being loaded into the database.
  • BUse transparent parallel processing without having to split the external data first.
  • CLoad data into multiple tables during the same load statement.
  • DGenerate unique sequential key values in specified columns.

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    94% (33)

Explanation

SQLLoader loads data from external files into tables of an Oracle database. It has a powerful data parsing engine that puts little limitation on the format of the data in the data You can use SQLLoader to do the following: Load data across a network if your data files are on a different system than the database. Load data from multiple data files 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 data files. Load data from disk, tape, or named pipe. Generate sophisticated error reports, which greatly aid troubleshooting. Load arbitrarily complex object-relational data. Use secondary data files for loading LOBs and collections.

Topics

#SQL Loader#data loading#sequential key generation#multiple table load

Community Discussion

No community discussion yet for this question.

Full 1Z0-060 Practice