oracel安裝後新建用戶

cmd模式下輸入sqlplus
用戶名: sys as sysdba
密碼:安裝時設置的密碼

創建用戶:
create user root identified by root;
授權給某個用戶:
Grant connect,resource to root;

授權DBA權限:
 Grant dba to root;

給用戶創建會話權限:
 grant create session to root;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章