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
RDLC REPORT WITH PARAMETERS
Locking MySql Table from C#;
How to find dynamic control in Silverlight 3.0?
XML File Edit
Object doesn't support this property or method error in IE8
VBA code to rename file based on cell value
Excel closes unexpectedly, without saving work when opening outlook e-mail
Vista download fails with 0x80070718 error message
access error 3799 when backup or compact and repair
Using DoCMD.FindRecord getting runtime error 2162