刪除用戶ide
drop user username cascade;spa
建立表空間table
create tablespace tablespace datafile 'filepath' size 100m autoextend on next 50m;file
該表空間起始大小100m,自動增加大小爲50m權限
建立用戶next
create user username identified by password default tablespace tablespace;db
賦予權限word
grant connect,resource,dba,sysdba to usernametab
不要隨便賦予dba和sysdba權限dba