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 PSI_BULK_DIR as ‘[existing directory absolute path on oracle server]’; grant read, write on directory PSI_BULK_DIR to [inventory oracle user];
You need to create the CSV file in the defined directory. The directory and the file must have read or write privileges for the Oracle process user.