Hi all,
Doing maintenance on the thread search page so I don´t know if this has been asked before, so here goes.
I want to load up a semi-colon delimited file into an oracle table.
Whats the best way of doing it? I haven´t doen this before but of the top of my head there are a couple of options.
I think that I could either write a script to format the file into an oracle export file and then call a PL/SQL script on the DB to load it (plus do some other stuff too)
Write a script to parse each line of the file into variables and then do an insert, (would this involve opening a connection everytime I do an insert?)
Some other way.
If this has been asked before can someone give me a ref to the post otherwise I´m all ears
Thanks
Anthony
Doing maintenance on the thread search page so I don´t know if this has been asked before, so here goes.
I want to load up a semi-colon delimited file into an oracle table.
Whats the best way of doing it? I haven´t doen this before but of the top of my head there are a couple of options.
I think that I could either write a script to format the file into an oracle export file and then call a PL/SQL script on the DB to load it (plus do some other stuff too)
Write a script to parse each line of the file into variables and then do an insert, (would this involve opening a connection everytime I do an insert?)
Some other way.
If this has been asked before can someone give me a ref to the post otherwise I´m all ears
Thanks
Anthony