Newbie: I have an assignment as a Java/Websphere developer working with Oracle 10G DBA and a PL/SQL developer to implement file s开发者_运维百科ystem storage of images and I need some guidelines on how to go about this. THANKS A MILLION FOR ANY POINTERS
Use a BFILE - There are tons of examples on the NET.
A BFILE is simply a LOB with a pointer to a file.
From the Java side just treat it like a LOB and pass it to the Stored Proc.
精彩评论