Oracle 用戶操做


  1. 刪除用戶ide

    drop user username cascade;spa

  2. 建立表空間table

    create tablespace tablespace datafile 'filepath' size 100m autoextend on next 50m;file

    該表空間起始大小100m,自動增加大小爲50m權限

  3. 建立用戶next

    create user username identified by password default  tablespace tablespace;db

  4. 賦予權限word

    grant connect,resource,dba,sysdba to usernametab

    不要隨便賦予dba和sysdba權限dba

相關文章
相關標籤/搜索