Linux中如何启动RMAN
1、如果是windows系统,先看看oracle的SID,然后在DOS里面设置一下SID命令setORACLE_SID=test

3、rman的参数及说明Argument Value Description---------------------------------------幻腾寂埒--------------------------------------target quoted-string connect-string for target databasecatalog quoted-string connect-string for recovery catalognocatalog none if specified, then no recovery catalogcmdfile 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 in append modedebug optional-args activate debuggingmsgno none show RMAN-nnnn prefix for all messagessend 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 syntax errors-----------------------------------------------------------------------------Both single and double quotes (' or ") are accepted for a quoted-string.Quotes are not required unless the string contains embedded white-space.

5、输入connect target / 连接数据库

7、如果以上经验帮到您,麻烦在左下角给点个赞,谢谢!
