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

Oracle笔记——开发用户创建脚本create user lot identified by lotgrant create session to lotgrant dba

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

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