摘要:
原文地址:http://czllfy.iteye.com/blog/66737其他参考资料地址:http://lavasoft.blog.51cto.com/62575/321882/要在oracle里面存入图片 用 blob类型首先在数据库里建立:--连接到管理员conn sys/tbsoft as sysdba;--为scott用户授权grant create any directory to scott;--回到scott用户conn scott/tiger;--创建存储图片的表CREATE TABLE IMAGE_LOB (T_ID VARCHAR2 (5) NOT NULL,T_IM 阅读全文
posted @ 2013-07-19 17:01 JasmineLiu 阅读(2153) 评论(0) 推荐(0)
浙公网安备 33010602011771号