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
VB.Net Web Services - xmlns attributes are not put inside tags
Automation error -2147024769
Windows SBS 2008 Freezing...
Need to strip out the username from a Domain/username combination
Help building a server to host virutal machines
How do I clear the queue on exchange 2007?
Video Rental Database
How kill a process launching with a .bat file by ShellExecuteex ?
NETWORKDAYS substitute
How to Programmatically Add Metadata to Windows Files