I am using the below command to load the data from delimited file to table
load client from /home/input_file of del modified by identityignore coldel~ messages /home/STATUS_FILE insert into EIM_FN_ASSET1(CON_AA_NUM,AST_ASSET_NUM,IF_ROW_STAT ,IF_ROW_BATCH_NUM,ROW_ID) nonrecoverable
Do we need to have any permissions to it?
Please help me..