熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

在Oracle中如何創建表空間、用戶、權限分配

2022-06-13   來源: Oracle 

  :創建表空間 wspspacemaxsize unlimited是大小不受限制

  Sql代碼

  create tablespace wspspace

  datafile D:/dev/oracle/tablespace/wspspacedbf size M

  autoextend on

  next M

  maxsize unlimited

  創建用戶

  create user wsp identified by wsp default tablespace wspspace;

  分配權限

  grant connectresourcecreate view to wsp;


From:http://tw.wingwit.com/Article/program/Oracle/201311/19016.html
  • 上一篇文章:

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.