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 -> Thread safety while using BFiles

Thread safety while using BFiles

From: Daniel Burke <burke.daniel_at_gmail.com>
Date: 26 Jan 2006 02:12:09 -0800
Message-ID: <1138270328.946959.183430@f14g2000cwb.googlegroups.com>


Hi,
I have a question about using the Bfile datatype. I am aware that Bfiles are read-only and that you must use a stored procedure to write the file out to the DB server or place it there yourself. My question is how do you ensure thread safety while doing this? If the Bfile was read-write you could rely on the DB to lock the row. Is there a way to do this within the procedure?
thanks in advance
Dan Received on Thu Jan 26 2006 - 04:12:09 CST

Original text of this message

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