What is the difference between conventional path and direct path with regards to Load method while using OCI stage?

1 comment:

  1. Conventional path is to apply the changes using the standard DML statement like INSERT INTO whereas direct path deals with the SQL Loader utility to upload the information in bulk. The later is more fast and performant.

    ReplyDelete