in reply to File upload to Oracle database using perl

Upload a file? I suspect you want to take a look at DBI and DBD::Oracle with regards inserting data into an Oracle database be it records or binary data. If you need to know how to install modules check out Modules: How to Create, Install, and Use from the tutorials section of this site.

Hope this helps

Martin
  • Comment on Re: File upload to Oracle database using perl