标签:sql log 用户 c user word on ide
oralce创建用户:
sqlplus /nolog回车
-->conn esun/esun@esuntech;
-->create user xlh identified by password
-->create user xlh identified by xlh;-->grant dba to xlh;
标签:sql log 用户 c user word on ide
原文地址:http://www.cnblogs.com/xiluhua/p/3885554.html