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
Outlook 2007 connecting to Exchange 2010. Cannot connect to email folders.
SQL Count Query In a Main Query
Opening Organization chart with open office
How to create a non-scrolling section (menu) of a web page
Pass Web Page as Parameter to Class in App_Code Folder
Scrolling Issue With DataGridView & Wrapping Text
Boolean as criteria in Access 2003 query
How do I get rid of this security warning in Access 2007 (See Image)?
Date Format problem in Microsoft Access 2000
Out of resources error when moving lots of files