What is the counter part for sql server BULK insert in Oracle.
I have gone through an existing thread for the same question
672436 But here it is suggested to read from a file into and external table and then to create my own table reading from external table.
But I want to read directly from a file to an existing table in my database. How do I achieve this?
Thank you,
Praveen.