Home > Ask the Oracle Experts > Database Backup and Recovery Questions & Answers > Taking a hot backup on Linux
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

Taking a hot backup on Linux

Brian Peasland EXPERT RESPONSE FROM: Brian Peasland

Pose a Question
Other Oracle Categories
Meet all Oracle Experts
Become an Expert for this site


Oracle tips, scripts, and expert advice
Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


>
QUESTION POSED ON: 22 September 2005
What steps do I need to take for a hot backup of an Oracle 9i database running on Linux?

>
EXPERT RESPONSE
I would use RMAN to perform a hot backup of my Oracle database. Startup RMAN at the command line prompt similar to the following:
rman target / as sysdba
Once connected to RMAN run the following script:
run {
allocate channel t1 type disk format '/directory/%d_FULL_%U'; 
backup database; backup current controlfile; release channel t1; }
There are many, many options available to you with RMAN. I strongly recommend reading the Recovery Manager documentation so that you understand how to use RMAN for both backup and recovery. In addition, you should test various recovery scenarios.


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


RELATED CONTENT
Database Backup and Recovery
Which backup strategy should I use for my Oracle 10g database?
How to use the FTP for Oracle import
How to restore a database using RMAN to Point in Time
Cold backups after SHUTDOWN ABORT
ORA-06550 error when importing a 10.2 dmp file into a 9.2 database
Installing Oracle homes when upgrading
Managing temporary tablespace growth in Oracle
Defining RTO, MTBF and MTTR
ORA-27101 error: shared memory realm does not exist
Hot backup when Oracle Database is up

Oracle database backup and recovery
Oracle 11g: Backup and recovery concepts
Weighing remote database administration pros and cons takes care
Data retention policy for Oracle DBAs: When to "trash" your data
Case study: Oracle RMAN improves backup and recovery efficiency in a multi-platform, multi-application environment
How do I do that in Oracle?
Oracle and the rise of the virtual machine
Oracle 11g data compression
Oracle OpenWorld 2007 Special Report
Hierarchical storage management for database growth, part 1
One datafile not accessible
Oracle database backup and recovery Research

Oracle on Linux
E-discovery firm swaps out Microsoft SQL for Oracle RAC
Oracle releases VM virtualization templates, boasts Linux momentum
What happened to Oracle's Red Hat challenge?
Oracle Database 11g makes waves at Burlington Coat Factory
Firm dumps MySQL on Red Hat for Oracle Database on Oracle Linux
Oracle and the rise of the virtual machine
Oracle 11g for Linux hits the street
Grid computing adoption slow amid fears of complexity
Testing migration from Oracle 8i to Oracle 9i
Special report: Oracle 11g

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice

HomeNewsTopicsTipsAsk the ExpertsMultimediaWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2003 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts