开发者

Java/Websphere/Oracle10g/PL/SQL implementting file system storage of images

开发者 https://www.devze.com 2023-01-10 12:44 出处:网络
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 ho

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消