user upload file to db instead of external table
1- we created external table that attach the data from csv file, then read data from this file and insert into table in oracle db.
2- we want a user upload the csv file to db and we can read the content of this file (instead of the solution in step 1), how i make this ?