What is the fastest way to insert data into an Oracle table?

前端 未结 8 2023
逝去的感伤
逝去的感伤 2020-12-30 07:22

I am writing a data conversion in PL/SQL that processes data and loads it into a table. According to the PL/SQL Profiler, one of the slowest parts of the conversion is the a

8条回答
  •  醉梦人生
    2020-12-30 07:54

    If dropping the index doesn't speed things up enough, you need the Oracle SQL*Loader:

    http://www.oracle.com/technology/products/database/utilities/htdocs/sql_loader_overview.html

提交回复
热议问题