Antwort: Re: [ADSM-L] Re: Oracle rman - specify management class

2014-02-04 Thread Rainer Holzinger
M-L] Re: Oracle rman - specify management class Gesendet von: "ADSM: Dist Stor Manager" I believe you can also configure RMAN to format the object names differently for different backup types. If so, you could tailor include statements to direct the different types to different man

Re: Oracle rman - specify management class

2014-02-04 Thread Richard Rhodes
a tape pool and is lanfree. Rick -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Michael Prix Sent: Tuesday, February 04, 2014 10:16 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: Oracle rman - specify management class Hello Steven, it is

Re: Re: Oracle rman - specify management class

2014-02-04 Thread David Bronder
I believe you can also configure RMAN to format the object names differently for different backup types. If so, you could tailor include statements to direct the different types to different management classes and still just use one tdpo.opt and dsm.opt. =Dave On 02/04/2014 09:15 AM, Michael Pri

Re: Oracle rman - specify management class

2014-02-04 Thread Michael Prix
Hello Steven, it is possible, but a bit tricky: Via "Open Channel..." you reference a tdpo.opt. In this tdpo.opt you name a dsm.opt, and in this dsm.opt you can specify via "include //.../* MC_NAME" your managment-class. The differenciation between db-backups and log-backups are done in the rman-

Re: Oracle rman - specify management class

2014-02-04 Thread Nick Laflamme
I no longer have any Rman clients, but I'd do a Q CONTENT to see if there's a naming convention you can exploit for an INCLUDE rule to specify the management class. As I recall, it was trivially easy to identify full backups in a prior environment, and Rman/TDPO honored the management class specifi

Oracle rman - specify management class

2014-02-04 Thread Steven Langdale
All We have quite a few large oracle nodes that backup via RMAN & TDPO. They currently run LAN Free. Does anyone know if it's possible to do the main DB LAN Free and specify a different management class for the archive redo logs? they are ~1GB each, so a disk pool is a better destination. The