logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

监控数据库表空间使用率

Tablespace used rate monitor:col used_space(M) for a15col sum_space(M) for a20col used_rate(%) for a20col tablespace_name for a20set linesize 150SELECT D.TABLESPACE_NAME,SPACE || 'M'

#database#oracle
WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use

由于用户希望使用SSD盘代替普通硬盘migrate database from normal driver to ssd on Suse Linux

#迁移
到底了