High Performance Bulk Data Loading

preview_player
Показать описание
What is the best way to get data into an Oracle database?

This session covers how to bulk load data quickly into an Oracle database. It will help developers avoid common gotchas that will limit performance, and it gives insight into how to make sure the solution will be database AND DBA-friendly!

Example SQL is used to demonstrate the solution, and links to working examples will be provided.
Рекомендации по теме
Комментарии
Автор

Coding database and working with ‘em is fun time.

SinskariBoiguys
Автор

Nice job Nigel. But shouldn't we be recommending PARALLEL_DEGREE_POLICY now instead of specifying PARALLEL on the object, or PARALLEL in a hint?

stewartbryson
Автор

I will practice external table loads on my home system where I have Enterprise edition installed. There doesn't seem to be any benefit of SQL Loader over external tables that I can see. External tables seems simpler to code.

RiDankulous