Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> limiting the size rman backupsets
Earlier this week or last someone asked how to set the limit of an rman backupset. I said it could be done when you create a channel, but in researching this further I found a better way. Instead of limiting the filesperset or setting the size for the channel you can simply put a setsize=2000 in your backup command. E.g.:
backup
incremental level 1
# skip offline
# skip readonly
skip inaccessible
tag backup_dbname_level_1
# filesperset 4
setsize=2000
format '/dbback/l1_%sdbname_%p'
(database);
This will give backupsets of 2 gig each.
You learn something everyday!
Ruth
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ruth Gramolini
INET: rgramolini_at_tax.state.vt.us
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Feb 13 2002 - 14:12:49 CST
![]() |
![]() |