- 博客(8)
- 资源 (4)
- 收藏
- 关注
原创 sql-performance-tuning-guide 笔记1-管理自动负载存储库-oracle
11g-sql-performance-tuning-guide 笔记1-管理自动负载存储库-oracleconfiguring a database for performance初始化参数的调整,当然这些对性能影响不到,最重大的是processes这个参数,最重要,参数关注如下:db_name,db_domain,open_cursors,control_files,db_files;compatible, db_block_size , sga_target, pga_aggreg
2020-08-12 21:05:37
154
翻译 dd命令参数详解及数据操作实战
dd指令使用 语法格式dd [option] dd指令选项详解if=file:输入文件名,缺省为标准输入of=file:输出文件名,缺省为标准输出ibs=bytes:一次读入 bytes 个字节(即一个块大小为 bytes 个字节)obs=bytes:一次写 bytes 个字节(即一个块大小为 bytes 个字节)bs=bytes:同时设置读写块的大小为 bytes ,可代替 ibs 和 ob...
2018-06-19 15:52:09
11581
转载 oracle 数据库后台进程 简介
LGWR,DBWR,SMON,PMON,CKPT是必需的五个后台进程。ARCH是最重要的可选后台进程。最重要的六个进程:1.LGWR重做日志写进程,LOG write 负责将重做日志缓冲区记录顺序写入重做日志文件。LGWR在下列情况下将重做日志缓冲区记录(内存)顺序写入重做日志文件(外存)中5种情况:某个事务被提交时,重做日志缓冲区中变化记录超过1M,当重做日志缓冲区中所存记录已经超过缓冲区容量的...
2018-06-10 09:12:08
4172
翻译 oracle 11g ocm 考试知识点内容
考试环境Oracle Linux Release 5.4 (32-bit)Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 (32-bit)Oracle Enterprise Manager 11g Grid Control Release 1 (11.1.0.1.0) (32-bit)考试内容:Server Configurat...
2018-05-31 23:24:17
1681
转载 11g OCM备考5——DG搭建---参考
1. 创建两台虚拟机关闭防火墙192.168.1.170 pri192.168.1.180 stapri上建一数据库woods2. 网络配置建议用netmgr配置pri端SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = woods.oracle.com) (ORACLE_HOME = /u01/ap...
2018-05-28 09:37:45
641
转载 AIX_RAC_ASM存储迁移
0. 准备磁盘 0.1 在两个节点确认新增5个盘的lunid是否一致lsattr -El hdisk6 | grep lun_idlsattr -El hdisk7 | grep lun_idlsattr -El hdisk8 | grep lun_idlsattr -El hdisk9 | grep lun_idlsattr -El hdisk10 | grep lun_id 0.2 修改re...
2018-05-28 09:35:00
708
转载 11g OCM备考2——第二场,数据可用性
题目1. catalog 配置Create a rman recovery catalog in woods database, the recovery catalog store in tablespace RC_DATA with a file size 200m,make sure the recovery catalog owner is RC_ADMIN password is sam...
2018-05-28 09:12:44
636
转载 11g-ocm-考试知识点
考试大纲共分9部分。 一、Server Configuration 服务器配置 1 Create the database 创建数据库 2 Determine and set sizing parameters for database structures 确定并设置数据库体系结构参数大小 3 Create and manage temporary, permanent, an...
2018-05-28 09:02:07
815
oracle11g性能优化笔记第五部
2018-06-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人