oracle rman参考手册 -m6米乐安卓版下载

m6米乐安卓版下载-米乐app官网下载
3
oracle rman参考手册
2234
37页
334次
2021-05-21
免费下载
rman参考手册
rman参考手册参考手册
oracle备份分为物理备份和逻辑备份两种:物理备份就是转储备份分为物理备份和逻辑备份两种:物理备份就是转储oracle物理文件物理文件(如数据文件、控制文件、归档日志文如数据文件、控制文件、归档日志文
件等件等),一旦数据库发生故障,我们可以利用这些文件进行还原;逻辑备份就是对数据库对象,一旦数据库发生故障,我们可以利用这些文件进行还原;逻辑备份就是对数据库对象(如用户、表、存储过程等如用户、表、存储过程等)
利用利用export等工具进行导出工作,我们可以利用等工具进行导出工作,我们可以利用import等工具把逻辑备份文件导入到数据库。等工具把逻辑备份文件导入到数据库。rman备份是一种物理备份是一种物理
备份,可以用备份,可以用rman来备份数据文件、控制文件、参数文件、归档日志文件。我们在数据库出现问题的时候可以通过来备份数据文件、控制文件、参数文件、归档日志文件。我们在数据库出现问题的时候可以通过
rman物理备份恢复到数据库的失效点。物理备份恢复到数据库的失效点。
开始和退出开始和退出rman
进入rman恢复管理器2种方式:
1、直接在系统命令提示符敲入、直接在系统命令提示符敲入rman命令,进入命令,进入rman控制台后执行控制台后执行connect
d:/>rman
恢复管理器: release 10.2.0.2.0 - production on 星期四 1 4 10:08:52
copyright (c) 1982, 2005, oracle. all rights reserved.
rman> connect target /
连接到目标数据库: rome (dbid=252956976)
rman>
2、在系统命令提示符下敲入、在系统命令提示符下敲入target和和catalog(没有此项默认非没有此项默认非catalog方式,控制文件记录方式,控制文件记录rman操作的详细信息操作的详细信息)的用户和密的用户和密
码码
# example of operating system authentication
d:/>rman target /
# example of oracle net authentication
d:/>rman target sys/oracle@orcl nocatalog
d:/>rman target / catalog rman/rman@catdb
d:/>rman target sys/oracle@orcl catalog rman/rman@catdb
rman> exit
恢复管理器完成。
注:我们将在以后章节讲述带有恢复目录的rman操作。
我们可以看一下rman可以连接的数据库的类型如下:
target da
tabase
rman connects you to the target database, which is the database that you are backing up or r
ecovering, with the sysdba privilege. if you do not have this privilege, then the connection fai
ls.
recovery
catalog d
atabase
this database is optional. by default, rman runs in nocatalog mode.
auxiliary
database
you can connect to a standby database, duplicate database, or auxiliary instance (standby insta
nce or tablespace point-in-time recovery instance).
note:
you do not need to specify the sysdba option because rman uses this option implicitly and automatically.
rman配置配置
执行执行show all命令可以显示命令可以显示rman的当前配置的当前配置。
rman> show all;
使用目标数据库控制文件替代恢复目录
rman 配置参数为:
configure retention policy to redundancy 1; # default
configure backup optimization off; # default
configure default device type to disk; # default
configure controlfile autobackup off; # default
configure controlfile autobackup format for device type disk to '%f'; # default
configure device type disk parallelism 1 backup type to backupset; # default
configure datafile backup copies for device type disk to 1; # default
configure archivelog backup copies for device type disk to 1; # default
configure maxsetsize to unlimited; # default
configure encryption for database off; # default
configure encryption algorithm 'aes128'; # default
configure archivelog deletion policy to none; # default
configure snapshot controlfile name to 'd:/oracle/product/10.2.0/db_1/database/s
ncfrome.ora'; # default
如果想恢复某项设置,我们执行如下命令:如果想恢复某项设置,我们执行如下命令:configure... clear,例如:,例如:
注:大部分配置项的值都是to后边的内容,个别的除外,例如:
configure encryption for database off
rman> configure retention policy to redundancy 2;
新的 rman 配置参数:
configure retention policy to redundancy 2;
已成功存储新的 rman 配置参数
rman> show all;
rman 配置参数为:
configure retention policy to redundancy 2;
configure backup optimization off; # default
configure default device type to disk; # default
configure controlfile autobackup off; # default
configure controlfile autobackup format for device type disk to '%f'; # default
configure device type disk parallelism 1 backup type to backupset; # default
configure datafile backup copies for device type disk to 1; # default
configure archivelog backup copies for device type disk to 1; # default
configure maxsetsize to unlimited; # default
configure encryption for database off; # default
configure encryption algorithm 'aes128'; # default
configure archivelog deletion policy to none; # default
configure snapshot controlfile name to 'd:/oracle/product/10.2.0/db_1/database/s
ncfrome.ora'; # default
rman> configure retention policy clear;
of 37
免费下载
【米乐app官网下载的版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
关注
最新上传
暂无内容,敬请期待...
下载排行榜
top250 周榜 月榜
网站地图