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: problem in creating control file? <-- Attachment History Removed

Re: problem in creating control file? <-- Attachment History Removed

From: Jack van Zanen <nlzanen1_at_EY.NL>
Date: Tue, 12 Mar 2002 04:38:46 -0800
Message-ID: <F001.0042552C.20020312043846@fatcity.com>

Hi

Try create controlfile SET database TEST2 ........

Jack

                                                                                                                                    
                      "Bunyamin K.                                                                                                  
                      Karadeniz"               To:       Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>                
                      <bunyamink_at_havels        cc:       (bcc: Jack van Zanen/nlzanen1/External/MEY/NL)                             
                      an.com.tr>               Subject:  problem in creating control file?                                          
                      Sent by:                                                                                                      
                      root_at_fatcity.com                                                                                              
                                                                                                                                    
                                                                                                                                    
                      12-03-2002 12:48                                                                                              
                      Please respond to                                                                                             
                      ORACLE-L                                                                                                      
                                                                                                                                    
                                                                                                                                    






I try to clone my database . I have the datafiles on D:\yedek123 and want to create the control files .
What I do is :
set oracle_sid=new_sid

svrmgrl internal/****
startup nomount pfile=new_pfile

CREATE CONTROLFILE  DATABASE "TEST2" RESETLOGS ARCHIVELOG

    MAXLOGFILES 32
     MAXLOGMEMBERS 2
    MAXDATAFILES 254
     MAXINSTANCES 1
    MAXLOGHISTORY 1815

LOGFILE
  GROUP 1 'D:\yedek123\REDO01.LOG'  SIZE 1M,
  GROUP 2 'D:\yedek123\REDO02.LOG'  SIZE 1M,
  GROUP 3 'D:\yedek123\REDO03.LOG'  SIZE 1M
DATAFILE
  'D:\yedek123\SYSTEM01.DBF',
  'D:\yedek123\RBS01.DBF',
  'D:\yedek123\USERS01.DBF',
  'D:\yedek123\TEMP01.DBF',
  'D:\yedek123\TOOLS01.DBF',
  'D:\yedek123\INDX01.DBF',
  'D:\yedek123\DR01.DBF'
CHARACTER SET WE8ISO8859P9; But When I run the create control file script , I am encountering the error below.
CREATE CONTROLFILE  DATABASE "TEST2" RESETLOGS ARCHIVELOG *
ORA-01503: CREATE CONTROLFILE failed
ORA-01161: database name TESTDB in file header does not match given name of TE
ST2
ORA-01110: data file 1: 'D:\yedek123\SYSTEM01.DBF' TESTDB is the original database .
TEST2 is new DB.

What is the problem ?
Thank you.

Bunyamin K. Karadeniz
Oracle DBA / Developer
Civilian IT Department
Havelsan A.S. Eskisehir yolu
7.km Ankara Turkey
Phone: +90 312 2873565 / 1217
Mobile : +90 535 3357729

The degree of normality in a database
is inversely proportional to that of its DBA.

[IMAGE]



De informatie verzonden in dit e-mailbericht is vertrouwelijk en is uitsluitend bestemd voor de geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is, behoudens voorafgaande schriftelijke toestemming van Ernst & Young, niet toegestaan. Ernst & Young staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden e-mailbericht, noch voor tijdige ontvangst daarvan. Ernst & Young kan niet garanderen dat een verzonden e-mailbericht vrij is van virussen, noch dat e-mailberichten worden overgebracht zonder inbreuk of tussenkomst van onbevoegde derden.

Indien bovenstaand e-mailbericht niet aan u is gericht, verzoeken wij u vriendelijk doch dringend het e-mailbericht te retourneren aan de verzender en het origineel en eventuele kopieën te verwijderen en te vernietigen.

Ernst & Young hanteert bij de uitoefening van haar werkzaamheden algemene voorwaarden, waarin een beperking van aansprakelijkheid is opgenomen. De algemene voorwaarden worden u op verzoek kosteloos toegezonden.



The information contained in this communication is confidential and is intended solely for the use of the individual or entity to whom it is addressed. You should not copy, disclose or distribute this communication without the authority of Ernst & Young. Ernst & Young is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt. Ernst & Young does not guarantee that the integrity of this communication has been maintained nor that the communication is free of viruses, interceptions or interference.

If you are not the intended recipient of this communication please return the communication to the sender and delete and destroy all copies.

In carrying out its engagements, Ernst & Young applies general terms and conditions, which contain a clause that limits its liability. A copy of these terms and conditions is available on request free of charge.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack van Zanen
  INET: nlzanen1_at_EY.NL

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 Tue Mar 12 2002 - 06:38:46 CST

Original text of this message

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