Oracle Bulk Load Setup

You must define a directory accessible by the Oracle database. You need to execute the following command:

create or replace directory FSI_BULK_DIR as ‘[existing directory absolute path on oracle server]’;
grant read, write on directory FSI_BULK_DIR to [inventory oracle user];

You need to create the CSV file in the defined directory. The directory and the file should have read or write privileges for the Oracle process user.