DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: help with trace files please!!

  1. #1
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586

    Angry

    SVRMGR> connect internal
    Connected.
    SVRMGR> @crDSDEV.sql
    ORACLE instance started.
    Total System Global Area 58052592 bytes
    Fixed Size 69616 bytes
    Variable Size 41033728 bytes
    Database Buffers 16777216 bytes
    Redo Buffers 172032 bytes
    Statement processed.
    ORA-01649: operation not allowed with a backup controlfile
    ALTER DATABASE DSDEV OPEN resetlogs
    *
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u01/oradata/DSDEV/system01.dbf'
    SVRMGR>

  2. #2
    Join Date
    Nov 1999
    Location
    Elbert, Colorado, USA
    Posts
    81
    It appears that you're trying to recover your database.
    What is your question regarding trace files?

  3. #3
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586
    i was trying to replicate a db. the crDSDEV.sql you see is altered from a trace file and i was just trying to get the db up and running but i am just getting theise errors.

    how can i get this db up and running>?

  4. #4
    Join Date
    Nov 1999
    Location
    Elbert, Colorado, USA
    Posts
    81
    From the messages you are getting, I would suggest trying:
    RECOVER DATABASE USING BACKUP CONTROLFILE;
    Then try opening the database.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width