表空间增加空间

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
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容