in reply to File upload to Oracle database using perl
Upload? Is the file being parsed into data to be loaded into tables, or are you trying to store the contents of the file as a blob of data?
In either case, DBI and DBD::Oracle are a good start. After that it depends on exactly what you are trying to end up with.
|
|---|