表空间增加空间

1、先通过ftp 找到一个 “ /新空间地址/ ” ,赋予777权限

select tablespace_name,
       file_id,
       file_name,
       round(bytes / (1024 * 1024), 0) total_space
  from sys.dba_data_files
 order by tablespace_name

2、

alter tablespace 表空间名 add datafile '/新空间地址/数据库名.dbf' size 500M AUTOEXTEND on next 100m;
THE END
点赞13赞赏 分享
抢沙发
头像
提交
头像

昵称

取消
昵称表情

    暂无评论内容