Microsoft
Software
Hardware
Network
Question : Backup Script for Oracle database backup
I have my production server , Oracle Enterprise linux, and oracle database is running on that.
I need to create a backup script for the cold backup so that it backups the database in scheduled time. How do we do that
Answer : Backup Script for Oracle database backup
For a cold backup you need to shutdown your database and copy all the relevant files to your backup device. You can get all the files to be backed up by :
select name from v$datafile;
select member from v$logfile;
select name from v$controlfile;
Random Solutions
SBS 2003 NT Backup SqlServerWriter Error 0x800423f4
VB.Net - BulkCopy Excel to SQL...works, but funky
IIS 7 Enable Details Error messages remotely
Report with two different records on same line
Need Working Driver for SigmaTel IDT High Definition Audio, on a gateway p-6860fx on Win. Xp Professional X64
How to scroll to selected item listbox vb.net
MS Access SQL Inserting string value that contain a colon
Print a Access 2007 Pivot Table
USB Printer Port WIth a Zebra ZM 400
SUMPRODUCT fn with nested IF statements