1Z0-485 · Question #39
Identify two reasons why using external tables for high performance data loads on Exadata is more advantageous than SQL*Loader.
The correct answer is A. Transformations can be applied directly on the file data using SQL or PL/SQL constructions. C. Parallelizing loads with external tables enables more efficient space management. Parallelizing loads with external tables enables a more efficient space management compared to SQL*Loader, where each individual parallel loader is an independent database sessions with its own transaction.
Question
Identify two reasons why using external tables for high performance data loads on Exadata is more advantageous than SQL*Loader.
Options
- ATransformations can be applied directly on the file data using SQL or PL/SQL constructions.
- BExternal tables allow transparent parallelization inside the database.
- CParallelizing loads with external tables enables more efficient space management.
- DExternal tables can take advantage of storage indexes to speed up data loads.
How the community answered
(34 responses)- A79% (27)
- B15% (5)
- D6% (2)
Explanation
Parallelizing loads with external tables enables a more efficient space management compared to SQL*Loader, where each individual parallel loader is an independent database sessions with its own transaction.
Topics
Community Discussion
No community discussion yet for this question.