We are using Oracle 12 c. SQL developer 4.1. I would like to setup some routine import from a csv file to oracle database table.
I am going to use external table.
So I created a directory that points the directory of the data file.
Then I tried to use SQL developer tool to create an external table. I clicked create table in UI, created the columns, and also I chose the advanced , I tired to fill up the external table properties, the Access driver type I use is oracle_loader, but for the Access Parameters field, I don't know what to enter. And it doesnot automatically generated it either.
Do I have to manually enter it, how can I find the syntax?
Thanks,
Anne