签到成功

知道了

CNDBA社区CNDBA社区

Oracle 19c 单机ASM创建用户以及表空间

2021-10-17 19:46 1441 0 原创 oracle
作者: hbhe0316
创建表空间:
create tablespace tbs01 datafile '+DATA' size 500M REUSE autoextend on next 10M MAXSIZE Unlimited extent management local autoallocate permanent online;

创建临时表空间:
create temporary tablespace temp_tbs01 tempfile '+DATA' size 200M REUSE autoextend on next 10M MAXSIZE Unlimited extent management local uniform size 256K;

查看表空间情况:
SELECT t.tablespace_name, round(SUM(bytes / (1024 * 1024)), 0) ts_size  FROM dba_tablespaces t, dba_data_files d WHERE t.tablespace_name = d.tablespace_name GROUP BY t.tablespace_name; 

创建用户:
create user c##hbhe  identified by "wwwwww"   default tablespace tbs01 temporary tablespace temp_tbs01;
grant connect,resource to c##hbhe;
grant dba to c##hbhe;
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939 http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939
http://www.cndba.cn/hbhe0316/article/4939

版权声明:本文为博主原创文章,未经博主允许不得转载。

Linux,oracle

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
hbhe0316

hbhe0316

关注

1.只有承认无知,才能装下新的东西; 2.进步来自一点点滴滴的积累; 3.广博让你更优秀,而专业让你无法替代; 4.挫折和失败能够转换为一种财富。

  • 889
    原创
  • 1
    翻译
  • 13
    转载
  • 24
    评论
  • 访问:1143263次
  • 积分:1523
  • 等级:核心会员
  • 排名:第6名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ