in reply to File upload to Oracle database using perl

The most efficient way is to not do it in the first place. Relational databases make mediocre filesystems (just like filesystems make mediocre databases :). Store the path to the real file instead.

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

Replies are listed 'Best First'.
Re^2: File upload to Oracle database using perl
by jasmine12345 (Initiate) on May 22, 2007 at 22:04 UTC
    Thank You for the responses. Regards, Jasmine