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分别是什么意思?
[解决办法]
前一个用户名
后一个密码
发布时间: 2013-01-04 10:04:12 作者: rapoo
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分别是什么意思?
[解决办法]
前一个用户名
后一个密码