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
Scheduling a Meeting - Send Updates to Attendees Dialog Box
Playing subtitles (.str) in Xbox 360
VBA User defined types
Workgroup is not accessible, cannot browse network.
CA Unable To Autoenroll Certificates
Drive mapping script
Creating Query in MS Access 2003
increasing Checkbox index in a loop
Delete all asp.net users with applicationId = xx
Exactly what does Compact and Repair do?