摘要:
开发环境:fedora12 + oracle-client11 + eclipse目标数据库:oracle10g一、准备1. 建表Create Table testTable_OCI( SID int primary key, Seq varchar2(10), UName varchar2(20), Introduce VARCHAR2(2000), Intime DATE default sysdate)-- Create sequence create sequence TESTTABLE_OCISEQminvalue 1maxvalue 9999999999999999999999st 阅读全文
posted @ 2011-04-26 06:02
清清飞扬
阅读(1835)
评论(1)
推荐(1)
浙公网安备 33010602011771号