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
Selected collating sequence not supported
Can I install SQL 2005 32-bit on Windows Server 2003 64-bit?
Installing Access 2003 using Access 2007 key
While trying to logon to a remote server using Remote Desktop, I get the message "The local policy of this system does not permit you to logon interatively"
remote shutdown dos how to trace
Offline files sync problem
SP2 Install for SCCM
How to tel an MFC app the location of an external DLL?
Excel Instances- Refering to the Instance in VBA
HTTPS forms loading slow or not loading at all. Using IE6, IE7 and firefox.