日期:2014-05-16  浏览次数:20430 次

Oracle笔记——开发用户创建脚本

create user lot identified by lot;
grant create session to lot;
grant dba to lot;