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
Macro to export outlook contacts to Excel hangs
Web Service to upload images
Does waiting for a web service's reponse use "clock cycles"?
Set break on unhandled errors in Microsoft Options window in Access 2003
There isn't enough memory to perform this operation
Exchange 2010 Spam Handling Hub Transport Server
How to restore Windows 7 Home Premium?
Converting text to date
windows server 2008 disable service sac prompt
Merge InfoPath Sections Containing Check Boxes