天天看點

oracle+添加資料庫使用者,oracle資料庫添加新使用者

create temporary tablespace kmyf_temp

tempfile

‘E:\app\pangxy\product\11.2.0\dbhome_1\kmyf_temp.dbf‘ size 50m autoextend on

next 50m maxsize 20480m extent management local;

create tablespace kmyf_data logging

datafile ‘E:\app\pangxy\product\11.2.0\dbhome_1\kmyf_data.dbf‘ size 50m autoextend on

next 50m maxsize 20480m extent management local;

create user jjyx identified by 33133313 default tablespace user_data temporary tablespace user_temp;

create user jjyx identified by 33133313 default tablespace kmyf_data temporary tablespace kmyf_temp;

grant connect,resource,dba to jjyx

修改使用者密碼

alter user jjyx identified by 33133313;

drop user pde cascade;

删除表空間

oracle資料庫添加新使用者

标簽:ace   oca   tempfile   資料表   2.0   space   end   taf   表空間

本條技術文章來源于網際網路,如果無意侵犯您的權益請點選此處回報版權投訴 本文系統來源:http://www.cnblogs.com/shuaiwl/p/6698515.html