Re: Backing up ORACLE without using RMAN

2009-12-15 Thread Steve Stackwick
So obvious you've already thought of it, no doubt: oracle: shutdown immed tsm: dsmc inc Of course, your users may not like this method... Steve On Thu, Dec 10, 2009 at 9:38 AM, Mario Behring wrote: > Hi all, > > Can I configure TDP for Oracle to backup Oracle databases WITHOUT using > RMAN?

Re: Backing up ORACLE without using RMAN

2009-12-11 Thread Steven Harris
Well not with TDP for Oracle, but it is possible using native oracle facilities and the ba client The following pseudo code is from http://www.adp-gmbh.ch/ora/admin/backup_recovery/hot_backup.html for ts in tablespaces alter tablespace $ts begin backup

Re: Backing up ORACLE without using RMAN

2009-12-10 Thread Wanda Prather
No. On Thu, Dec 10, 2009 at 9:38 AM, Mario Behring wrote: > Hi all, > > Can I configure TDP for Oracle to backup Oracle databases WITHOUT using > RMAN? > > Mario >

Backing up ORACLE without using RMAN

2009-12-10 Thread Mario Behring
Hi all, Can I configure TDP for Oracle to backup Oracle databases WITHOUT using RMAN? Mario