ORA-29913: error in executing ODCIEXTTABLEOPEN callout when inserting csv into oracle

Try something like this.

GRANT SELECT, INSERT, UPDATE, DELETE ON emp_load TO NikitaBuriak;

Replace ‘NikitaBuriak’ with the ID you used when you created the table..

Leave a Comment