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
Click a button from another button from a subform
Export Installed ActiveX Control
DTS on SQL2008
Modify outgoing messages in Outlook with a VB add-in
Problem with Sort in Dataview
Printing from .NET Windows Service - Object reference not set to an instance of an object
Macrovision Setup will not run proprly
Cross Tab Quert
Toolbars and menu bar not visable after restore
referring to a form instance in front-end database