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
Update multiple records at one time
Avoiding subtotals in a pivot table
WSUS Update not installing
Can't change link source from one workbook to its apparently identical twin.
view table relationships graphically sql server 2000
OWA 2007 External Access
How to terminate a processes in MS SQL Server
Server Down
SQL Query, Union All Question
WSUS for IT outsoursing clients (one WSUS for few companies)