Home > Ask the Oracle Experts > Database Backup and Recovery Questions & Answers > ORA-01033 error when taking backup
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

ORA-01033 error when taking backup

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: 19 October 2005
I have an Oracle database (8i) server running on a Unix platform. Today when I wanted to take a backup I received the error "ORA-01033: Oracle initialization or shutdown is in progress." When we ran the command SHUTDOWN ABORT FOLLOWED BY STARTUP, there were two more errors:
ORA-01157 Cannot Identify/Lock data file 4 ORA-01110 datafile 
4:'/home2/oracle/oradata/orcl/temp01.dbf'
Please help me. Thanks.

>
EXPERT RESPONSE
It looks like your datafile is missing or cannot be found. Verify that the /home2/oracle/oradata/orcl/ directory is available on your server and that the 'oracle' user can read and write to it.

Since this datafile is for your temp tablespace, you have not lost any data. You can restore this file from your backup, or you can start the database without it using these steps:

  1. STARTUP MOUNT (mount the database)
  2. ALTER TABLESPACE temp OFFLINE;
  3. DROP TABLESPACE temp;
  4. ALTER DATABASE OPEN;
  5. Recreate the tablespace.


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 error messages
ORA-12560 error with Oracle 10g Instant Client
Unable to view Oracle tables in NetBeans
IMP-00017 error message with Oracle import
Can't open database after failed backup export
Query on dblink returning ORA-12545 error
RMAN not working at command prompt
Unique constraint violations, "parent key not found" errors
Insufficient privileges error when creating stored procedure
IMP-00010 error with import from 10g to 9i
ORA-12801 error while loading seed data

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