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

oracle 创建用户的SQL疑!SQL create user rman identified by rman default tablespace rman_ts temporar

oracle 创建用户的SQL疑!
SQL> create user rman identified by rman default tablespace rman_ts temporary tablespace temp quota unlimited on rman_ts; 

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

[解决办法]
前一个用户名
后一个密码