Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: BFILE & BLOB question (Binary file from the client machine)

Re: BFILE & BLOB question (Binary file from the client machine)

From: MarkyG <markg_at_mymail.tm>
Date: 13 Mar 2002 00:51:08 -0800
Message-ID: <ab87195e.0203130051.270aa83@posting.google.com>


Yep, i hear what you are saying but the Oracle tools (DBMS_LOB etc) are all SERVER side and the file needs to be on the Oracle Server for them to work.
You can either write something Java based to do it or to do the copy from Client to Server.

There is a picture component in Forms which can load an image from the database to the client form, not sure if it is supported in the version of forms you use though.

M

noelp1_at_hotmail.com (Noel P) wrote in message news:<530e4840.0203121107.3703cd7_at_posting.google.com>...
> Great. That was a good explanation. Thanks.
>
> My question still remains.
> Isn't there a better way to transfer the file to Oracle server than
> copying the file to the server manually first and then link it to the
> database with the BFILE.
>
Received on Wed Mar 13 2002 - 02:51:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US