1、
--创建表
create table zctest( id number(9) not null primary key, classname varchar2(40) not null)
2、
3、