You can backup one or more individual tablespaces with the BACKUP TABLESPACE
command. You can use this command when the database is mounted or open.
To back up a tablespace:
After starting RMAN, run the BACKUP TABLESPACE command at the RMAN prompt.
This example backs up the users and tools tablespaces to tape, using the
MAXSETSIZE parameter to specify that no backup set should be greater than 10 MB:
BACKUP DEVICE TYPE sbt MAXSETSIZE = 10M TABLESPACE users, tools;
Oracle translates the tablespace name internally into a list of datafiles.
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-1005244/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-1005244/
本文介绍了如何使用RMAN的BACKUPTABLESPACE命令来备份一个或多个表空间。此命令可在数据库挂载或打开状态下运行。通过指定MAXSETSIZE参数可以限制备份集的大小不超过10MB。
1477

被折叠的 条评论
为什么被折叠?



