Hi Experts,
I am new person. we just got toad 10.5 DBA mode.
are there any function to set up a schedule rman backup from TOAD?
As I know we can set up a schdule backup in oracle Enterprise manager.
How about Toad DBA modle?
Thanks
Jim
Hi Experts,
I am new person. we just got toad 10.5 DBA mode.
are there any function to set up a schedule rman backup from TOAD?
As I know we can set up a schdule backup in oracle Enterprise manager.
How about Toad DBA modle?
Thanks
Jim
In the database browser you can select an instance and generate a basic rman
script, and the editor syntax highlights rman script code, the Toad cron job
scheduler interface includes some pre-canned simple backup and recovery shell
scripts (you can add more) – but no native rman interface. But Quest is in
the process of launching a new product called QBA (Quest Backup Analyzer)
that’s a Toad schema browser like graphical interface to rman – here
is some info from Toad World blog:
http://toadworld.com/BLOGS/tabid/67/EntryID/553/Default.aspx
and here is the beta:
Hello Jim
I guess you would like something like this.
http://itunified.de/dbms-backup-eng/
Regards
Ben
“DBMS_BACKUP_RESTORE” packages (from 11g and onward) is set of very powerfull backup/restore commands that can be executed inside PL/SQL code.