RMAN工具是Oracle8i为了更好的实现数据库备份恢复而推出来的一实用工具,可以实现数据库的在线的备份和恢复从而不影响业务的正常运行。并且在Oracle软件安装上的那一时刻就已经存在了,不必另外安装或买介质,从今天开始就开始谈谈RMAN的使用和维护:
相关阅读:探索Oracle之RMAN_01概念 http://www.linuxidc.com/Linux/2012-05/60530.htm探索Oracle之RMAN_02基本使用 http://www.linuxidc.com/Linux/2012-05/60578.htm探索Oracle之RMAN_03非一致性备份 http://www.linuxidc.com/Linux/2012-05/61025.htm
1、 登录和访问RMANA、 在Windows下进入RMAN,很简单,只需要在命令行输入rman即可。
如下:C:>rmanRecovery Manager:Release 10.2.0.4.0 - Production on Fri May 18 10:45:58 2012Copyright (c)1982, 2007, Oracle. All rights reserved.RMAN>B、 在Linux下进入RMAN同样也是在命令行输入rman即可,但是有一点需要注意,必须修改oracle用户环境变量为如下,在Linux系统中还有一个RMAN命令不是Oracle的。PATH=$ORACLE_HOME/bin:/sbin:$PATH执行RMAN[oracle@wwldb ~]$ rmanRecovery Manager: Release10.2.0.1.0 - Production on Fri May 18 10:53:15 2012Copyright (c) 1982, 2005,Oracle. All rights reserved.RMAN>
注意:就上面的进入RMAN运行的是在NOCATALOGmoshi ,既不使用恢复目录。输入RMAN后即可进入RMAN命令行界面。
2、 获得RMAN帮助[oracle@wwldb ~]$ rman help Argument Value Description-----------------------------------------------------------------------------target quoted-string connect-string for target databasecatalog quoted-string connect-string for recovery catalognocatalog none if specified, then no recoverycatalogcmdfile quoted-string name of input command filelog quoted-string name of output message log filetrace quoted-string name of output debugging message log fileappend none if specified, log is opened inappend modedebug optional-args activate debuggingmsgno none show RMAN-nnnn prefix for allmessagessend quoted-string send a command to the media managerpipe string building block for pipe namestimeout integer number of seconds to wait for pipe inputchecksyntax none check the command file for syntaxerrors
Linux 下允许外部ip访问你到MySQL 数据库查看数据库中某张表的字段个数相关资讯 oracle数据库教程
- Oracle raw数据类型介绍 (01/29/2013 10:05:53)
- 监听器注册与ORA-12514 错误分析 (11/13/2012 14:30:08)
- Oracle SQL的cursor理解 (11/13/2012 14:16:17)
| - Oracle 如何强制刷新Buffer Cache (01/29/2013 10:02:46)
- dblink致Oracle库的SCN变成两库的 (11/13/2012 14:24:41)
- Linux操作系统下完全删除Oracle数 (11/13/2012 08:25:52)
|
本文评论 查看全部评论 (0)