SQLPLUS SYSTEM/MANAGER@orcl176 --创建表空间create tablespace hdjw20080916 datafile 'D:\data\hdjw20080908.dbf' size 100M autoextend on next 50M logging extent management local segment space management auto;--创建管理员权限create user hdjw20080916 identified by hdjw20080916 default tablespace hdjw20080916;--赋予权限给hdjw2008grant dba to hdjw20080916;grant connect to hdjw20080916;grant create session to hdjw20080916;--导入数据imp hdjw2008/hdjw2008@orcl176 file=f:/hdjw200809082.dmp full=y___导出数据exp hdjw2008/hdjw2008@orcl file=f:/hdjw2008.dmp owner=hdjw2008exp hdjw2008/hdjw2008@orcl file=f:/hdjw2008.dmp full=y--创建另外3个类型的用户create user teacher identified by teacher default tablespace hdjw2008;create user student identified by student default tablespace hdjw2008;create user dboperator identified by dboperator default tablespace hdjw2008;create user xjmanager identified by xjmanager default tablespace hdjw2008;--授予基本权限给予用户grant connect to teacher;grant create session to teacher;grant connect to student;grant create session to student;grant connect to dboperator;grant create session to dboperator;grant connect to xjmanager;grant create session to xjmanager;--授予权限给学生grant select on HDJW2008.CW0603 to student;grant select on HDJW2008.CW0613 to student;grant select on HDJW2008.CW0614 to student;grant select on HDJW2008.GG0104 to student;grant select on HDJW2008.JG0101 to student;grant select on HDJW2008.JG0102 to student;grant select on HDJW2008.JG0103 to student;grant select on HDJW2008.JG0104 to student;grant select on HDJW2008.JG0105 to student;grant select on HDJW2008.JG0106 to student;grant select on HDJW2008.JG0107 to student;grant select on HDJW2008.JG0108 to student;grant select on HDJW2008.JG0201 to student;grant select on HDJW2008.JG0206 to student;grant select on HDJW2008.JG0303 to student;grant select on HDJW2008.JG04 to student;grant select on HDJW2008.JX01 to student;grant select on HDJW2008.JX0101 to student;grant select on HDJW2008.JX0102 to student;grant select on HDJW2008.JX02 to student;grant select on HDJW2008.JX0201 to student;grant select on HDJW2008.JX0202 to student;grant select on HDJW2008.JX0203 to student;grant select on HDJW2008.JX0205 to student;grant select on HDJW2008.JX0206 to student;grant select on HDJW2008.JX0301 to student;grant select on HDJW2008.JX0303 to student;grant select on HDJW2008.JX0304 to student;grant select on HDJW2008.JX0305 to student;grant select on HDJW2008.JX0306 to student;grant select on HDJW2008.JX0307 to student;grant select on HDJW2008.JX0308 to student;grant select on HDJW2008.JX0309 to student;grant select on HDJW2008.JX0310 to student;grant select on HDJW2008.JX0311 to student;grant select on HDJW2008.JX0312 to student;grant select on HDJW2008.JX0313 to student;grant select on HDJW2008.JX0314 to student;grant select on HDJW2008.JX0315 to student;grant select on HDJW2008.JX0401 to student;grant select on HDJW2008.JX0402 to student;grant select on HDJW2008.JX0403 to student;grant select on HDJW2008.JX0404 to student;grant select on HDJW2008.JX0406 to student;grant select on HDJW2008.JX0407 to student;grant select on HDJW2008.JX0408 to student;grant select on HDJW2008.JX0409 to student;grant select on HDJW2008.JX0410 to student;grant select on HDJW2008.JX0411 to student;grant select on HDJW2008.JX0501 to student;grant select on HDJW2008.JX0503 to student;grant select on HDJW2008.JX0504 to student;grant select on HDJW2008.JX0505 to student;grant select on HDJW2008.JX0506 to student;grant select on HDJW2008.JX0512 to student;grant select on HDJW2008.JX0601 to student;grant select on HDJW2008.JX0604 to student;grant select on HDJW2008.JX0701 to student;grant select on HDJW2008.JX0702 to student;grant select on HDJW2008.JX1001 to student;grant select on HDJW2008.JX1002 to student;grant select on HDJW2008.JX1003 to student;grant select on HDJW2008.JX1004 to student;grant select on HDJW2008.JX1005 to student;grant select on HDJW2008.JX1006 to student;grant select on HDJW2008.JX1008 to student;grant select on HDJW2008.JX1009 to student;grant select on HDJW2008.JX1010 to student;grant select on HDJW2008.JX1012 to student;grant select on HDJW2008.JX1013 to student;grant select on HDJW2008.JX1014 to student;grant select on HDJW2008.JX1015 to student;grant select on HDJW2008.JX1016 to student;grant select on HDJW2008.JX1017 to student;grant select on HDJW2008.JX1018 to student;grant select on HDJW2008.JX12 to student;grant select on HDJW2008.PUBLIC_BB_CB to student;grant select on HDJW2008.PUBLIC_BB_QTB to student;grant select on HDJW2008.PUBLIC_BB_ZB to student;grant select on HDJW2008.QZ_CONTENT_FILES to student;grant select on HDJW2008.QZ_CONTENT_INFO to student;grant select on HDJW2008.QZ_CONTENT_READ to student;grant select on HDJW2008.QZ_CONTENT_ROLE to student;grant select on HDJW2008.QZ_CONTENT_SORT to student;grant select on HDJW2008.QZ_MANAGE_FUNCTIONCELL to student;grant select on HDJW2008.QZ_MANAGE_ROLE to student;grant select on HDJW2008.QZ_MANAGE_USER to student;grant select on HDJW2008.QZ_OPER_LOG to student;grant select on HDJW2008.QZ_ROLEGROUP to student;grant select on HDJW2008.QZ_ROLE_FUNCTION to student;grant select on HDJW2008.QZ_ROLE_SYSTEM to student;grant select on HDJW2008.QZ_ROLE_USER to student;grant select on HDJW2008.QZ_SORT_ROLE to student;grant select on HDJW2008.QZ_SYSTEM to student;grant select on HDJW2008.QZ_USER_SYSTEM to student;grant select on HDJW2008.QZ_ZD_CONF to student;grant select on HDJW2008.TB02 to student;grant select on HDJW2008.XS0101 to student;grant select on HDJW2008.XS0102 to student;grant select on HDJW2008.XS0105 to student;grant select on HDJW2008.XS0106 to student;grant select on HDJW2008.XS0111 to student;grant select on HDJW2008.XS0112 to student;grant select on HDJW2008.XS0206 to student;grant select on HDJW2008.XS0601 to student;grant select on HDJW2008.XS0701 to student;grant select on HDJW2008.XS0702 to student;grant select on HDJW2008.XS0705 to student;grant select on HDJW2008.XS0706 to student;grant select on HDJW2008.XS0708 to student;grant select on HDJW2008.XS0709 to student;grant select on HDJW2008.XS0710 to student;grant select on HDJW2008.XS0711 to student;grant select on HDJW2008.XS0905 to student;grant select on HDJW2008.XS1001 to student;grant select on HDJW2008.XX0103 to student;grant select on HDJW2008.XX0301 to student;grant select on HDJW2008.XX08 to student;grant select on HDJW2008.ZC0201 to student;grant select on HDJW2008.ZZD_BGQX to student;grant select on HDJW2008.ZZD_BJLBB to student;grant select on HDJW2008.ZZD_BRCF to student;grant select on HDJW2008.ZZD_BSSZY to student;grant select on HDJW2008.ZZD_BXZY to student;grant select on HDJW2008.ZZD_BYQXLB to student;grant select on HDJW2008.ZZD_BZKZY to student;grant select on HDJW2008.ZZD_BZLB to student;grant select on HDJW2008.ZZD_BZYD to student;grant select on HDJW2008.ZZD_CBSJB to student;grant select on HDJW2008.ZZD_CFMC to student;grant select on HDJW2008.ZZD_CGHJLB to student;grant select on HDJW2008.ZZD_CGJFLY to student;grant select on HDJW2008.ZZD_CGLX to student;grant select on HDJW2008.ZZD_CGMD to student;grant select on HDJW2008.ZZD_CJBZB to student;grant select on HDJW2008.ZZD_CJDJ to student;grant select on HDJW2008.ZZD_CQJSYZK to student;grant select on HDJW2008.ZZD_CQSHJZ to student;grant select on HDJW2008.ZZD_CYZK to student;grant select on HDJW2008.ZZD_DAFL to student;grant select on HDJW2008.ZZD_DP to student;grant select on HDJW2008.ZZD_DSLB to student;grant select on HDJW2008.ZZD_DWBB to student;grant select on HDJW2008.ZZD_DWBM to student;grant select on HDJW2008.ZZD_DWJS to student;grant select on HDJW2008.ZZD_DWLB to student;grant select on HDJW2008.ZZD_FJFLB to student;grant select on HDJW2008.ZZD_FJSYZT to student;grant select on HDJW2008.ZZD_FJYT to student;grant select on HDJW2008.ZZD_FLBJ to student;grant select on HDJW2008.ZZD_FLFX to student;grant select on HDJW2008.ZZD_FPGG to student;grant select on HDJW2008.ZZD_FSFS to student;grant select on HDJW2008.ZZD_FWCQ to student;grant select on HDJW2008.ZZD_FYWZSYY to student;grant select on HDJW2008.ZZD_FYZSLB to student;grant select on HDJW2008.ZZD_FZFS to student;grant select on HDJW2008.ZZD_GATQW to student;grant select on HDJW2008.ZZD_GBJB to student;grant select on HDJW2008.ZZD_GBZW to student;grant select on HDJW2008.ZZD_GDZCFL to student;grant select on HDJW2008.ZZD_GJJC to student;grant select on HDJW2008.ZZD_GJJG to student;grant select on HDJW2008.ZZD_GKKM to student;grant select on HDJW2008.ZZD_GLJB to student;grant select on HDJW2008.ZZD_GLTZ to student;grant select on HDJW2008.ZZD_GOTQS to student;grant select on HDJW2008.ZZD_GRJSDJ to student;grant select on HDJW2008.ZZD_GWZT to student;grant select on HDJW2008.ZZD_GXTJXZZY to student;grant select on HDJW2008.ZZD_GXYKYJG to student;grant select on HDJW2008.ZZD_GZBDYY to student;grant select on HDJW2008.ZZD_GZGWXZ to student;grant select on HDJW2008.ZZD_GZJB to student;grant select on HDJW2008.ZZD_GZLB to student;grant select on HDJW2008.ZZD_GZXM to student;grant select on HDJW2008.ZZD_HB to student;grant select on HDJW2008.ZZD_HDXLFS to student;grant select on HDJW2008.ZZD_HJLX to student;grant select on HDJW2008.ZZD_HKJBQK to student;grant select on HDJW2008.ZZD_HKQCZK to student;grant select on HDJW2008.ZZD_HKXZ to student;grant select on HDJW2008.ZZD_HTLX to student;grant select on HDJW2008.ZZD_HY to student;grant select on HDJW2008.ZZD_HYDJ to student;grant select on HDJW2008.ZZD_HYGZLB to student;grant select on HDJW2008.ZZD_HYJBXS to student;grant select on HDJW2008.ZZD_HYZK to student;grant select on HDJW2008.ZZD_HZFS to student;grant select on HDJW2008.ZZD_JDFS to student;grant select on HDJW2008.ZZD_JDJL to student;grant select on HDJW2008.ZZD_JFKM to student;grant select on HDJW2008.ZZD_JFLY to student;grant select on HDJW2008.ZZD_JGLX to student;grant select on HDJW2008.ZZD_JHGS to student;grant select on HDJW2008.ZZD_JHWCQK to student;grant select on HDJW2008.ZZD_JJCD to student;grant select on HDJW2008.ZZD_JJLX to student;grant select on HDJW2008.ZZD_JKYT to student;grant select on HDJW2008.ZZD_JKZK1 to student;grant select on HDJW2008.ZZD_JKZK2 to student;grant select on HDJW2008.ZZD_JLCF to student;grant select on HDJW2008.ZZD_JLDJ to student;grant select on HDJW2008.ZZD_JLFS to student;grant select on HDJW2008.ZZD_JLJB to student;grant select on HDJW2008.ZZD_JS to student;grant select on HDJW2008.ZZD_JSFS to student;grant select on HDJW2008.ZZD_JSHJLB to student;grant select on HDJW2008.ZZD_JSJB to student;grant select on HDJW2008.ZZD_JSLX to student;grant select on HDJW2008.ZZD_JSLY to student;grant select on HDJW2008.ZZD_JSXYFS to student;grant select on HDJW2008.ZZD_JSZW to student;grant select on HDJW2008.ZZD_JSZYQK to student;grant select on HDJW2008.ZZD_JTCS to student;grant select on HDJW2008.ZZD_JTGX to student;grant select on HDJW2008.ZZD_JXJCFH to student;grant select on HDJW2008.ZZD_JXJLX to student;grant select on HDJW2008.ZZD_JXLX to student;grant select on HDJW2008.ZZD_JXSJFLY to student;grant select on HDJW2008.ZZD_JXSLB to student;grant select on HDJW2008.ZZD_JXSSYLB to student;grant select on HDJW2008.ZZD_JXSZXZK to student;grant select on HDJW2008.ZZD_JXXZ to student;grant select on HDJW2008.ZZD_JXYQ to student;grant select on HDJW2008.ZZD_JYFS to student;grant select on HDJW2008.ZZD_JYZFL to student;grant select on HDJW2008.ZZD_JZFX to student;grant select on HDJW2008.ZZD_JZGDQZT to student;grant select on HDJW2008.ZZD_JZGLB to student;grant select on HDJW2008.ZZD_JZGLY to student;grant select on HDJW2008.ZZD_JZW to student;grant select on HDJW2008.ZZD_JZWFL to student;grant select on HDJW2008.ZZD_JZWJG to student;grant select on HDJW2008.ZZD_JZWZK to student;grant select on HDJW2008.ZZD_KCBM to student;grant select on HDJW2008.ZZD_KCDLDM to student;grant select on HDJW2008.ZZD_KCFL to student;grant select on HDJW2008.ZZD_KCJG to student;grant select on HDJW2008.ZZD_KCLB to student;grant select on HDJW2008.ZZD_KCLX to student;grant select on HDJW2008.ZZD_KCXZ to student;grant select on HDJW2008.ZZD_KHLB to student;grant select on HDJW2008.ZZD_KJJLB to student;grant select on HDJW2008.ZZD_KKSJ to student;grant select on HDJW2008.ZZD_KMJC to student;grant select on HDJW2008.ZZD_KMLB to student;grant select on HDJW2008.ZZD_KSFS to student;grant select on HDJW2008.ZZD_KSLB to student;grant select on HDJW2008.ZZD_KSPZFS to student;grant select on HDJW2008.ZZD_KSSJDY to student;grant select on HDJW2008.ZZD_KSXZ to student;grant select on HDJW2008.ZZD_KTLX to student;grant select on HDJW2008.ZZD_KWJB to student;grant select on HDJW2008.ZZD_KWLBDM to student;grant select on HDJW2008.ZZD_KWRYLB to student;grant select on HDJW2008.ZZD_LGYY to student;grant select on HDJW2008.ZZD_LQLB to student;grant select on HDJW2008.ZZD_LTLB to student;grant select on HDJW2008.ZZD_LWBGXS to student;grant select on HDJW2008.ZZD_LWFBXS to student;grant select on HDJW2008.ZZD_LWLX to student;grant select on HDJW2008.ZZD_LWXTLX to student;grant select on HDJW2008.ZZD_LXLZYY to student;grant select on HDJW2008.ZZD_LZLB to student;grant select on HDJW2008.ZZD_LZSL to student;grant select on HDJW2008.ZZD_MJ to student;grant select on HDJW2008.ZZD_MZ to student;grant select on HDJW2008.ZZD_MZFS to student;grant select on HDJW2008.ZZD_MZYY to student;grant select on HDJW2008.ZZD_PGQK to student;grant select on HDJW2008.ZZD_PLDA to student;grant select on HDJW2008.ZZD_PRQK to student;grant select on HDJW2008.ZZD_PTHSPDJ to student;grant select on HDJW2008.ZZD_PYCCB to student;grant select on HDJW2008.ZZD_PYHTLB to student;grant select on HDJW2008.ZZD_PYXZ to student;grant select on HDJW2008.ZZD_QDZGTJ to student;grant select on HDJW2008.ZZD_QGLB to student;grant select on HDJW2008.ZZD_QKWB to student;grant select on HDJW2008.ZZD_RDDB to student;grant select on HDJW2008.ZZD_RKJS to student;grant select on HDJW2008.ZZD_RKKCLB to student;grant select on HDJW2008.ZZD_RKZK to student;grant select on HDJW2008.ZZD_RXFS to student;grant select on HDJW2008.ZZD_RYCH to student;grant select on HDJW2008.ZZD_RYCHJB to student;grant select on HDJW2008.ZZD_RYJZ to student;grant select on HDJW2008.ZZD_RZFS to student;grant select on HDJW2008.ZZD_SFBZ to student;grant select on HDJW2008.ZZD_SFLB to student;grant select on HDJW2008.ZZD_SFZJLX to student;grant select on HDJW2008.ZZD_SHDWJB to student;grant select on HDJW2008.ZZD_SHDWXZ to student;grant select on HDJW2008.ZZD_SHJJXY to student;grant select on HDJW2008.ZZD_SHJZ to student;grant select on HDJW2008.ZZD_SHSJDJ to student;grant select on HDJW2008.ZZD_SHSJLX to student;grant select on HDJW2008.ZZD_SJGG to student;grant select on HDJW2008.ZZD_SJGZMC to student;grant select on HDJW2008.ZZD_SKFS to student;grant select on HDJW2008.ZZD_SLCD to student;grant select on HDJW2008.ZZD_SRFLX to student;grant select on HDJW2008.ZZD_SSZY to student;grant select on HDJW2008.ZZD_SYLB to student;grant select on HDJW2008.ZZD_SYSLB to student;grant select on HDJW2008.ZZD_SYYQ to student;grant select on HDJW2008.ZZD_SYZLB to student;grant select on HDJW2008.ZZD_SZJYLB to student;grant select on HDJW2008.ZZD_SZLB to student;grant select on HDJW2008.ZZD_TJLB to student;grant select on HDJW2008.ZZD_TJXMLB to student;grant select on HDJW2008.ZZD_TSZT to student;grant select on HDJW2008.ZZD_WCXS to student;grant select on HDJW2008.ZZD_WHCD to student;grant select on HDJW2008.ZZD_WJFL to student;grant select on HDJW2008.ZZD_WJLB to student;grant select on HDJW2008.ZZD_WTLB to student;grant select on HDJW2008.ZZD_WXLX to student;grant select on HDJW2008.ZZD_WYHRZ to student;grant select on HDJW2008.ZZD_WYKSFS to student;grant select on HDJW2008.ZZD_XB to student;grant select on HDJW2008.ZZD_XJZT to student;grant select on HDJW2008.ZZD_XKFL to student;grant select on HDJW2008.ZZD_XKFS to student;grant select on HDJW2008.ZZD_XKLC to student;grant select on HDJW2008.ZZD_XKMLKJ to student;grant select on HDJW2008.ZZD_XKZY to student;grant select on HDJW2008.ZZD_XMCDXS to student;grant select on HDJW2008.ZZD_XMJB to student;grant select on HDJW2008.ZZD_XMJFLXY to student;grant select on HDJW2008.ZZD_XMLB to student;grant select on HDJW2008.ZZD_XMLX to student;grant select on HDJW2008.ZZD_XMLY to student;grant select on HDJW2008.ZZD_XMZXZT to student;grant select on HDJW2008.ZZD_XQ to student;grant select on HDJW2008.ZZD_XQDM to student;grant select on HDJW2008.ZZD_XSHJLB to student;grant select on HDJW2008.ZZD_XSJLLX to student;grant select on HDJW2008.ZZD_XSLB to student;grant select on HDJW2008.ZZD_XSLY to student;grant select on HDJW2008.ZZD_XSSFTZFS to student;grant select on HDJW2008.ZZD_XSSFXMLB to student;grant select on HDJW2008.ZZD_XSTTJB to student;grant select on HDJW2008.ZZD_XW to student;grant select on HDJW2008.ZZD_XX to student;grant select on HDJW2008.ZZD_XXBXLX to student;grant select on HDJW2008.ZZD_XXDWCC to student;grant select on HDJW2008.ZZD_XXFS to student;grant select on HDJW2008.ZZD_XXJBZ to student;grant select on HDJW2008.ZZD_XXWHJL to student;grant select on HDJW2008.ZZD_XXXS to student;grant select on HDJW2008.ZZD_XXXZ to student;grant select on HDJW2008.ZZD_XZDWLX to student;grant select on HDJW2008.ZZD_XZQH to student;grant select on HDJW2008.ZZD_XZXZ to student;grant select on HDJW2008.ZZD_YBLB to student;grant select on HDJW2008.ZZD_YCLB to student;grant select on HDJW2008.ZZD_YDLB to student;grant select on HDJW2008.ZZD_YDYY to student;grant select on HDJW2008.ZZD_YJLX to student;grant select on HDJW2008.ZZD_YJSPYCC to student;grant select on HDJW2008.ZZD_YJSPYFS to student;grant select on HDJW2008.ZZD_YQSYFX to student;grant select on HDJW2008.ZZD_YQXZ to student;grant select on HDJW2008.ZZD_YS to student;grant select on HDJW2008.ZZD_YSZFL to student;grant select on HDJW2008.ZZD_YZ to student;grant select on HDJW2008.ZZD_ZCLX to student;grant select on HDJW2008.ZZD_ZCZK to student;grant select on HDJW2008.ZZD_ZD to student;grant select on HDJW2008.ZZD_ZDYT to student;grant select on HDJW2008.ZZD_ZGYZ to student;grant select on HDJW2008.ZZD_ZJ to student;grant select on HDJW2008.ZZD_ZJLB to student;grant select on HDJW2008.ZZD_ZLFLZT to student;grant select on HDJW2008.ZZD_ZLLX to student;grant select on HDJW2008.ZZD_ZLPZXS to student;grant select on HDJW2008.ZZD_ZPHLB to student;grant select on HDJW2008.ZZD_ZSPCDM to student;grant select on HDJW2008.ZZD_ZWBDLB to student;grant select on HDJW2008.ZZD_ZWFL to student;grant select on HDJW2008.ZZD_ZWLB to student;grant select on HDJW2008.ZZD_ZXDWLB to student;grant select on HDJW2008.ZZD_ZYFL to student;grant select on HDJW2008.ZZD_ZYPT to student;grant select on HDJW2008.ZZD_ZZFX to student;grant select on HDJW2008.ZZD_ZZMM to student;--学生修删权限grant select,insert,update,delete on HDJW2008.JX0501 to student;grant select,insert,update,delete on HDJW2008.QZ_MANAGE_USER to student;--查询视图权限grant select on HDJW2008.V_JX_KBXSST to student;grant select on HDJW2008.V_JX_KXKC to student;grant select on HDJW2008.V_JX_TZDKCJS to student;grant select on HDJW2008.V_KB_JSKB to student;grant select on HDJW2008.V_KB_JSXX to student;grant select on HDJW2008.V_PK_TKKB to student;grant select on HDJW2008.V_XK_JSKB to student;--公共表grant select,insert,delete,update on HDJW2008.PUBLIC_BB_CB to student;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_QTB to student;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_ZB to student;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_FILES to student;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_INFO to student;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_READ to student;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_ROLE to student;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_SORT to student;grant select,insert,delete,update on HDJW2008.QZ_MANAGE_USER to student;grant select,insert,delete,update on HDJW2008.QZ_OPER_LOG to student;grant select,insert,delete,update on HDJW2008.QZ_ROLE_SYSTEM to student;grant select,insert,delete,update on HDJW2008.QZ_SORT_ROLE to student;grant select,insert,delete,update on HDJW2008.QZ_SYSTEM to student;grant select,insert,delete,update on HDJW2008.QZ_USER_SYSTEM to student;--授予权限给教师grant select on HDJW2008.CW0603 to teacher;grant select on HDJW2008.CW0613 to teacher;grant select on HDJW2008.CW0614 to teacher;grant select on HDJW2008.GG0104 to teacher;grant select on HDJW2008.JG0101 to teacher;grant select on HDJW2008.JG0102 to teacher;grant select on HDJW2008.JG0103 to teacher;grant select on HDJW2008.JG0104 to teacher;grant select on HDJW2008.JG0105 to teacher;grant select on HDJW2008.JG0106 to teacher;grant select on HDJW2008.JG0107 to teacher;grant select on HDJW2008.JG0108 to teacher;grant select on HDJW2008.JG0201 to teacher;grant select on HDJW2008.JG0206 to teacher;grant select on HDJW2008.JG0303 to teacher;grant select on HDJW2008.JG04 to teacher;grant select on HDJW2008.JX01 to teacher;grant select on HDJW2008.JX0101 to teacher;grant select on HDJW2008.JX0102 to teacher;grant select on HDJW2008.JX02 to teacher;grant select on HDJW2008.JX0201 to teacher;grant select on HDJW2008.JX0202 to teacher;grant select on HDJW2008.JX0203 to teacher;grant select on HDJW2008.JX0205 to teacher;grant select on HDJW2008.JX0206 to teacher;grant select on HDJW2008.JX0301 to teacher;grant select on HDJW2008.JX0303 to teacher;grant select on HDJW2008.JX0304 to teacher;grant select on HDJW2008.JX0305 to teacher;grant select on HDJW2008.JX0306 to teacher;grant select on HDJW2008.JX0307 to teacher;grant select on HDJW2008.JX0308 to teacher;grant select on HDJW2008.JX0309 to teacher;grant select on HDJW2008.JX0310 to teacher;grant select on HDJW2008.JX0311 to teacher;grant select on HDJW2008.JX0312 to teacher;grant select on HDJW2008.JX0313 to teacher;grant select on HDJW2008.JX0314 to teacher;grant select on HDJW2008.JX0315 to teacher;grant select on HDJW2008.JX0401 to teacher;grant select on HDJW2008.JX0402 to teacher;grant select on HDJW2008.JX0403 to teacher;grant select on HDJW2008.JX0404 to teacher;grant select on HDJW2008.JX0406 to teacher;grant select on HDJW2008.JX0407 to teacher;grant select on HDJW2008.JX0408 to teacher;grant select on HDJW2008.JX0409 to teacher;grant select on HDJW2008.JX0410 to teacher;grant select on HDJW2008.JX0411 to teacher;grant select on HDJW2008.JX0501 to teacher;grant select on HDJW2008.JX0503 to teacher;grant select on HDJW2008.JX0504 to teacher;grant select on HDJW2008.JX0505 to teacher;grant select on HDJW2008.JX0506 to teacher;grant select on HDJW2008.JX0512 to teacher;grant select on HDJW2008.JX0601 to teacher;grant select on HDJW2008.JX0604 to teacher;grant select on HDJW2008.JX0701 to teacher;grant select on HDJW2008.JX0702 to teacher;grant select on HDJW2008.JX1001 to teacher;grant select on HDJW2008.JX1002 to teacher;grant select on HDJW2008.JX1003 to teacher;grant select on HDJW2008.JX1004 to teacher;grant select on HDJW2008.JX1005 to teacher;grant select on HDJW2008.JX1006 to teacher;grant select on HDJW2008.JX1008 to teacher;grant select on HDJW2008.JX1009 to teacher;grant select on HDJW2008.JX1010 to teacher;grant select on HDJW2008.JX1012 to teacher;grant select on HDJW2008.JX1013 to teacher;grant select on HDJW2008.JX1014 to teacher;grant select on HDJW2008.JX1015 to teacher;grant select on HDJW2008.JX1016 to teacher;grant select on HDJW2008.JX1017 to teacher;grant select on HDJW2008.JX1018 to teacher;grant select on HDJW2008.JX12 to teacher;grant select on HDJW2008.PUBLIC_BB_CB to teacher;grant select on HDJW2008.PUBLIC_BB_QTB to teacher;grant select on HDJW2008.PUBLIC_BB_ZB to teacher;grant select on HDJW2008.QZ_CONTENT_FILES to teacher;grant select on HDJW2008.QZ_CONTENT_INFO to teacher;grant select on HDJW2008.QZ_CONTENT_READ to teacher;grant select on HDJW2008.QZ_CONTENT_ROLE to teacher;grant select on HDJW2008.QZ_CONTENT_SORT to teacher;grant select on HDJW2008.QZ_MANAGE_FUNCTIONCELL to teacher;grant select on HDJW2008.QZ_MANAGE_ROLE to teacher;grant select on HDJW2008.QZ_OPER_LOG to teacher;grant select on HDJW2008.QZ_ROLEGROUP to teacher;grant select on HDJW2008.QZ_ROLE_FUNCTION to teacher;grant select on HDJW2008.QZ_ROLE_SYSTEM to teacher;grant select on HDJW2008.QZ_ROLE_USER to teacher;grant select on HDJW2008.QZ_SORT_ROLE to teacher;grant select on HDJW2008.QZ_SYSTEM to teacher;grant select on HDJW2008.QZ_USER_SYSTEM to teacher;grant select on HDJW2008.QZ_ZD_CONF to teacher;grant select on HDJW2008.TB02 to teacher;grant select on HDJW2008.XS0101 to teacher;grant select on HDJW2008.XS0102 to teacher;grant select on HDJW2008.XS0105 to teacher;grant select on HDJW2008.XS0106 to teacher;grant select on HDJW2008.XS0111 to teacher;grant select on HDJW2008.XS0112 to teacher;grant select on HDJW2008.XS0206 to teacher;grant select on HDJW2008.XS0601 to teacher;grant select on HDJW2008.XS0701 to teacher;grant select on HDJW2008.XS0702 to teacher;grant select on HDJW2008.XS0705 to teacher;grant select on HDJW2008.XS0706 to teacher;grant select on HDJW2008.XS0708 to teacher;grant select on HDJW2008.XS0709 to teacher;grant select on HDJW2008.XS0710 to teacher;grant select on HDJW2008.XS0711 to teacher;grant select on HDJW2008.XS0905 to teacher;grant select on HDJW2008.XS1001 to teacher;grant select on HDJW2008.XX0103 to teacher;grant select on HDJW2008.XX0301 to teacher;grant select on HDJW2008.XX08 to teacher;grant select on HDJW2008.ZC0201 to teacher;grant select on HDJW2008.ZZD_BGQX to teacher;grant select on HDJW2008.ZZD_BJLBB to teacher;grant select on HDJW2008.ZZD_BRCF to teacher;grant select on HDJW2008.ZZD_BSSZY to teacher;grant select on HDJW2008.ZZD_BXZY to teacher;grant select on HDJW2008.ZZD_BYQXLB to teacher;grant select on HDJW2008.ZZD_BZKZY to teacher;grant select on HDJW2008.ZZD_BZLB to teacher;grant select on HDJW2008.ZZD_BZYD to teacher;grant select on HDJW2008.ZZD_CBSJB to teacher;grant select on HDJW2008.ZZD_CFMC to teacher;grant select on HDJW2008.ZZD_CGHJLB to teacher;grant select on HDJW2008.ZZD_CGJFLY to teacher;grant select on HDJW2008.ZZD_CGLX to teacher;grant select on HDJW2008.ZZD_CGMD to teacher;grant select on HDJW2008.ZZD_CJBZB to teacher;grant select on HDJW2008.ZZD_CJDJ to teacher;grant select on HDJW2008.ZZD_CQJSYZK to teacher;grant select on HDJW2008.ZZD_CQSHJZ to teacher;grant select on HDJW2008.ZZD_CYZK to teacher;grant select on HDJW2008.ZZD_DAFL to teacher;grant select on HDJW2008.ZZD_DP to teacher;grant select on HDJW2008.ZZD_DSLB to teacher;grant select on HDJW2008.ZZD_DWBB to teacher;grant select on HDJW2008.ZZD_DWBM to teacher;grant select on HDJW2008.ZZD_DWJS to teacher;grant select on HDJW2008.ZZD_DWLB to teacher;grant select on HDJW2008.ZZD_FJFLB to teacher;grant select on HDJW2008.ZZD_FJSYZT to teacher;grant select on HDJW2008.ZZD_FJYT to teacher;grant select on HDJW2008.ZZD_FLBJ to teacher;grant select on HDJW2008.ZZD_FLFX to teacher;grant select on HDJW2008.ZZD_FPGG to teacher;grant select on HDJW2008.ZZD_FSFS to teacher;grant select on HDJW2008.ZZD_FWCQ to teacher;grant select on HDJW2008.ZZD_FYWZSYY to teacher;grant select on HDJW2008.ZZD_FYZSLB to teacher;grant select on HDJW2008.ZZD_FZFS to teacher;grant select on HDJW2008.ZZD_GATQW to teacher;grant select on HDJW2008.ZZD_GBJB to teacher;grant select on HDJW2008.ZZD_GBZW to teacher;grant select on HDJW2008.ZZD_GDZCFL to teacher;grant select on HDJW2008.ZZD_GJJC to teacher;grant select on HDJW2008.ZZD_GJJG to teacher;grant select on HDJW2008.ZZD_GKKM to teacher;grant select on HDJW2008.ZZD_GLJB to teacher;grant select on HDJW2008.ZZD_GLTZ to teacher;grant select on HDJW2008.ZZD_GOTQS to teacher;grant select on HDJW2008.ZZD_GRJSDJ to teacher;grant select on HDJW2008.ZZD_GWZT to teacher;grant select on HDJW2008.ZZD_GXTJXZZY to teacher;grant select on HDJW2008.ZZD_GXYKYJG to teacher;grant select on HDJW2008.ZZD_GZBDYY to teacher;grant select on HDJW2008.ZZD_GZGWXZ to teacher;grant select on HDJW2008.ZZD_GZJB to teacher;grant select on HDJW2008.ZZD_GZLB to teacher;grant select on HDJW2008.ZZD_GZXM to teacher;grant select on HDJW2008.ZZD_HB to teacher;grant select on HDJW2008.ZZD_HDXLFS to teacher;grant select on HDJW2008.ZZD_HJLX to teacher;grant select on HDJW2008.ZZD_HKJBQK to teacher;grant select on HDJW2008.ZZD_HKQCZK to teacher;grant select on HDJW2008.ZZD_HKXZ to teacher;grant select on HDJW2008.ZZD_HTLX to teacher;grant select on HDJW2008.ZZD_HY to teacher;grant select on HDJW2008.ZZD_HYDJ to teacher;grant select on HDJW2008.ZZD_HYGZLB to teacher;grant select on HDJW2008.ZZD_HYJBXS to teacher;grant select on HDJW2008.ZZD_HYZK to teacher;grant select on HDJW2008.ZZD_HZFS to teacher;grant select on HDJW2008.ZZD_JDFS to teacher;grant select on HDJW2008.ZZD_JDJL to teacher;grant select on HDJW2008.ZZD_JFKM to teacher;grant select on HDJW2008.ZZD_JFLY to teacher;grant select on HDJW2008.ZZD_JGLX to teacher;grant select on HDJW2008.ZZD_JHGS to teacher;grant select on HDJW2008.ZZD_JHWCQK to teacher;grant select on HDJW2008.ZZD_JJCD to teacher;grant select on HDJW2008.ZZD_JJLX to teacher;grant select on HDJW2008.ZZD_JKYT to teacher;grant select on HDJW2008.ZZD_JKZK1 to teacher;grant select on HDJW2008.ZZD_JKZK2 to teacher;grant select on HDJW2008.ZZD_JLCF to teacher;grant select on HDJW2008.ZZD_JLDJ to teacher;grant select on HDJW2008.ZZD_JLFS to teacher;grant select on HDJW2008.ZZD_JLJB to teacher;grant select on HDJW2008.ZZD_JS to teacher;grant select on HDJW2008.ZZD_JSFS to teacher;grant select on HDJW2008.ZZD_JSHJLB to teacher;grant select on HDJW2008.ZZD_JSJB to teacher;grant select on HDJW2008.ZZD_JSLX to teacher;grant select on HDJW2008.ZZD_JSLY to teacher;grant select on HDJW2008.ZZD_JSXYFS to teacher;grant select on HDJW2008.ZZD_JSZW to teacher;grant select on HDJW2008.ZZD_JSZYQK to teacher;grant select on HDJW2008.ZZD_JTCS to teacher;grant select on HDJW2008.ZZD_JTGX to teacher;grant select on HDJW2008.ZZD_JXJCFH to teacher;grant select on HDJW2008.ZZD_JXJLX to teacher;grant select on HDJW2008.ZZD_JXLX to teacher;grant select on HDJW2008.ZZD_JXSJFLY to teacher;grant select on HDJW2008.ZZD_JXSLB to teacher;grant select on HDJW2008.ZZD_JXSSYLB to teacher;grant select on HDJW2008.ZZD_JXSZXZK to teacher;grant select on HDJW2008.ZZD_JXXZ to teacher;grant select on HDJW2008.ZZD_JXYQ to teacher;grant select on HDJW2008.ZZD_JYFS to teacher;grant select on HDJW2008.ZZD_JYZFL to teacher;grant select on HDJW2008.ZZD_JZFX to teacher;grant select on HDJW2008.ZZD_JZGDQZT to teacher;grant select on HDJW2008.ZZD_JZGLB to teacher;grant select on HDJW2008.ZZD_JZGLY to teacher;grant select on HDJW2008.ZZD_JZW to teacher;grant select on HDJW2008.ZZD_JZWFL to teacher;grant select on HDJW2008.ZZD_JZWJG to teacher;grant select on HDJW2008.ZZD_JZWZK to teacher;grant select on HDJW2008.ZZD_KCBM to teacher;grant select on HDJW2008.ZZD_KCDLDM to teacher;grant select on HDJW2008.ZZD_KCFL to teacher;grant select on HDJW2008.ZZD_KCJG to teacher;grant select on HDJW2008.ZZD_KCLB to teacher;grant select on HDJW2008.ZZD_KCLX to teacher;grant select on HDJW2008.ZZD_KCXZ to teacher;grant select on HDJW2008.ZZD_KHLB to teacher;grant select on HDJW2008.ZZD_KJJLB to teacher;grant select on HDJW2008.ZZD_KKSJ to teacher;grant select on HDJW2008.ZZD_KMJC to teacher;grant select on HDJW2008.ZZD_KMLB to teacher;grant select on HDJW2008.ZZD_KSFS to teacher;grant select on HDJW2008.ZZD_KSLB to teacher;grant select on HDJW2008.ZZD_KSPZFS to teacher;grant select on HDJW2008.ZZD_KSSJDY to teacher;grant select on HDJW2008.ZZD_KSXZ to teacher;grant select on HDJW2008.ZZD_KTLX to teacher;grant select on HDJW2008.ZZD_KWJB to teacher;grant select on HDJW2008.ZZD_KWLBDM to teacher;grant select on HDJW2008.ZZD_KWRYLB to teacher;grant select on HDJW2008.ZZD_LGYY to teacher;grant select on HDJW2008.ZZD_LQLB to teacher;grant select on HDJW2008.ZZD_LTLB to teacher;grant select on HDJW2008.ZZD_LWBGXS to teacher;grant select on HDJW2008.ZZD_LWFBXS to teacher;grant select on HDJW2008.ZZD_LWLX to teacher;grant select on HDJW2008.ZZD_LWXTLX to teacher;grant select on HDJW2008.ZZD_LXLZYY to teacher;grant select on HDJW2008.ZZD_LZLB to teacher;grant select on HDJW2008.ZZD_LZSL to teacher;grant select on HDJW2008.ZZD_MJ to teacher;grant select on HDJW2008.ZZD_MZ to teacher;grant select on HDJW2008.ZZD_MZFS to teacher;grant select on HDJW2008.ZZD_MZYY to teacher;grant select on HDJW2008.ZZD_PGQK to teacher;grant select on HDJW2008.ZZD_PLDA to teacher;grant select on HDJW2008.ZZD_PRQK to teacher;grant select on HDJW2008.ZZD_PTHSPDJ to teacher;grant select on HDJW2008.ZZD_PYCCB to teacher;grant select on HDJW2008.ZZD_PYHTLB to teacher;grant select on HDJW2008.ZZD_PYXZ to teacher;grant select on HDJW2008.ZZD_QDZGTJ to teacher;grant select on HDJW2008.ZZD_QGLB to teacher;grant select on HDJW2008.ZZD_QKWB to teacher;grant select on HDJW2008.ZZD_RDDB to teacher;grant select on HDJW2008.ZZD_RKJS to teacher;grant select on HDJW2008.ZZD_RKKCLB to teacher;grant select on HDJW2008.ZZD_RKZK to teacher;grant select on HDJW2008.ZZD_RXFS to teacher;grant select on HDJW2008.ZZD_RYCH to teacher;grant select on HDJW2008.ZZD_RYCHJB to teacher;grant select on HDJW2008.ZZD_RYJZ to teacher;grant select on HDJW2008.ZZD_RZFS to teacher;grant select on HDJW2008.ZZD_SFBZ to teacher;grant select on HDJW2008.ZZD_SFLB to teacher;grant select on HDJW2008.ZZD_SFZJLX to teacher;grant select on HDJW2008.ZZD_SHDWJB to teacher;grant select on HDJW2008.ZZD_SHDWXZ to teacher;grant select on HDJW2008.ZZD_SHJJXY to teacher;grant select on HDJW2008.ZZD_SHJZ to teacher;grant select on HDJW2008.ZZD_SHSJDJ to teacher;grant select on HDJW2008.ZZD_SHSJLX to teacher;grant select on HDJW2008.ZZD_SJGG to teacher;grant select on HDJW2008.ZZD_SJGZMC to teacher;grant select on HDJW2008.ZZD_SKFS to teacher;grant select on HDJW2008.ZZD_SLCD to teacher;grant select on HDJW2008.ZZD_SRFLX to teacher;grant select on HDJW2008.ZZD_SSZY to teacher;grant select on HDJW2008.ZZD_SYLB to teacher;grant select on HDJW2008.ZZD_SYSLB to teacher;grant select on HDJW2008.ZZD_SYYQ to teacher;grant select on HDJW2008.ZZD_SYZLB to teacher;grant select on HDJW2008.ZZD_SZJYLB to teacher;grant select on HDJW2008.ZZD_SZLB to teacher;grant select on HDJW2008.ZZD_TJLB to teacher;grant select on HDJW2008.ZZD_TJXMLB to teacher;grant select on HDJW2008.ZZD_TSZT to teacher;grant select on HDJW2008.ZZD_WCXS to teacher;grant select on HDJW2008.ZZD_WHCD to teacher;grant select on HDJW2008.ZZD_WJFL to teacher;grant select on HDJW2008.ZZD_WJLB to teacher;grant select on HDJW2008.ZZD_WTLB to teacher;grant select on HDJW2008.ZZD_WXLX to teacher;grant select on HDJW2008.ZZD_WYHRZ to teacher;grant select on HDJW2008.ZZD_WYKSFS to teacher;grant select on HDJW2008.ZZD_XB to teacher;grant select on HDJW2008.ZZD_XJZT to teacher;grant select on HDJW2008.ZZD_XKFL to teacher;grant select on HDJW2008.ZZD_XKFS to teacher;grant select on HDJW2008.ZZD_XKLC to teacher;grant select on HDJW2008.ZZD_XKMLKJ to teacher;grant select on HDJW2008.ZZD_XKZY to teacher;grant select on HDJW2008.ZZD_XMCDXS to teacher;grant select on HDJW2008.ZZD_XMJB to teacher;grant select on HDJW2008.ZZD_XMJFLXY to teacher;grant select on HDJW2008.ZZD_XMLB to teacher;grant select on HDJW2008.ZZD_XMLX to teacher;grant select on HDJW2008.ZZD_XMLY to teacher;grant select on HDJW2008.ZZD_XMZXZT to teacher;grant select on HDJW2008.ZZD_XQ to teacher;grant select on HDJW2008.ZZD_XQDM to teacher;grant select on HDJW2008.ZZD_XSHJLB to teacher;grant select on HDJW2008.ZZD_XSJLLX to teacher;grant select on HDJW2008.ZZD_XSLB to teacher;grant select on HDJW2008.ZZD_XSLY to teacher;grant select on HDJW2008.ZZD_XSSFTZFS to teacher;grant select on HDJW2008.ZZD_XSSFXMLB to teacher;grant select on HDJW2008.ZZD_XSTTJB to teacher;grant select on HDJW2008.ZZD_XW to teacher;grant select on HDJW2008.ZZD_XX to teacher;grant select on HDJW2008.ZZD_XXBXLX to teacher;grant select on HDJW2008.ZZD_XXDWCC to teacher;grant select on HDJW2008.ZZD_XXFS to teacher;grant select on HDJW2008.ZZD_XXJBZ to teacher;grant select on HDJW2008.ZZD_XXWHJL to teacher;grant select on HDJW2008.ZZD_XXXS to teacher;grant select on HDJW2008.ZZD_XXXZ to teacher;grant select on HDJW2008.ZZD_XZDWLX to teacher;grant select on HDJW2008.ZZD_XZQH to teacher;grant select on HDJW2008.ZZD_XZXZ to teacher;grant select on HDJW2008.ZZD_YBLB to teacher;grant select on HDJW2008.ZZD_YCLB to teacher;grant select on HDJW2008.ZZD_YDLB to teacher;grant select on HDJW2008.ZZD_YDYY to teacher;grant select on HDJW2008.ZZD_YJLX to teacher;grant select on HDJW2008.ZZD_YJSPYCC to teacher;grant select on HDJW2008.ZZD_YJSPYFS to teacher;grant select on HDJW2008.ZZD_YQSYFX to teacher;grant select on HDJW2008.ZZD_YQXZ to teacher;grant select on HDJW2008.ZZD_YS to teacher;grant select on HDJW2008.ZZD_YSZFL to teacher;grant select on HDJW2008.ZZD_YZ to teacher;grant select on HDJW2008.ZZD_ZCLX to teacher;grant select on HDJW2008.ZZD_ZCZK to teacher;grant select on HDJW2008.ZZD_ZD to teacher;grant select on HDJW2008.ZZD_ZDYT to teacher;grant select on HDJW2008.ZZD_ZGYZ to teacher;grant select on HDJW2008.ZZD_ZJ to teacher;grant select on HDJW2008.ZZD_ZJLB to teacher;grant select on HDJW2008.ZZD_ZLFLZT to teacher;grant select on HDJW2008.ZZD_ZLLX to teacher;grant select on HDJW2008.ZZD_ZLPZXS to teacher;grant select on HDJW2008.ZZD_ZPHLB to teacher;grant select on HDJW2008.ZZD_ZSPCDM to teacher;grant select on HDJW2008.ZZD_ZWBDLB to teacher;grant select on HDJW2008.ZZD_ZWFL to teacher;grant select on HDJW2008.ZZD_ZWLB to teacher;grant select on HDJW2008.ZZD_ZXDWLB to teacher;grant select on HDJW2008.ZZD_ZYFL to teacher;grant select on HDJW2008.ZZD_ZYPT to teacher;grant select on HDJW2008.ZZD_ZZFX to teacher;grant select on HDJW2008.ZZD_ZZMM to teacher;grant select on HDJW2008.QZ_MANAGE_USER to teacher;--教师修删权限grant select,delete,insert,update on HDJW2008.GG0104 to teacher;grant select,delete,insert,update on HDJW2008.XS0710 to teacher;--教师查询视图权限grant select on HDJW2008.V_JX_KBXSST to teacher;grant select on HDJW2008.V_JX_KXKC to teacher;grant select on HDJW2008.V_JX_TZDKCJS to teacher;grant select on HDJW2008.V_KB_JSKB to teacher;grant select on HDJW2008.V_KB_JSXX to teacher;grant select on HDJW2008.V_PK_TKKB to teacher;grant select on HDJW2008.V_XK_JSKB to teacher;--公共表grant select,insert,delete,update on HDJW2008.PUBLIC_BB_CB to teacher;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_QTB to teacher;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_ZB to teacher;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_FILES to teacher;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_INFO to teacher;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_READ to teacher;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_ROLE to teacher;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_SORT to teacher;grant select,insert,delete,update on HDJW2008.QZ_MANAGE_USER to teacher;grant select,insert,delete,update on HDJW2008.QZ_OPER_LOG to teacher;grant select,insert,delete,update on HDJW2008.QZ_ROLE_SYSTEM to teacher;grant select,insert,delete,update on HDJW2008.QZ_SORT_ROLE to teacher;grant select,insert,delete,update on HDJW2008.QZ_SYSTEM to teacher;grant select,insert,delete,update on HDJW2008.QZ_USER_SYSTEM to teacher;--授予权限给操作员dboperatorgrant select,insert,delete,update on HDJW2008.CW0603 to dboperator;grant select,insert,delete,update on HDJW2008.CW0613 to dboperator;grant select,insert,delete,update on HDJW2008.CW0614 to dboperator;grant select,insert,delete,update on HDJW2008.GG0104 to dboperator;grant select,insert,delete,update on HDJW2008.JG0101 to dboperator;grant select,insert,delete,update on HDJW2008.JG0102 to dboperator;grant select,insert,delete,update on HDJW2008.JG0103 to dboperator;grant select,insert,delete,update on HDJW2008.JG0104 to dboperator;grant select,insert,delete,update on HDJW2008.JG0105 to dboperator;grant select,insert,delete,update on HDJW2008.JG0106 to dboperator;grant select,insert,delete,update on HDJW2008.JG0107 to dboperator;grant select,insert,delete,update on HDJW2008.JG0108 to dboperator;grant select,insert,delete,update on HDJW2008.JG0201 to dboperator;grant select,insert,delete,update on HDJW2008.JG0206 to dboperator;grant select,insert,delete,update on HDJW2008.JG0303 to dboperator;grant select,insert,delete,update on HDJW2008.JG04 to dboperator;grant select,insert,delete,update on HDJW2008.JX01 to dboperator;grant select,insert,delete,update on HDJW2008.JX0101 to dboperator;grant select,insert,delete,update on HDJW2008.JX0102 to dboperator;grant select,insert,delete,update on HDJW2008.JX02 to dboperator;grant select,insert,delete,update on HDJW2008.JX0201 to dboperator;grant select,insert,delete,update on HDJW2008.JX0202 to dboperator;grant select,insert,delete,update on HDJW2008.JX0203 to dboperator;grant select,insert,delete,update on HDJW2008.JX0205 to dboperator;grant select,insert,delete,update on HDJW2008.JX0206 to dboperator;grant select,insert,delete,update on HDJW2008.JX0301 to dboperator;grant select,insert,delete,update on HDJW2008.JX0303 to dboperator;grant select,insert,delete,update on HDJW2008.JX0304 to dboperator;grant select,insert,delete,update on HDJW2008.JX0305 to dboperator;grant select,insert,delete,update on HDJW2008.JX0306 to dboperator;grant select,insert,delete,update on HDJW2008.JX0307 to dboperator;grant select,insert,delete,update on HDJW2008.JX0308 to dboperator;grant select,insert,delete,update on HDJW2008.JX0309 to dboperator;grant select,insert,delete,update on HDJW2008.JX0310 to dboperator;grant select,insert,delete,update on HDJW2008.JX0311 to dboperator;grant select,insert,delete,update on HDJW2008.JX0312 to dboperator;grant select,insert,delete,update on HDJW2008.JX0313 to dboperator;grant select,insert,delete,update on HDJW2008.JX0314 to dboperator;grant select,insert,delete,update on HDJW2008.JX0315 to dboperator;grant select,insert,delete,update on HDJW2008.JX0401 to dboperator;grant select,insert,delete,update on HDJW2008.JX0402 to dboperator;grant select,insert,delete,update on HDJW2008.JX0403 to dboperator;grant select,insert,delete,update on HDJW2008.JX0404 to dboperator;grant select,insert,delete,update on HDJW2008.JX0406 to dboperator;grant select,insert,delete,update on HDJW2008.JX0407 to dboperator;grant select,insert,delete,update on HDJW2008.JX0408 to dboperator;grant select,insert,delete,update on HDJW2008.JX0409 to dboperator;grant select,insert,delete,update on HDJW2008.JX0410 to dboperator;grant select,insert,delete,update on HDJW2008.JX0411 to dboperator;grant select,insert,delete,update on HDJW2008.JX0501 to dboperator;grant select,insert,delete,update on HDJW2008.JX0503 to dboperator;grant select,insert,delete,update on HDJW2008.JX0504 to dboperator;grant select,insert,delete,update on HDJW2008.JX0505 to dboperator;grant select,insert,delete,update on HDJW2008.JX0506 to dboperator;grant select,insert,delete,update on HDJW2008.JX0512 to dboperator;grant select,insert,delete,update on HDJW2008.JX0601 to dboperator;grant select,insert,delete,update on HDJW2008.JX0604 to dboperator;grant select,insert,delete,update on HDJW2008.JX0701 to dboperator;grant select,insert,delete,update on HDJW2008.JX0702 to dboperator;grant select,insert,delete,update on HDJW2008.JX1001 to dboperator;grant select,insert,delete,update on HDJW2008.JX1002 to dboperator;grant select,insert,delete,update on HDJW2008.JX1003 to dboperator;grant select,insert,delete,update on HDJW2008.JX1004 to dboperator;grant select,insert,delete,update on HDJW2008.JX1005 to dboperator;grant select,insert,delete,update on HDJW2008.JX1006 to dboperator;grant select,insert,delete,update on HDJW2008.JX1008 to dboperator;grant select,insert,delete,update on HDJW2008.JX1009 to dboperator;grant select,insert,delete,update on HDJW2008.JX1010 to dboperator;grant select,insert,delete,update on HDJW2008.JX1012 to dboperator;grant select,insert,delete,update on HDJW2008.JX1013 to dboperator;grant select,insert,delete,update on HDJW2008.JX1014 to dboperator;grant select,insert,delete,update on HDJW2008.JX1015 to dboperator;grant select,insert,delete,update on HDJW2008.JX1016 to dboperator;grant select,insert,delete,update on HDJW2008.JX1017 to dboperator;grant select,insert,delete,update on HDJW2008.JX1018 to dboperator;grant select,insert,delete,update on HDJW2008.JX12 to dboperator;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_CB to dboperator;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_QTB to dboperator;grant select,insert,delete,update on HDJW2008.PUBLIC_BB_ZB to dboperator;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_FILES to dboperator;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_INFO to dboperator;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_READ to dboperator;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_ROLE to dboperator;grant select,insert,delete,update on HDJW2008.QZ_CONTENT_SORT to dboperator;grant select,insert,delete,update on HDJW2008.QZ_MANAGE_FUNCTIONCELL to dboperator;grant select,insert,delete,update on HDJW2008.QZ_MANAGE_ROLE to dboperator;grant select,insert,delete,update on HDJW2008.QZ_MANAGE_USER to dboperator;grant select,insert,delete,update on HDJW2008.QZ_OPER_LOG to dboperator;grant select,insert,delete,update on HDJW2008.QZ_ROLEGROUP to dboperator;grant select,insert,delete,update on HDJW2008.QZ_ROLE_FUNCTION to dboperator;grant select,insert,delete,update on HDJW2008.QZ_ROLE_SYSTEM to dboperator;grant select,insert,delete,update on HDJW2008.QZ_ROLE_USER to dboperator;grant select,insert,delete,update on HDJW2008.QZ_SORT_ROLE to dboperator;grant select,insert,delete,update on HDJW2008.QZ_SYSTEM to dboperator;grant select,insert,delete,update on HDJW2008.QZ_USER_SYSTEM to dboperator;grant select,insert,delete,update on HDJW2008.QZ_ZD_CONF to dboperator;grant select,insert,delete,update on HDJW2008.TB02 to dboperator;grant select,insert,delete,update on HDJW2008.XS0101 to dboperator;grant select,insert,delete,update on HDJW2008.XS0102 to dboperator;grant select,insert,delete,update on HDJW2008.XS0105 to dboperator;grant select,insert,delete,update on HDJW2008.XS0106 to dboperator;grant select,insert,delete,update on HDJW2008.XS0111 to dboperator;grant select,insert,delete,update on HDJW2008.XS0112 to dboperator;grant select,insert,delete,update on HDJW2008.XS0206 to dboperator;grant select,insert,delete,update on HDJW2008.XS0601 to dboperator;grant select,insert,delete,update on HDJW2008.XS0701 to dboperator;grant select,insert,delete,update on HDJW2008.XS0702 to dboperator;grant select,insert,delete,update on HDJW2008.XS0705 to dboperator;grant select,insert,delete,update on HDJW2008.XS0708 to dboperator;grant select,insert,delete,update on HDJW2008.XS0709 to dboperator;grant select,insert,delete,update on HDJW2008.XS0710 to dboperator;grant select,insert,delete,update on HDJW2008.XS0711 to dboperator;grant select,insert,delete,update on HDJW2008.XS0905 to dboperator;grant select,insert,delete,update on HDJW2008.XS1001 to dboperator;grant select,insert,delete,update on HDJW2008.XX0103 to dboperator;grant select,insert,delete,update on HDJW2008.XX0301 to dboperator;grant select,insert,delete,update on HDJW2008.XX08 to dboperator;grant select,insert,delete,update on HDJW2008.ZC0201 to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BGQX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BJLBB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BRCF to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BSSZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BXZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BYQXLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BZKZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_BZYD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CBSJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CFMC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CGHJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CGJFLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CGLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CGMD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CJBZB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CJDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CQJSYZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CQSHJZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_CYZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DAFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DP to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DWBB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DWBM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DWJS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_DWLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FJFLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FJSYZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FJYT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FLBJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FLFX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FPGG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FSFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FWCQ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FYWZSYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FYZSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_FZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GATQW to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GBJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GBZW to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GDZCFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GJJC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GJJG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GKKM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GLJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GLTZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GOTQS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GRJSDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GWZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GXTJXZZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GXYKYJG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GZBDYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GZGWXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GZJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_GZXM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HDXLFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HKJBQK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HKQCZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HKXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HTLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HYDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HYGZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HYJBXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HYZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_HZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JDFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JDJL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JFKM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JFLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JGLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JHGS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JHWCQK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JJCD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JKYT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JKZK1 to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JKZK2 to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JLCF to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JLDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JLFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JLJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSHJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSXYFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSZW to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JSZYQK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JTCS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JTGX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXJCFH to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXSJFLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXSSYLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXSZXZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JXYQ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JYFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JYZFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZFX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZGDQZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZGLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZGLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZW to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZWFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZWJG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_JZWZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCBM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCDLDM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCJG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KCXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KHLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KJJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KKSJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KMJC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KMLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KSFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KSPZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KSSJDY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KSXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KTLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KWJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KWLBDM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_KWRYLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LGYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LQLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LTLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LWBGXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LWFBXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LWLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LWXTLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LXLZYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_LZSL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_MJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_MZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_MZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_MZYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PGQK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PLDA to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PRQK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PTHSPDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PYCCB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PYHTLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_PYXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_QDZGTJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_QGLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_QKWB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RDDB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RKJS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RKKCLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RKZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RXFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RYCH to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RYCHJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RYJZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_RZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SFBZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SFLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SFZJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHDWJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHDWXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHJJXY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHJZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHSJDJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SHSJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SJGG to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SJGZMC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SKFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SLCD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SRFLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SSZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SYLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SYSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SYYQ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SYZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SZJYLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_SZLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_TJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_TJXMLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_TSZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WCXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WHCD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WJFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WTLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WXLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WYHRZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_WYKSFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XJZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XKFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XKFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XKLC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XKMLKJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XKZY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMCDXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMJFLXY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XMZXZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XQ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XQDM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSHJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSJLLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSLY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSSFTZFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSSFXMLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XSTTJB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XW to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXBXLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXDWCC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXJBZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXWHJL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XXXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XZDWLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XZQH to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_XZXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YBLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YCLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YDLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YDYY to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YJLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YJSPYCC to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YJSPYFS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YQSYFX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YQXZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YSZFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_YZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZCLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZCZK to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZD to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZDYT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZGYZ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZJ to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZJLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZLFLZT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZLLX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZLPZXS to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZPHLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZSPCDM to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZWBDLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZWFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZWLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZXDWLB to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZYFL to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZYPT to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZZFX to dboperator;grant select,insert,delete,update on HDJW2008.ZZD_ZZMM to dboperator;--对成绩总表做出限制grant select on HDJW2008.XS0706 to dboperator;--操作员对视图进行查询权限grant select on HDJW2008.V_JX_KBXSST to dboperator;grant select on HDJW2008.V_JX_KXKC to dboperator;grant select on HDJW2008.V_JX_TZDKCJS to dboperator;grant select on HDJW2008.V_KB_JSKB to dboperator;grant select on HDJW2008.V_KB_JSXX to dboperator;grant select on HDJW2008.V_PK_TKKB to dboperator;grant select on HDJW2008.V_XK_JSKB to dboperator;--对学籍管理员赋予查询权限grant select on HDJW2008.CW0603 to xjmanager;grant select on HDJW2008.CW0613 to xjmanager;grant select on HDJW2008.CW0614 to xjmanager;grant select on HDJW2008.GG0104 to xjmanager;grant select on HDJW2008.JG0101 to xjmanager;grant select on HDJW2008.JG0102 to xjmanager;grant select on HDJW2008.JG0103 to xjmanager;grant select on HDJW2008.JG0104 to xjmanager;grant select on HDJW2008.JG0105 to xjmanager;grant select on HDJW2008.JG0106 to xjmanager;grant select on HDJW2008.JG0107 to xjmanager;grant select on HDJW2008.JG0108 to xjmanager;grant select on HDJW2008.JG0201 to xjmanager;grant select on HDJW2008.JG0206 to xjmanager;grant select on HDJW2008.JG0303 to xjmanager;grant select on HDJW2008.JG04 to xjmanager;grant select on HDJW2008.JX01 to xjmanager;grant select on HDJW2008.JX0101 to xjmanager;grant select on HDJW2008.JX0102 to xjmanager;grant select on HDJW2008.JX02 to xjmanager;grant select on HDJW2008.JX0201 to xjmanager;grant select on HDJW2008.JX0202 to xjmanager;grant select on HDJW2008.JX0203 to xjmanager;grant select on HDJW2008.JX0205 to xjmanager;grant select on HDJW2008.JX0206 to xjmanager;grant select on HDJW2008.JX0301 to xjmanager;grant select on HDJW2008.JX0303 to xjmanager;grant select on HDJW2008.JX0304 to xjmanager;grant select on HDJW2008.JX0305 to xjmanager;grant select on HDJW2008.JX0306 to xjmanager;grant select on HDJW2008.JX0307 to xjmanager;grant select on HDJW2008.JX0308 to xjmanager;grant select on HDJW2008.JX0309 to xjmanager;grant select on HDJW2008.JX0310 to xjmanager;grant select on HDJW2008.JX0311 to xjmanager;grant select on HDJW2008.JX0312 to xjmanager;grant select on HDJW2008.JX0313 to xjmanager;grant select on HDJW2008.JX0314 to xjmanager;grant select on HDJW2008.JX0315 to xjmanager;grant select on HDJW2008.JX0401 to xjmanager;grant select on HDJW2008.JX0402 to xjmanager;grant select on HDJW2008.JX0403 to xjmanager;grant select on HDJW2008.JX0404 to xjmanager;grant select on HDJW2008.JX0406 to xjmanager;grant select on HDJW2008.JX0407 to xjmanager;grant select on HDJW2008.JX0408 to xjmanager;grant select on HDJW2008.JX0409 to xjmanager;grant select on HDJW2008.JX0410 to xjmanager;grant select on HDJW2008.JX0411 to xjmanager;grant select on HDJW2008.JX0501 to xjmanager;grant select on HDJW2008.JX0503 to xjmanager;grant select on HDJW2008.JX0504 to xjmanager;grant select on HDJW2008.JX0505 to xjmanager;grant select on HDJW2008.JX0506 to xjmanager;grant select on HDJW2008.JX0512 to xjmanager;grant select on HDJW2008.JX0601 to xjmanager;grant select on HDJW2008.JX0604 to xjmanager;grant select on HDJW2008.JX0701 to xjmanager;grant select on HDJW2008.JX0702 to xjmanager;grant select on HDJW2008.JX1001 to xjmanager;grant select on HDJW2008.JX1002 to xjmanager;grant select on HDJW2008.JX1003 to xjmanager;grant select on HDJW2008.JX1004 to xjmanager;grant select on HDJW2008.JX1005 to xjmanager;grant select on HDJW2008.JX1006 to xjmanager;grant select on HDJW2008.JX1008 to xjmanager;grant select on HDJW2008.JX1009 to xjmanager;grant select on HDJW2008.JX1010 to xjmanager;grant select on HDJW2008.JX1012 to xjmanager;grant select on HDJW2008.JX1013 to xjmanager;grant select on HDJW2008.JX1014 to xjmanager;grant select on HDJW2008.JX1015 to xjmanager;grant select on HDJW2008.JX1016 to xjmanager;grant select on HDJW2008.JX1017 to xjmanager;grant select on HDJW2008.JX1018 to xjmanager;grant select on HDJW2008.JX12 to xjmanager;grant select on HDJW2008.PUBLIC_BB_CB to xjmanager;grant select on HDJW2008.PUBLIC_BB_QTB to xjmanager;grant select on HDJW2008.PUBLIC_BB_ZB to xjmanager;grant select on HDJW2008.QZ_CONTENT_FILES to xjmanager;grant select on HDJW2008.QZ_CONTENT_INFO to xjmanager;grant select on HDJW2008.QZ_CONTENT_READ to xjmanager;grant select on HDJW2008.QZ_CONTENT_ROLE to xjmanager;grant select on HDJW2008.QZ_CONTENT_SORT to xjmanager;grant select on HDJW2008.QZ_MANAGE_FUNCTIONCELL to xjmanager;grant select on HDJW2008.QZ_MANAGE_ROLE to xjmanager;grant select on HDJW2008.QZ_MANAGE_USER to xjmanager;grant select on HDJW2008.QZ_OPER_LOG to xjmanager;grant select on HDJW2008.QZ_ROLEGROUP to xjmanager;grant select on HDJW2008.QZ_ROLE_FUNCTION to xjmanager;grant select on HDJW2008.QZ_ROLE_SYSTEM to xjmanager;grant select on HDJW2008.QZ_ROLE_USER to xjmanager;grant select on HDJW2008.QZ_SORT_ROLE to xjmanager;grant select on HDJW2008.QZ_SYSTEM to xjmanager;grant select on HDJW2008.QZ_USER_SYSTEM to xjmanager;grant select on HDJW2008.QZ_ZD_CONF to xjmanager;grant select on HDJW2008.TB02 to xjmanager;grant select on HDJW2008.XS0101 to xjmanager;grant select on HDJW2008.XS0102 to xjmanager;grant select on HDJW2008.XS0105 to xjmanager;grant select on HDJW2008.XS0106 to xjmanager;grant select on HDJW2008.XS0111 to xjmanager;grant select on HDJW2008.XS0112 to xjmanager;grant select on HDJW2008.XS0206 to xjmanager;grant select on HDJW2008.XS0601 to xjmanager;grant select on HDJW2008.XS0701 to xjmanager;grant select on HDJW2008.XS0702 to xjmanager;grant select on HDJW2008.XS0705 to xjmanager;grant select on HDJW2008.XS0706 to xjmanager;grant select on HDJW2008.XS0708 to xjmanager;grant select on HDJW2008.XS0709 to xjmanager;grant select on HDJW2008.XS0710 to xjmanager;grant select on HDJW2008.XS0711 to xjmanager;grant select on HDJW2008.XS0905 to xjmanager;grant select on HDJW2008.XS1001 to xjmanager;grant select on HDJW2008.XX0103 to xjmanager;grant select on HDJW2008.XX0301 to xjmanager;grant select on HDJW2008.XX08 to xjmanager;grant select on HDJW2008.ZC0201 to xjmanager;grant select on HDJW2008.ZZD_BGQX to xjmanager;grant select on HDJW2008.ZZD_BJLBB to xjmanager;grant select on HDJW2008.ZZD_BRCF to xjmanager;grant select on HDJW2008.ZZD_BSSZY to xjmanager;grant select on HDJW2008.ZZD_BXZY to xjmanager;grant select on HDJW2008.ZZD_BYQXLB to xjmanager;grant select on HDJW2008.ZZD_BZKZY to xjmanager;grant select on HDJW2008.ZZD_BZLB to xjmanager;grant select on HDJW2008.ZZD_BZYD to xjmanager;grant select on HDJW2008.ZZD_CBSJB to xjmanager;grant select on HDJW2008.ZZD_CFMC to xjmanager;grant select on HDJW2008.ZZD_CGHJLB to xjmanager;grant select on HDJW2008.ZZD_CGJFLY to xjmanager;grant select on HDJW2008.ZZD_CGLX to xjmanager;grant select on HDJW2008.ZZD_CGMD to xjmanager;grant select on HDJW2008.ZZD_CJBZB to xjmanager;grant select on HDJW2008.ZZD_CJDJ to xjmanager;grant select on HDJW2008.ZZD_CQJSYZK to xjmanager;grant select on HDJW2008.ZZD_CQSHJZ to xjmanager;grant select on HDJW2008.ZZD_CYZK to xjmanager;grant select on HDJW2008.ZZD_DAFL to xjmanager;grant select on HDJW2008.ZZD_DP to xjmanager;grant select on HDJW2008.ZZD_DSLB to xjmanager;grant select on HDJW2008.ZZD_DWBB to xjmanager;grant select on HDJW2008.ZZD_DWBM to xjmanager;grant select on HDJW2008.ZZD_DWJS to xjmanager;grant select on HDJW2008.ZZD_DWLB to xjmanager;grant select on HDJW2008.ZZD_FJFLB to xjmanager;grant select on HDJW2008.ZZD_FJSYZT to xjmanager;grant select on HDJW2008.ZZD_FJYT to xjmanager;grant select on HDJW2008.ZZD_FLBJ to xjmanager;grant select on HDJW2008.ZZD_FLFX to xjmanager;grant select on HDJW2008.ZZD_FPGG to xjmanager;grant select on HDJW2008.ZZD_FSFS to xjmanager;grant select on HDJW2008.ZZD_FWCQ to xjmanager;grant select on HDJW2008.ZZD_FYWZSYY to xjmanager;grant select on HDJW2008.ZZD_FYZSLB to xjmanager;grant select on HDJW2008.ZZD_FZFS to xjmanager;grant select on HDJW2008.ZZD_GATQW to xjmanager;grant select on HDJW2008.ZZD_GBJB to xjmanager;grant select on HDJW2008.ZZD_GBZW to xjmanager;grant select on HDJW2008.ZZD_GDZCFL to xjmanager;grant select on HDJW2008.ZZD_GJJC to xjmanager;grant select on HDJW2008.ZZD_GJJG to xjmanager;grant select on HDJW2008.ZZD_GKKM to xjmanager;grant select on HDJW2008.ZZD_GLJB to xjmanager;grant select on HDJW2008.ZZD_GLTZ to xjmanager;grant select on HDJW2008.ZZD_GOTQS to xjmanager;grant select on HDJW2008.ZZD_GRJSDJ to xjmanager;grant select on HDJW2008.ZZD_GWZT to xjmanager;grant select on HDJW2008.ZZD_GXTJXZZY to xjmanager;grant select on HDJW2008.ZZD_GXYKYJG to xjmanager;grant select on HDJW2008.ZZD_GZBDYY to xjmanager;grant select on HDJW2008.ZZD_GZGWXZ to xjmanager;grant select on HDJW2008.ZZD_GZJB to xjmanager;grant select on HDJW2008.ZZD_GZLB to xjmanager;grant select on HDJW2008.ZZD_GZXM to xjmanager;grant select on HDJW2008.ZZD_HB to xjmanager;grant select on HDJW2008.ZZD_HDXLFS to xjmanager;grant select on HDJW2008.ZZD_HJLX to xjmanager;grant select on HDJW2008.ZZD_HKJBQK to xjmanager;grant select on HDJW2008.ZZD_HKQCZK to xjmanager;grant select on HDJW2008.ZZD_HKXZ to xjmanager;grant select on HDJW2008.ZZD_HTLX to xjmanager;grant select on HDJW2008.ZZD_HY to xjmanager;grant select on HDJW2008.ZZD_HYDJ to xjmanager;grant select on HDJW2008.ZZD_HYGZLB to xjmanager;grant select on HDJW2008.ZZD_HYJBXS to xjmanager;grant select on HDJW2008.ZZD_HYZK to xjmanager;grant select on HDJW2008.ZZD_HZFS to xjmanager;grant select on HDJW2008.ZZD_JDFS to xjmanager;grant select on HDJW2008.ZZD_JDJL to xjmanager;grant select on HDJW2008.ZZD_JFKM to xjmanager;grant select on HDJW2008.ZZD_JFLY to xjmanager;grant select on HDJW2008.ZZD_JGLX to xjmanager;grant select on HDJW2008.ZZD_JHGS to xjmanager;grant select on HDJW2008.ZZD_JHWCQK to xjmanager;grant select on HDJW2008.ZZD_JJCD to xjmanager;grant select on HDJW2008.ZZD_JJLX to xjmanager;grant select on HDJW2008.ZZD_JKYT to xjmanager;grant select on HDJW2008.ZZD_JKZK1 to xjmanager;grant select on HDJW2008.ZZD_JKZK2 to xjmanager;grant select on HDJW2008.ZZD_JLCF to xjmanager;grant select on HDJW2008.ZZD_JLDJ to xjmanager;grant select on HDJW2008.ZZD_JLFS to xjmanager;grant select on HDJW2008.ZZD_JLJB to xjmanager;grant select on HDJW2008.ZZD_JS to xjmanager;grant select on HDJW2008.ZZD_JSFS to xjmanager;grant select on HDJW2008.ZZD_JSHJLB to xjmanager;grant select on HDJW2008.ZZD_JSJB to xjmanager;grant select on HDJW2008.ZZD_JSLX to xjmanager;grant select on HDJW2008.ZZD_JSLY to xjmanager;grant select on HDJW2008.ZZD_JSXYFS to xjmanager;grant select on HDJW2008.ZZD_JSZW to xjmanager;grant select on HDJW2008.ZZD_JSZYQK to xjmanager;grant select on HDJW2008.ZZD_JTCS to xjmanager;grant select on HDJW2008.ZZD_JTGX to xjmanager;grant select on HDJW2008.ZZD_JXJCFH to xjmanager;grant select on HDJW2008.ZZD_JXJLX to xjmanager;grant select on HDJW2008.ZZD_JXLX to xjmanager;grant select on HDJW2008.ZZD_JXSJFLY to xjmanager;grant select on HDJW2008.ZZD_JXSLB to xjmanager;grant select on HDJW2008.ZZD_JXSSYLB to xjmanager;grant select on HDJW2008.ZZD_JXSZXZK to xjmanager;grant select on HDJW2008.ZZD_JXXZ to xjmanager;grant select on HDJW2008.ZZD_JXYQ to xjmanager;grant select on HDJW2008.ZZD_JYFS to xjmanager;grant select on HDJW2008.ZZD_JYZFL to xjmanager;grant select on HDJW2008.ZZD_JZFX to xjmanager;grant select on HDJW2008.ZZD_JZGDQZT to xjmanager;grant select on HDJW2008.ZZD_JZGLB to xjmanager;grant select on HDJW2008.ZZD_JZGLY to xjmanager;grant select on HDJW2008.ZZD_JZW to xjmanager;grant select on HDJW2008.ZZD_JZWFL to xjmanager;grant select on HDJW2008.ZZD_JZWJG to xjmanager;grant select on HDJW2008.ZZD_JZWZK to xjmanager;grant select on HDJW2008.ZZD_KCBM to xjmanager;grant select on HDJW2008.ZZD_KCDLDM to xjmanager;grant select on HDJW2008.ZZD_KCFL to xjmanager;grant select on HDJW2008.ZZD_KCJG to xjmanager;grant select on HDJW2008.ZZD_KCLB to xjmanager;grant select on HDJW2008.ZZD_KCLX to xjmanager;grant select on HDJW2008.ZZD_KCXZ to xjmanager;grant select on HDJW2008.ZZD_KHLB to xjmanager;grant select on HDJW2008.ZZD_KJJLB to xjmanager;grant select on HDJW2008.ZZD_KKSJ to xjmanager;grant select on HDJW2008.ZZD_KMJC to xjmanager;grant select on HDJW2008.ZZD_KMLB to xjmanager;grant select on HDJW2008.ZZD_KSFS to xjmanager;grant select on HDJW2008.ZZD_KSLB to xjmanager;grant select on HDJW2008.ZZD_KSPZFS to xjmanager;grant select on HDJW2008.ZZD_KSSJDY to xjmanager;grant select on HDJW2008.ZZD_KSXZ to xjmanager;grant select on HDJW2008.ZZD_KTLX to xjmanager;grant select on HDJW2008.ZZD_KWJB to xjmanager;grant select on HDJW2008.ZZD_KWLBDM to xjmanager;grant select on HDJW2008.ZZD_KWRYLB to xjmanager;grant select on HDJW2008.ZZD_LGYY to xjmanager;grant select on HDJW2008.ZZD_LQLB to xjmanager;grant select on HDJW2008.ZZD_LTLB to xjmanager;grant select on HDJW2008.ZZD_LWBGXS to xjmanager;grant select on HDJW2008.ZZD_LWFBXS to xjmanager;grant select on HDJW2008.ZZD_LWLX to xjmanager;grant select on HDJW2008.ZZD_LWXTLX to xjmanager;grant select on HDJW2008.ZZD_LXLZYY to xjmanager;grant select on HDJW2008.ZZD_LZLB to xjmanager;grant select on HDJW2008.ZZD_LZSL to xjmanager;grant select on HDJW2008.ZZD_MJ to xjmanager;grant select on HDJW2008.ZZD_MZ to xjmanager;grant select on HDJW2008.ZZD_MZFS to xjmanager;grant select on HDJW2008.ZZD_MZYY to xjmanager;grant select on HDJW2008.ZZD_PGQK to xjmanager;grant select on HDJW2008.ZZD_PLDA to xjmanager;grant select on HDJW2008.ZZD_PRQK to xjmanager;grant select on HDJW2008.ZZD_PTHSPDJ to xjmanager;grant select on HDJW2008.ZZD_PYCCB to xjmanager;grant select on HDJW2008.ZZD_PYHTLB to xjmanager;grant select on HDJW2008.ZZD_PYXZ to xjmanager;grant select on HDJW2008.ZZD_QDZGTJ to xjmanager;grant select on HDJW2008.ZZD_QGLB to xjmanager;grant select on HDJW2008.ZZD_QKWB to xjmanager;grant select on HDJW2008.ZZD_RDDB to xjmanager;grant select on HDJW2008.ZZD_RKJS to xjmanager;grant select on HDJW2008.ZZD_RKKCLB to xjmanager;grant select on HDJW2008.ZZD_RKZK to xjmanager;grant select on HDJW2008.ZZD_RXFS to xjmanager;grant select on HDJW2008.ZZD_RYCH to xjmanager;grant select on HDJW2008.ZZD_RYCHJB to xjmanager;grant select on HDJW2008.ZZD_RYJZ to xjmanager;grant select on HDJW2008.ZZD_RZFS to xjmanager;grant select on HDJW2008.ZZD_SFBZ to xjmanager;grant select on HDJW2008.ZZD_SFLB to xjmanager;grant select on HDJW2008.ZZD_SFZJLX to xjmanager;grant select on HDJW2008.ZZD_SHDWJB to xjmanager;grant select on HDJW2008.ZZD_SHDWXZ to xjmanager;grant select on HDJW2008.ZZD_SHJJXY to xjmanager;grant select on HDJW2008.ZZD_SHJZ to xjmanager;grant select on HDJW2008.ZZD_SHSJDJ to xjmanager;grant select on HDJW2008.ZZD_SHSJLX to xjmanager;grant select on HDJW2008.ZZD_SJGG to xjmanager;grant select on HDJW2008.ZZD_SJGZMC to xjmanager;grant select on HDJW2008.ZZD_SKFS to xjmanager;grant select on HDJW2008.ZZD_SLCD to xjmanager;grant select on HDJW2008.ZZD_SRFLX to xjmanager;grant select on HDJW2008.ZZD_SSZY to xjmanager;grant select on HDJW2008.ZZD_SYLB to xjmanager;grant select on HDJW2008.ZZD_SYSLB to xjmanager;grant select on HDJW2008.ZZD_SYYQ to xjmanager;grant select on HDJW2008.ZZD_SYZLB to xjmanager;grant select on HDJW2008.ZZD_SZJYLB to xjmanager;grant select on HDJW2008.ZZD_SZLB to xjmanager;grant select on HDJW2008.ZZD_TJLB to xjmanager;grant select on HDJW2008.ZZD_TJXMLB to xjmanager;grant select on HDJW2008.ZZD_TSZT to xjmanager;grant select on HDJW2008.ZZD_WCXS to xjmanager;grant select on HDJW2008.ZZD_WHCD to xjmanager;grant select on HDJW2008.ZZD_WJFL to xjmanager;grant select on HDJW2008.ZZD_WJLB to xjmanager;grant select on HDJW2008.ZZD_WTLB to xjmanager;grant select on HDJW2008.ZZD_WXLX to xjmanager;grant select on HDJW2008.ZZD_WYHRZ to xjmanager;grant select on HDJW2008.ZZD_WYKSFS to xjmanager;grant select on HDJW2008.ZZD_XB to xjmanager;grant select on HDJW2008.ZZD_XJZT to xjmanager;grant select on HDJW2008.ZZD_XKFL to xjmanager;grant select on HDJW2008.ZZD_XKFS to xjmanager;grant select on HDJW2008.ZZD_XKLC to xjmanager;grant select on HDJW2008.ZZD_XKMLKJ to xjmanager;grant select on HDJW2008.ZZD_XKZY to xjmanager;grant select on HDJW2008.ZZD_XMCDXS to xjmanager;grant select on HDJW2008.ZZD_XMJB to xjmanager;grant select on HDJW2008.ZZD_XMJFLXY to xjmanager;grant select on HDJW2008.ZZD_XMLB to xjmanager;grant select on HDJW2008.ZZD_XMLX to xjmanager;grant select on HDJW2008.ZZD_XMLY to xjmanager;grant select on HDJW2008.ZZD_XMZXZT to xjmanager;grant select on HDJW2008.ZZD_XQ to xjmanager;grant select on HDJW2008.ZZD_XQDM to xjmanager;grant select on HDJW2008.ZZD_XSHJLB to xjmanager;grant select on HDJW2008.ZZD_XSJLLX to xjmanager;grant select on HDJW2008.ZZD_XSLB to xjmanager;grant select on HDJW2008.ZZD_XSLY to xjmanager;grant select on HDJW2008.ZZD_XSSFTZFS to xjmanager;grant select on HDJW2008.ZZD_XSSFXMLB to xjmanager;grant select on HDJW2008.ZZD_XSTTJB to xjmanager;grant select on HDJW2008.ZZD_XW to xjmanager;grant select on HDJW2008.ZZD_XX to xjmanager;grant select on HDJW2008.ZZD_XXBXLX to xjmanager;grant select on HDJW2008.ZZD_XXDWCC to xjmanager;grant select on HDJW2008.ZZD_XXFS to xjmanager;grant select on HDJW2008.ZZD_XXJBZ to xjmanager;grant select on HDJW2008.ZZD_XXWHJL to xjmanager;grant select on HDJW2008.ZZD_XXXS to xjmanager;grant select on HDJW2008.ZZD_XXXZ to xjmanager;grant select on HDJW2008.ZZD_XZDWLX to xjmanager;grant select on HDJW2008.ZZD_XZQH to xjmanager;grant select on HDJW2008.ZZD_XZXZ to xjmanager;grant select on HDJW2008.ZZD_YBLB to xjmanager;grant select on HDJW2008.ZZD_YCLB to xjmanager;grant select on HDJW2008.ZZD_YDLB to xjmanager;grant select on HDJW2008.ZZD_YDYY to xjmanager;grant select on HDJW2008.ZZD_YJLX to xjmanager;grant select on HDJW2008.ZZD_YJSPYCC to xjmanager;grant select on HDJW2008.ZZD_YJSPYFS to xjmanager;grant select on HDJW2008.ZZD_YQSYFX to xjmanager;grant select on HDJW2008.ZZD_YQXZ to xjmanager;grant select on HDJW2008.ZZD_YS to xjmanager;grant select on HDJW2008.ZZD_YSZFL to xjmanager;grant select on HDJW2008.ZZD_YZ to xjmanager;grant select on HDJW2008.ZZD_ZCLX to xjmanager;grant select on HDJW2008.ZZD_ZCZK to xjmanager;grant select on HDJW2008.ZZD_ZD to xjmanager;grant select on HDJW2008.ZZD_ZDYT to xjmanager;grant select on HDJW2008.ZZD_ZGYZ to xjmanager;grant select on HDJW2008.ZZD_ZJ to xjmanager;grant select on HDJW2008.ZZD_ZJLB to xjmanager;grant select on HDJW2008.ZZD_ZLFLZT to xjmanager;grant select on HDJW2008.ZZD_ZLLX to xjmanager;grant select on HDJW2008.ZZD_ZLPZXS to xjmanager;grant select on HDJW2008.ZZD_ZPHLB to xjmanager;grant select on HDJW2008.ZZD_ZSPCDM to xjmanager;grant select on HDJW2008.ZZD_ZWBDLB to xjmanager;grant select on HDJW2008.ZZD_ZWFL to xjmanager;grant select on HDJW2008.ZZD_ZWLB to xjmanager;grant select on HDJW2008.ZZD_ZXDWLB to xjmanager;grant select on HDJW2008.ZZD_ZYFL to xjmanager;grant select on HDJW2008.ZZD_ZYPT to xjmanager;grant select on HDJW2008.ZZD_ZZFX to xjmanager;grant select on HDJW2008.ZZD_ZZMM to xjmanager;--公共表grant insert,update,delete on HDJW2008.PUBLIC_BB_CB to xjmanager;grant insert,update,delete on HDJW2008.PUBLIC_BB_QTB to xjmanager;grant insert,update,delete on HDJW2008.PUBLIC_BB_ZB to xjmanager;grant insert,update,delete on HDJW2008.QZ_CONTENT_FILES to xjmanager;grant insert,update,delete on HDJW2008.QZ_CONTENT_INFO to xjmanager;grant insert,update,delete on HDJW2008.QZ_CONTENT_READ to xjmanager;grant insert,update,delete on HDJW2008.QZ_CONTENT_ROLE to xjmanager;grant insert,update,delete on HDJW2008.QZ_CONTENT_SORT to xjmanager;grant insert,update,delete on HDJW2008.QZ_MANAGE_USER to xjmanager;grant insert,update,delete on HDJW2008.QZ_OPER_LOG to xjmanager;grant insert,update,delete on HDJW2008.QZ_ROLE_SYSTEM to xjmanager;grant insert,update,delete on HDJW2008.QZ_SORT_ROLE to xjmanager;grant insert,update,delete on HDJW2008.QZ_SYSTEM to xjmanager;grant insert,update,delete on HDJW2008.QZ_USER_SYSTEM to xjmanager;--赋予修改学籍相关表权限grant insert,delete,update on HDJW2008.XS0101 to xjmanager;grant insert,delete,update on HDJW2008.XS0102 to xjmanager;grant insert,delete,update on HDJW2008.XS0105 to xjmanager;grant insert,delete,update on HDJW2008.XS0106 to xjmanager;grant insert,delete,update on HDJW2008.XS0111 to xjmanager;grant insert,delete,update on HDJW2008.XS0112 to xjmanager;grant insert,delete,update on HDJW2008.XS0206 to xjmanager;grant insert,delete,update on HDJW2008.XS0601 to xjmanager;grant insert,delete,update on HDJW2008.XS0701 to xjmanager;grant insert,delete,update on HDJW2008.XS0702 to xjmanager;grant insert,delete,update on HDJW2008.XS0705 to xjmanager;grant insert,delete,update on HDJW2008.XS0706 to xjmanager;grant insert,delete,update on HDJW2008.XS0708 to xjmanager;grant insert,delete,update on HDJW2008.XS0709 to xjmanager;grant insert,delete,update on HDJW2008.XS0710 to xjmanager;grant insert,delete,update on HDJW2008.XS0711 to xjmanager;grant insert,delete,update on HDJW2008.XS0905 to xjmanager;grant insert,delete,update on HDJW2008.XS1001 to xjmanager;delete from jx0501 t where t.xksj>to_date('2008-09-10','yyyy-mm-dd')