oracle创建库和表
SQL> create user midamtemp identified by ty1234 default tablespace midamtemp;
User created.
--分配用户权限--
SQL> grant connect,resource to midamtemp;
SQL> grant dba to midamtemp;
SQL comment窗口用
SQL>@c:\OTPTABLE.sql 导入sql脚本
陆艳 2015/2/28 9:13:44
midamtemp --- 用户名
ty1234 ----- 密码
User created.
--分配用户权限--
SQL> grant connect,resource to midamtemp;
SQL> grant dba to midamtemp;
SQL comment窗口用
SQL>@c:\OTPTABLE.sql 导入sql脚本
陆艳 2015/2/28 9:13:44
midamtemp --- 用户名
ty1234 ----- 密码