12 2021 档案

摘要:前提是有 rman 备份。 rman 全备 run 块: run{ allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3 type disk; backup as compressed ba 阅读全文
posted @ 2021-12-20 12:41 牛有肉 阅读(242) 评论(0) 推荐(0) 编辑
摘要:1、show parameter memory_target; 查看当前配置2、create pfile='/tmp/pfile.ora' from spfile; 备份参数文件3、show parameter sga; show parameter pga; 查看 sga_target、pga_a 阅读全文
posted @ 2021-12-15 10:49 牛有肉 阅读(946) 评论(0) 推荐(0) 编辑
摘要:1、安装依赖: yum -y install binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel expat gcc gcc-c++ glibc glibc-common glibc-devel glibc-heade 阅读全文
posted @ 2021-12-15 10:47 牛有肉 阅读(403) 评论(0) 推荐(0) 编辑