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
How to open and close an excel file from Scheduled Tasks
SSRS report Create a new data source for a parameter
How can I run/emulate IE 7 to access a site that only works for IE7
Batch file that does a file search and then if found executes a specific command on the file
Dialog box for making the user select the printer
Capturing Machine Address in VB.NET
SQL Select statement
Batch file to "net use" and capture output to a text file
Font formula
SharePoint Designer - Assign Task to Multiple Receipients and Reassign