Oracle 11g ocm考试内容目录
Server Configuration
- Create the database
- Determine and set sizing parameters for database structures
- Create and manage temporary, permanent, and undo tablespaces
- Stripe data files across multiple physical devices and locations
- Configure the database environment to support optimal data access performance
- Create and manage database configuration files
- Create and manage bigfile tablespaces
- Create and Manage a tablespace that uses NFS mounted file system file
- Create and manage multiple network configuration files
- Create and configure a listener
- Configure the database instance to support shared server connections
- Set up network tracing
- Manage Oracle network processes
- Configure the network environment to allow connections to multiple databases
- Use configurationless connections
- Use OPatch to install a patch
- Use Grid Infrastructure to manage oracle databases and other resources
- Use Enterprise Manager Configuration Assistant(EMCA) utility
Enterprise Manager Grid Control
- Install and Patch Enterprise Manager Grid Control software
- Configure the Enterprise Manager repository
- Create Enterprise Manager Grid Control users
- Use Enterprise Manager to modify a database configuration
- Configure Enterprise Manager to modify database availability
- Create and manage jobs
- Create and monitor alerts
- Create notifications
- Implement Grid Control and Database Control
- Choose the appropriate tablespace type for the intended use
- Create Scheduler jobs
- Create schedules
- Assign jobs to windows
- Create programs
- Create job classes
- Install the Enterprise Manager Grid Control infrastructure
- Deploy Enterprise Manager Grid Control agents
- Configure Grid Control for business requirements
Managing Database Availability
- Mantain recovery catalogs
- Configure Recovery Manager
- Use Recovery Manager to perform database backups
- Use Recover Manager to perform complete database restore and recovery operations
- Configure RMAN
- Create different types of RMAN backups to cater for different performance and retention requirements
- Set Flashback Database parameters
- Configure a Fast Recovery Area
- Perform various recovery operations using Flashback technology
Data Management
- Manage Materialized Views to improve rewrite and refresh performance
- Configure and manage distributed materialized views
- Create and Manage encrypted tablespaces
- Manage Transport of tablespaces across platforms
- Configure a schema to support a star transformation query
- Administer external tables
- Implement Data Pump export and import jobs for data transfer
- Implement Data Pump to and from remote databases
- Configure and use parallel execution for queries
- Use SQL*Loader
- Administer, manage and tune parallel execution
Data Warehouse Management
- Administer partitioned tables and indexes using appropriate methods and keys
- Perform partition maintenance operations
- Maintain indexes on a partitioned table
- Implement securefile LOB
- Create and manage LOB segments
- Implement fine-grained access control
- Create and manage contexts
- Administer flashback data archive and schema evolution
Performance Management
- Administer Resource Manager
- Use Result Cache
- Use multi column statistics
- Gather statistics on a specific table without invalidating cursors
- Use partitioned indexes
- Administer and tune schema object to support various access methods
- Interpret execution plan
- Use SQL tuning tools and features
- Use SQL Tuning Advisor
- Use SQL Access Advisor
- Use SQL Performance Analyzer
- Configure baseline templates
- Use SQL Plan Management feature
- Implement instance caging
Grid Infrastructure and ASM
- Install Oracle Grid Infrastructure
- Create ASM Disk Groups
- Create and manage as ASM instance
- Implement ASM failure groups
- Creating ACFS File System
- Start, stop, configure and administer Oracle Grid Infrastructure
Real Application Clusters
- Install the Oracle Database 11gR2 software
- Configure ASM for the shared disks and create a clustered database
- Configure archiving
- Configure services using both Manual and Policy Managed methods
Data Guard
- Create Physical Standby Database with real-time apply.
- Configure the data guard environment to reduce overheads of fast incremental backups on the primary database
- Configure the Observer
- Switchover and switch back
- Configure connect time failover
- Convert the standby to a snapshot standby
- Configure archivelog deletion policy for the Dataguard configuration
Oracle 11g ocm考试内容目录的更多相关文章
- Oracle 11g OCM 考试大纲
考试大纲共分9部分. 一.Server Configuration 服务器配置 1 Create the database 创建数据库 2 Determine and set sizing p ...
- 11g OCM 考试感悟
11g OCM 考试感悟 PrudentWoo 累,累.真的很累.考前每天全场景的刷两遍.三遍不觉得累.总感觉练习时间不够.考中尽管时间足够.可是压力很大.尤其看到一些和平时训练不一样题目的时候,那种 ...
- oracle 11g修改归档日志目录及大小
1.查看当前归档日志目录 SQL> show parameter recovery NAME TYPE VALUE ------------------------------------ -- ...
- Oracle 11g 监听很慢,由于监听日志文件太大引起的问题(Windows 下)
现象:Windows 操作系统的Oracle 数据库,使用sqlplus 连接(不指定实例名)连接很快,程序连接或使用连接工具或在Net Manager 中测试连接都需要花费约三四十秒的时间(程序连接 ...
- oracle 11g GRID 中 关于 OLR 须要知道的一些内容
oracle 11g GRID 中 关于 OLR 须要知道的一些内容 1.检查olr 的状态: [root@vmrac1 ~]# ocrcheck -local Status of Oracle ...
- 转://oracle 11G+ASM for Linux手工建库
环境描述 环境:Oracle Linux 6.5 + ORACLE 11g R2+ASM ORACLE的程序已经安装完毕.但是没有创建任何数据库. 实验内容 安装ORACLE11g数据库,不使用DBC ...
- Oracle 11g静默安装软件+手工创建数据库
由于是二次跳转+远程操作,无法使用图形界面,不能直接图形界面安装.采用静默安装软件+手工创建数据库的方式完成需求. 静默模式安装Oracle软件,配置监听程序 手工建库 检查各组件是否符合要求 1. ...
- Oracle 11g静默安装简明版
环境:RHEL 6.5 + Oracle 11.2.0.4 1. 初步处理应答文件 2. 静默安装软件 3. 静默安装监听 4. 静默dbca建库 说明: 本文默认安装软件前的步骤已经设置完毕 如果没 ...
- Oracle 11g DG配置简明版
环境: 主库A机:在线生产环境,RHEL 6.4 + Oracle 11.2.0.3 备库B机:新增备机,RHEL 6.4 需求: 对生产环境最小影响前提下配置DG备库. 目录: 一.B机安装相同版本 ...
- Oracle 11g RAC 应用补丁简明版
之前总结过<Oracle 11.2.0.4 RAC安装最新PSU补丁>, 这次整理为简明版,忽略一切输出的显示,引入一些官方的说明,增加OJVM PSU的补丁应用. 环境:RHEL6.5 ...
随机推荐
- CS144 计算机网络 Lab3:TCP Sender
前言 在 Lab2 中我们实现了 TCP Receiver,负责在收到报文段之后将数据写入重组器中,并回复给发送方确认应答号.在 Lab3 中,我们将实现 TCP 连接的另一个端点--发送方,负责读取 ...
- Mac终端出现 brew command not found 解决
MacOS 上您需要安装 unrar 以支持 PaddlePaddle,可以使用命令brew install unrar 执行命令后发现 brew 不存在 jimmy@MacBook-Pro ~ % ...
- MD5简述及常见解密网址推荐
什么是md5 MD5(Message-Digest Algorithm 5)(信息-摘要算法5), 一种被广泛使用的[密码散列函数](https://baike.baidu.com/item/密码散列 ...
- Snort的安装——Fedora
Snort Fedora Install 简介 Snort 是世界上知名的开源入侵防御系统 (IPS).Snort IPS 使用一系列规则来帮助定义恶意网络活动,并使用这些规则来查找与其匹配的数据包并 ...
- 【Redis】Cluster集群
一.Redis Cluster 工作原理 在引入哨兵机制后,解决了Redis主从架构Master故障时的主从切换问题,保证了Redis服务可用性.但依旧无法解决单机节点出现的写入性能瓶颈(网卡速率.单 ...
- 【Ubuntu】2. 安装Ubuntu操作系统+VMware Tools
接上一篇,这一部分介绍了操作系统的安装 开启虚拟机,首先由四个选项,选第一个正常安装即可,这里稍等片刻就可以进入安装选项 到了这一步的话可以在左侧设置系统语言,我的英语比较垃圾就选中文了,选择完之后点 ...
- 2015年5月最新win7纯净版系统(32位)补丁最新
下载地址: http://yunpan.cn/cVN9e679hZ2Pe 访问密码 203a 一.系统安装工具 √ 自由天空最新万能驱动 √ 一键GHOST备份还原系统 √ 硬盘安装系统安装器,增 ...
- #Powerbi 理解VAR函数
VAR意思即为变量,在编程语言中,变量是一个重要概念,DAX作为一种语言也有变量概念,利用VAR,我们可以缩短我们一些DAX语句的长度,更清晰的表达我们的度量值计算逻辑. 举例说明: 我们要计算一个产 ...
- 2022-04-25:给定两个长度为N的数组,a[]和b[] 也就是对于每个位置i来说,有a[i]和b[i]两个属性 i a[i] b[i] j a[j] b[j] 现在想为了i,选一个最
2022-04-25:给定两个长度为N的数组,a[]和b[] 也就是对于每个位置i来说,有a[i]和b[i]两个属性 i a[i] b[i] j a[j] b[j] 现在想为了i,选一个最好的j位置, ...
- 浅谈如何使用 github.com/yuin/gopher-lua
最近熟悉 go 项目时,发现项目中有用到 github.com/yuin/gopher-lua这个包,之前并没有接触过,特意去看了官方文档和找了些网上的资料,特此记录下. 本次介绍计划分为两篇文章,这 ...