I have a table with 1,000,000 records in my Oracle Table.
I can use SQL Developer to generate 1,000,000 insert statements as a script.
However to run this script, it takes a lot of time.
Is there any way i can generate 1 single insert statement for all values in the table which when run i know will not take so much time.