码迷,mamicode.com
首页 >  
搜索关键字:rman dataguard    ( 2177个结果
查询rman备份信息经常使用指令
查询rman备份信息经常使用指令----登陆到rman$rman target /----以精简的格式查看备份信息RMAN> list backup of database summary;List of Backups===============Key TY LV S Device Type C...
分类:其他好文   时间:2014-07-10 14:07:55    阅读次数:289
OCP prepare 20140627
1. catalog start withcatalog start with 是一个很好的命令. 有了这个命令后, 基本上可以不再使用catalog数据库了 . 因为可以通过这个命令将以前的备份集信息重新导入到当前控制文件中, 一般应用于使用rman恢复, 控制文件又是旧的或者是手工创建的(这样的...
分类:其他好文   时间:2014-07-10 00:49:52    阅读次数:282
官方文档 恢复备份指南三 Recovery Manager Architecture
本节讨论以下问题:About the RMAN Environment 关于RMAN环境RMAN Command-Line Client RMAN命令行RMAN Channels RMAN通道RMAN Repository RMAN资源库Media Management 介质管理Fast Recov...
分类:其他好文   时间:2014-07-08 00:07:34    阅读次数:338
RMAN备份失败之:mount: block device /dev/emcpowerc1 is write-protected, mounting read-only
今天再做巡检的时候发现有一台服务器的RMAN备份不正常,有一段时间没能正常备份了。检查了一下脚本,正常,定时任务列表也正常,再检查一下/var/log/cron的内容,也没有问题。尝试在该挂载点上创建一个1.txt文件的时候,发现有异常报出来了。内容为:mount: block device /.....
分类:其他好文   时间:2014-07-03 10:31:23    阅读次数:374
OCP prepare 20140701
1. rman的完全备份,和不完全备份 Oracle 数据库可以实现数据库不完全恢复与完全恢复。完全恢复是将数据库恢复到最新时刻,也就是无损恢复,保证数据库无丢失的恢复。而不完全恢复则是根据需要特意将数据库恢复到某个过去的特定时间点或特定的SCN以及特定的Sequence。我们可以通过基于用户管理的...
分类:其他好文   时间:2014-07-02 23:37:28    阅读次数:246
官方文档 恢复备份指南四 Starting and Interacting with the RMAN Client
本章讲:Starting and Exiting RMAN Specifying the Location of RMAN Output 指定RMAN输出位置Setting Globalization Support Environment Variables for RMAN 设置RMAN全局变量...
分类:其他好文   时间:2014-07-02 20:53:46    阅读次数:300
[terry笔记]ogg_迁移同步实验_零停机
oracle golden gate我最近正在琢磨,这个软件我觉得约等于dataguard的逻辑模式,我认为其最大的优势是更可控制,比如可以细化到某个schema、某个table的同步。如下实验的主要步骤:ogg根据scn同步数据,源库零停机时间1. 配置好ogg源端的mgr、抓取和传送进程,并启动...
分类:其他好文   时间:2014-07-01 12:37:00    阅读次数:499
Oracle创建Physical Standby Database案例
Creating a Physical Standby Database This case is created, operated and followed the steps from oracle online help documentation.  The configuration of the two sites server: Primary Database: [roo...
分类:数据库   时间:2014-07-01 06:22:46    阅读次数:415
Oracle创建Physical Standby Database案例
Creating a Physical Standby Database This case is created, operated and followed the steps from oracle online help documentation.  The configuration of the two sites server: Primary Database: [roo...
分类:数据库   时间:2014-06-30 19:37:39    阅读次数:313
官方文档 恢复备份指南二 Getting Started with RMAN
本章对RMAN进行基本的熟悉和了解1.Overview of the RMAN Environment RMAN运行时需要的最小环境: target database :RMAN用target命令连接的数据库,在该数据库上执行备份和恢复操作,并备份信息(RMAN reposity 资源库)记录...
分类:其他好文   时间:2014-06-28 09:38:54    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!