Create Oracle User

create user username identified by password default tablespace tablespaceName(FEEL) temporary tablespace tablespaceName(TEMP) profile DEFAULT;
grant dba to username;
commit;ide

 

commit動做須執行,不然,建立用戶失敗。發生此種狀況,把以上三句 DDL 從新執行便可。從新執行提示錯誤,能夠忽略。spa

相關文章
相關標籤/搜索