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
Hide panel navigation bar on Access 2007
Access Sample Databases - Web Sites
Using MS Access Startup, I have a Form being opened. On the Form is a command button. I want to automate the click of that button to run VB code created when I built the form. Can/How do I do that?
Adp Project Linked tables
Office COmmunicator 2007 - Address book sync issue
The "Vbc" task failed unexpectedly.
Programmatically manipulate a result dataset in Reporting Services?
Seeking an example database that uses ADO coding
VBA Loop through record names
Why can't I delete records from a linked table ? I get the message "Linked table is not supported by this ISAM."