01 2020 档案
Oracle 11g 修改表和索引的所属表空间
摘要:修改表空间 查询owner下 对于表级别的表空间分类 select tablespace_name,count(*) from dba_tables where owner = 'OPERATION_DEVELOP_CNEMC' group by tablespace_name order by 2 阅读全文
posted @ 2020-01-13 15:33 vinsonLu 阅读(1569) 评论(0) 推荐(0) 编辑
oracle创建表空间自增长和创建用户
摘要:https://www.cnblogs.com/liushuaibiao/p/10783986.html 阅读全文
posted @ 2020-01-13 11:54 vinsonLu 阅读(658) 评论(0) 推荐(0) 编辑