当前位置: 代码迷 >> Oracle面试 >> oracle 创建用户的SQL疑!解决方案
  详细解决方案

oracle 创建用户的SQL疑!解决方案

热度:2173   发布时间:2013-02-26 00:00:00.0
oracle 创建用户的SQL疑!
SQL> create user rman identified by rman default tablespace rman_ts temporary tablespace temp quota unlimited on rman_ts; 

红色的两个rman分别是什么意思?

------解决方案--------------------------------------------------------
前一个用户名
后一个密码
  相关解决方案