Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: missing all control file

RE: missing all control file

From: Sinardy Xing <sinardyxing_at_bcsis.com>
Date: Wed, 13 Jun 2001 19:17:34 -0700
Message-ID: <F001.00328BF1.20010613184025@fatcity.com>

Hi all,

Thanks for your help,

CREATE CONTROLFILE is work.

Sinardy

-----Original Message-----
[mailto:muhammad.salman.faheem_at_ap.abnamro.com] Sent: Tuesday, 12 June 2001 11:08 PM
To: LazyDBA.com Discussion

Hi Sinardy !

For more detail i am attaching Metalink Note  Note:1014502.6

Hope it will help you alot

Best Regards

Your DBA

Salman Faheem

MShahid_at_SaudiFrenchBank.com.sa on 06/12/2001 08:17:59 PM

To: "LazyDBA.com Discussion" <oracledba_at_lazydba.com> cc:

The answer lies on Page 563 of Oracle SQL Reference manual from oraprd5 docu cd rom.

The steps are:

  1. Take full offline database (data files) backup just in case
  2. Use svrmgrl to "startup nomount"
  3. Issue the create control file command for example:

CREATE CONTROLFILE REUSE DATABASE "TDBA" NORESETLOGS NOARCHIVELOG

MAXLOGFILES 100          MAXLOGMEMBERS 10        MAXDATAFILES 1000
MAXINSTANCES 2         MAXLOGHISTORY 500
LOGFILE
          GROUP 1 '/u1/......dbf'  SIZE 64M,
          GROUP 2 '...
          GROUP 3 ..
          GROUP N..
DATAFILE
          '/u2/.dbf' SIZE xM,
          '/u2/.dbf' SIZE xM,
          '/u2/.dbf' SIZE xM
          .....;

Note that we must use unix FIND command to search all the above files for names and sizes.
4. Recover database (for safe side)
5. alter database open.

                    Oliver Artelt
                    <oli_at_md.trans        To:     "LazyDBA.com Discussion"
                    net.de>              <oracledba_at_lazydba.com>
                                         cc:
                    12/06/2001           Subject:     Re: missing all
control file
                    05:06 PM







Hi, does
CEATE CONTROLFILE works?

oli

On Tuesday 12 June 2001 11:20, sinardyxing_at_bcsis.com wrote:
> Hi all,
>
> I accidentally rm all my control file, I forgot do
> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
>
> do you have any idea how to recover my control files ?
>
> This is just a test server so I do not perform any backup datafiles nor
> control files...,
>
>
> Or do you have unix (Solaris 7) way to recover from files being "rm"
>
>
>
> Thank you,
>
>
>
>
> Best Regards
>
> Sinardy
>
>
>
>
> --------
> Oracle documentation is here:
> http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send
a
> blank email to oracledba-unsubscribe_at_LAZYDBA.com To subscribe: send a
> blank email to oracledba-subscribe_at_LAZYDBA.com Visit the list archive:
> http://www.LAZYDBA.com/odbareadmail.pl
> Tell yer mates about http://www.farAwayJobs.com
> By using this list you agree to these
> terms:http://www.lazydba.com/legal.html



Oracle documentation is here:
http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send a blank email to oracledba-unsubscribe_at_LAZYDBA.com To subscribe: send a blank email to oracledba-subscribe_at_LAZYDBA.com Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl Tell yer mates about http://www.farAwayJobs.com By using this list you agree to these terms: http://www.lazydba.com/legal.html

Oracle documentation is here:
http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send a blank email to oracledba-unsubscribe_at_LAZYDBA.com To subscribe: send a blank email to oracledba-subscribe_at_LAZYDBA.com Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl Tell yer mates about http://www.farAwayJobs.com By using this list you agree to these terms: http://www.lazydba.com/legal.html

Oracle documentation is here:
http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send a blank email to oracledba-unsubscribe_at_LAZYDBA.com To subscribe: send a blank email to oracledba-subscribe_at_LAZYDBA.com Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl Tell yer mates about http://www.farAwayJobs.com By using this list you agree to these
terms:http://www.lazydba.com/legal.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sinardy Xing
  INET: sinardyxing_at_bcsis.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jun 13 2001 - 21:17:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US