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
阅读全文
摘要:1、show parameter memory_target; 查看当前配置2、create pfile='/tmp/pfile.ora' from spfile; 备份参数文件3、show parameter sga; show parameter pga; 查看 sga_target、pga_a
阅读全文
摘要:1、安装依赖: yum -y install binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel expat gcc gcc-c++ glibc glibc-common glibc-devel glibc-heade
阅读全文