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
Access Sample Databases - Web Sites
datarow and datarowview difference ?
MDI Child Layout Issues
Visual Studio SQL Best Practices
How to create simple FUNCTION SQL and DO FUNCTION CALL
SSRS: Default Date
Outlook 2007 Add-in menu button click event... Strange behavior.
Visual basic: how to use the Mouse wheel on and off (lebans software):
Debugging buttons disabled in visual studio 2008
Excel Cell Click Capture