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

oracle 创设用户的SQL疑

热度:9479   发布时间:2013-02-26 00:00:00.0
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分别是什么意思?
------解决方案--------------------------------------------------------
前一个用户名
后一个密码
  相关解决方案