oracle用户管理与权限
1、创建与管理用户创建用户create user mr identified by mrsoftdefault tablespace userstemporary tablespace temp;

3、创建用户配置在指定表空间不受限制create user df identified by mrsoftdefault tablespace tbsp_1temporary tablespace tempquota unlimited on tbsp_1;

1、创建与管理用户创建用户create user mr identified by mrsoftdefault tablespace userstemporary tablespace temp;
3、创建用户配置在指定表空间不受限制create user df identified by mrsoftdefault tablespace tbsp_1temporary tablespace tempquota unlimited on tbsp_1;