setup.sql
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:0k
源码类别:
Jsp/Servlet
开发平台:
Java
- spool init.log
- --创建用户
- create user &1. identified by &2. default tablespace SYSTEM temporary tablespace TEMP;
- --赋予权限
- grant connect,resource,dba to &1.;
- --登陆用户
- connect &1./&2.
- /*导入表结构*/
- @@table.sql
- /*导入表数据*/
- @@data.sql
- spool off
- exit