开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜