日期:2014-05-17  浏览次数:20661 次

oracle 创建用户的SQL疑!
本帖最后由 OscarChen2008 于 2012-06-11 21:07:01 编辑
SQL> create user rman identified by rman default tablespace rman_ts temporary tablespace temp quota unlimited on rman_ts; 

红色的两个rman分别是什么意思?
------解决方案--------------------
前一个用户名
后一个密码