Error in identifying controlfile

when I startup the svrmgrl, it says
'error in identfying controlfile',
what shall I do?
how to setup the controlfile ?

when I startup the svrmgrl, it says
'error in identfying controlfile',
what shall I do?
how to setup the controlfile ?

Similar Messages

  • ORA-00205: error in identifying controlfile, check alert log for more info

    Hello All,
    I am performing my first Collab Suite install in quite some time and I have successfully installed Collaboration Suite on Linux Red Hat AS 4. I first performed an infrastructure installation for the Collab Suite database which completed with no errors, however, it appears that no control files were created in my $ORACLE_HOME/dbs directory during installation. I am also unable to specify their exact location in the initSID.ora file as I am unable to find them in any other directory on my server. The database starts despite the control file error, as you can see from the second SQL*Plus prompt. However, I am unsure how to create the control files or correct this error. Any assistance would be greatly appreciated!
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Mar 21 09:51:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect SYS as SYSDBA
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 100663296 bytes
    Fixed Size 778024 bytes
    Variable Size 99623128 bytes
    Database Buffers 0 bytes
    Redo Buffers 262144 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    ======================================================================
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Mar 21 11:18:57 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect SYS as SYSDBA
    Enter password:
    Connected.
    SQL> startup nomount
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options

    Control files are database-specific, since they contain information describing the database (location of data files, etc.) You can't copy them from one database to another.
    Do you have a backup?

  • ORA-00205: error in identifying controlfile

    Hi
    When im starting the oracle sever , im getting following message.
    ORA-00205: error in identifying controlfile, check alert log for more info
    In the alert log file ,
    ORA-00202: controlfile: '/database/oradata/PROD/CTL1_001_PROD_REF_00.ctl'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    How can i solve this , please help me .
    Thank you
    Luke

    How can i solve this , please help me .Ensure the file exists with OK permissions or remove it from pfile list

  • Error in identifying control file

    I have successfully moved or cloned a database, but having problem with the controfile creation.
    Each time I run the create control file script and start the database, I get "ORA-00205: error in identifying control file".
    When I do "sho parameter", it tells me that contral file is ora02/oracle/oradata, but no controlfile in that folder.
    My question is when I run the following script, where is the control file saved?
    CREATE CONTROLFILE SET DATABASE "MDB" RESETLOGS
    MAXLOGFILES 20
    MAXLOGMEMBERS 4
    MAXDATAFILES 22
    MAXINSTANCES 2
    MAXLOGHISTORY 292
    DATAFILE
    CREATE CONTROLFILE SET DATABASE "MDB" RESETLOGS
    MAXLOGFILES 20
    MAXLOGMEMBERS 4
    MAXDATAFILES 22
    MAXINSTANCES 2
    MAXLOGHISTORY 292
    LOGFILE

    Problem resolved!
    I followed the instruction in How to Recreate a Controlfile [ID 735106.1].
    The part of the document I used is stated below as I just had to clean up my controlfile creation script:
    It is important to delete everything above the "CREATE CONTROLFILE" and everything after the CHARACTER SET. Ensure you leave the semi colon. ";".In the above example we are choosing the NORESETLOGS option and running the database in archivelog mode. After successfully saving the script you are now able to recreate the controlfile. When shutting down the database ensure that you shutdown with the immediate option.

  • ORA-00205: error in identifying control file while startup database

    Dear Experts,
    we are using Oracle 10g on RHEL5.4 64Bit ecc 6.0 with eph 4 i have moved all my sap data files along with Temp file.
    when i startup my database getting error.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size 1334380 bytes
    Variable Size 306185108 bytes
    Database Buffers 222298112 bytes
    Redo Buffers 5844992 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    when i checked initSID.ora then found old location of control file.
    1)/oracle/SID/sapdata1/cntrl
    2)/oracle/SID/origlogA/cntrl
    3)/oracle/SID/origlogB/cntrl
    i have manually changed location of control file.
    1)/oracle/SID/sapdata10/cntrl
    2)/oracle/SID/origlogA/cntrl
    3)/oracle/SID/origlogB/cntrl
    SQL> Create Pfile from Spfile;
    File Created.
    i would like to mount my database from Pfile plese help me i execute scripts below.
    SQL> STARTUP MOUNT=/oracle/SID/ORACLE_HOME/dbs/initSID.ora
    invalid startup option.
    or suggest me some other way so that i can startup my Database.
    with Regards

    Thanks,LOG of alert_SID.log  control_files            = /oracle/PRD/origlogA/cntrl/cntrlPRD.dbf, /oracle/PRD/origlogB/cntrl/cntrlPRD.dbf, /oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf, control_file_record_keep_time= 30, Mon Nov 14 08:24:52 2011
    CREATE DATABASE PRD CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE '/oracle/PRD/sapdata1/temp_1/temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('/oracle/PRD/origlogA/log_g11m1.dbf',
    '/oracle/PRD/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,GROUP 2 ('/oracle/PRD/origlogB/log_g12m1.dbf',
    '/oracle/PRD/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,GROUP 3 ('/oracle/PRD/origlogA/log_g13m1.dbf',
    '/oracle/PRD/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,GROUP 4 ('/oracle/PRD/origlogB/log_g14m1.dbf',
    '/oracle/PRD/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSEMon Nov 14 08:24:53 2011Database mounted in Exclusive Mode
    Mon Nov 14 08:25:06 2011Successful mount of redo thread 1, with mount id 1830841300
    Assigning activation ID 1830841300 (0x6d206bd4) Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 1 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf,m Successful open of redo thread 1
    Mon Nov 14 08:25:06 2011 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Nov 14 08:25:06 2011 SMON: enabling cache recovery
    Mon Nov 14 08:25:06 2011
    create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Nov 14 08:25:09 2011
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Mon Nov 14 08:25:15 2011
    Completed: create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Nov 14 08:25:15 2011
    create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Mon Nov 14 08:25:19 2011
    CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Nov 14 08:25:36 2011
    Successfully onlined Undo Tablespace 1.
    Completed: CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Nov 14 08:25:36 2011
    create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Completed: create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online

  • Error in identifying control file during 11g Upgrade..

    Oracle10gR2 OEL4 64bit non-RAC with ASM
    Hi All,
    I am trying to upgrade our database to 11g and I am getting the following error when I try to start the database with the STARTUP UPGRADE command. I am doing a manual upgrade and following the Upgrade guide:
    SQL> startup upgrade pfile='/opt/app/oracle/product/11.1.0/db_1/dbs/initFPRCTEMP.ora';
    ORACLE instance started.
    Total System Global Area 4275781632 bytes
    Fixed Size 2151248 bytes
    Variable Size 2617248944 bytes
    Database Buffers 1644167168 bytes
    Redo Buffers 12214272 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    When I checked the alertlog I found the following:
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '+FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl'
    *ORA-17503: ksfdopn:2 Failed to open file +FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl*
    ORA-15001: diskgroup "FLASH1" does not exist or is not mounted
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '+DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl'
    *ORA-17503: ksfdopn:2 Failed to open file +DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl*
    ORA-15001: diskgroup "DATA1" does not exist or is not mounted
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    Thu Aug 28 14:54:49 2008
    Checker run found 2 new persistent data failures
    ORA-205 signalled during: ALTER DATABASE   MOUNT...
    What's weird is that I checked and the ASM instance is up and running. I checked all the environment variables ( set PATH and ORACLE_HOME to new 11g home) and I also set the oratab entry to point to the new Oracle Home as the documentation says. Below are my entries from the .bash_profile file and the oratab file.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    stty erase ^H
    ORACLE_BASE=/opt/app/oracle
    ORA_HTTP_HOME=/opt/app/oracle/product/10.2.0/http_1
    ORACLE_HOME=/opt/app/oracle/product/11.1.0/db_1
    ORACLE_ASM_HOME=/opt/app/oracle/product/10.2.0/asm_1
    ORACLE_SID=FPRCTEMP
    ORA_NLS10=$ORACLE_BASE/product/10.2.0/db_1/nls/data
    TNS_ADMIN=$ORACLE_BASE/product/10.2.0/db_1/network/admin
    LD_LIBRARY_PATH=$ORACLE_BASE/product/11.1.0/db_1/lib:$ORACLE_BASE/product/10.2.0/http_1/lib
    TEMP=/tmp
    export ORA_HTTP_HOME
    export ORACLE_SID
    export ORACLE_BASE
    export ORACLE_HOME
    export ORACLE_ASM_HOME
    export ORA_NLS10
    export TNS_ADMIN
    export LD_LIBRARY_PATH
    export TMP
    export TEMP
    unset USERNAME
    PATH=$PATH:$HOME/BIN:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$ORA_HTTP_HOME/opmn/bin:$LD_LIBRARY_PATH
    export PATH
    umask 022
    unset USERNAME
    oratab file entry:
    *:/opt/app/oracle/product/10.2.0/http_1:N
    +ASM:/opt/app/oracle/product/10.2.0/asm_1:Y
    FPRCTEMP:/opt/app/oracle/product/11.1.0/db_1:Y
    Thank you all.

    Hm ... please have a look into ML-Note:337737.1 (I'm just mentioning the combinations with an 11g database) - I noticed that you don't have a RAC installation but nevertheless you'll have CSS running for your ASM instance.
    CRS........ASM............DB......Certified
    11.1_____11.1_____11.1_____Y
    11.1.____10.2______11.1_____Y
    11.1_____10.1.0.3__11.1_____Y
    So upgrading the ASM instance first should solve this issue. Upgrading ASM means: you'll shutdown your database running in ASM and upgrade the ASM instance with the DBUA. It'll take just a few minutes because there's no data dictionary in ASM.
    Kind regards
    Mike
    Edited by: Mike Dietrich on Aug 29, 2008 5:26 PM

  • Error in creating controlfile

    Hi all,
    I am getting this error from adclone.pl when trying to clone a database.
    Total System Global Area  444149652 bytes
    Fixed Size                    73620 bytes
    Variable Size             361099264 bytes
    Database Buffers           81920000 bytes
    Redo Buffers                1056768 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "NAME"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '/path/name.DBF'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directoryit is true the actual file does not exist and is not essential for the running of the database.
    Is the information to create the controlfile held in a context file and if so is it possible to edit the file and remove the offending line?
    regards
    Alan
    Edited by: alanm on Sep 14, 2011 3:56 PM

    it is true the actual file does not exist and is not essential for the running of the database.
    Is the information to create the controlfile held in a context file and if so is it possible to edit the file and remove the offending line?It is possible (as mentioned above) but this may not guarantee that the script would work for the other database files which may not exist.
    Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]
    Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1]
    The best approach to fix this issue is by running preclone again on the source nodes, copy the files and run postclone then.
    Thanks,
    Hussein

  • Error re-creating controlfile

    I am trying to recreate the control file from the text trace file I created.
    When I run the script in the trace file I get errors, so I'm breaking it down into little steps.
    After running this:
    STARTUP NOMOUNT;
    CREATE CONTROLFILE REUSE DATABASE "D3P" RESETLOGS ARCHIVELOG;
    I get this error:
    SQL> CREATE CONTROLFILE REUSE DATABASE "D3P" RESETLOGS ARCHIVELOG;
    CREATE CONTROLFILE REUSE DATABASE "D3P" RESETLOGS ARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '?/dbs/[email protected]'
    ORA-27037: unable to obtain file status
    HP-UX Error: 2: No such file or directory
    Additional information: 3
    I have no ideas where this file is coming from:
    ?/dbs/[email protected]'
    Any advice?

    I am using Oracle 9.2.0.6
    Here are the home & sid:
    ORACLE_SID=D3P
    ORACLE_HOME=/oracle/D3P/920_64
    Here is the complete statement:
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE SET DATABASE "D3P" RESETLOGS ARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 255
    MAXLOGMEMBERS 3
    MAXDATAFILES 254
    MAXINSTANCES 50
    MAXLOGHISTORY 2949
    LOGFILE
    GROUP 1 (
    '/oracle/D3P/origlogA/log_g11m1.dbf',
    '/oracle/D3P/mirrlogA/log_g11m2.dbf'
    ) SIZE 50M,
    GROUP 2 (
    '/oracle/D3P/origlogB/log_g12m1.dbf',
    '/oracle/D3P/mirrlogB/log_g12m2.dbf'
    ) SIZE 50M,
    GROUP 3 (
    '/oracle/D3P/origlogA/log_g13m1.dbf',
    '/oracle/D3P/mirrlogA/log_g13m2.dbf'
    ) SIZE 50M,
    GROUP 4 (
    '/oracle/D3P/origlogB/log_g14m1.dbf',
    '/oracle/D3P/mirrlogB/log_g14m2.dbf'
    ) SIZE 50M
    -- STANDBY LOGFILE
    DATAFILE
    '/oracle/D3P/sapdata3/system_1/system.data1',
    '/oracle/D3P/sapdata1/r3_1/r3.data1',
    '/oracle/D3P/sapdata2/r3_2/r3.data2',
    '/oracle/D3P/sapdata1/r3_3/r3.data3',
    '/oracle/D3P/sapdata2/r3_4/r3.data4',
    '/oracle/D3P/sapdata1/r3_5/r3.data5',
    '/oracle/D3P/sapdata2/r3_6/r3.data6',
    '/oracle/D3P/sapdata1/r3_7/r3.data7',
    '/oracle/D3P/sapdata2/r3_8/r3.data8',
    '/oracle/D3P/sapdata1/r3_9/r3.data9',
    '/oracle/D3P/sapdata2/r3620_1/r3620.data1',
    '/oracle/D3P/sapdata3/r3usr_1/r3usr.data1',
    '/oracle/D3P/sapdata3/r3_13/r3.data13',
    '/oracle/D3P/sapdata3/r3_10/r3.data10',
    '/oracle/D3P/sapdata2/r3620_2/r3620.data2',
    '/oracle/D3P/sapdata3/r3620_3/r3620.data3',
    '/oracle/D3P/sapdata3/r3_11/r3.data11',
    '/oracle/D3P/sapdata3/r3_12/r3.data12',
    '/oracle/D3P/sapdata4/undo_1/undo.data1',
    '/oracle/D3P/sapdata3/r3620_4/r3620.data4',
    '/oracle/D3P/sapdata4/r3_14/r3.data14',
    '/oracle/D3P/sapdata4/r3_15/r3.data15',
    '/oracle/D3P/sapdata4/r3_16/r3.data16',
    '/oracle/D3P/sapdata4/r3_17/r3.data17',
    '/oracle/D3P/sapdata2/r3_18/r3.data18',
    '/oracle/D3P/sapdata2/r3_19/r3.data19',
    '/oracle/D3P/sapdata2/r3_20/r3.data20'
    CHARACTER SET UTF8
    Here is the results
    SQL> CREATE CONTROLFILE REUSE SET DATABASE "D3P" RESETLOGS ARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 255
    MAXLOGMEMBERS 3
    MAXDATAFILES 254
    MAXINSTANCES 50
    MAXLOGHISTORY 2949
    LOGFILE
    GROUP 1 (
    '/oracle/D3P/origlogA/log_g11m1.dbf',
    '/oracle/D3P/mirrlogA/log_g11m2.dbf'
    ) SIZE 50M,
    GROUP 2 (
    '/oracle/D3P/origlogB/log_g12m1.dbf',
    '/oracle/D3P/mirrlogB/log_g12m2.dbf'
    ) SIZE 50M,
    GROUP 3 (
    '/oracle/D3P/origlogA/ 2 3 4 5 6 7 8 '/oracle/D3P/sapd
    ata4/r3_16/r3.data16',
    ERROR at line 2:
    ORA-01967: invalid option for CREATE CONTROLFILE

  • ORA-00205: error in identifying control file,-Startup ASM db in PFA mode

    Is there any oracle restriction for ASM database in PFA mode?
    *[oracle@aveo:~]>cd $ORACLE_HOME/dbs*
    *[oracle@aveo:~]>orapwd file=orapwQ102ASMA password=sys entries=10 force=y*
    oracle@aveo:~]>sq
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 12:49:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select file_name from dba_data_files;
    FILE_NAME
    +OBTDG1/q102asma/datafile/system01.dbf
    7 rows selected.
    SQL> show parameter pass
    NAME_COL_PLUS_SHOW_PARAM
    TYPE
    VALUE_COL_PLUS_SHOW_PARAM
    remote_login_passwordfile
    string
    EXCLUSIVE
    SQL> select from v$pwfile_users;*
    USERNAME SYSDB SYSOP
    SYS TRUE TRUE
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Now made changes in sqlnet.ora file.
    oracle@aveo:admin]>pwd
    /oracle/10.2.0/product/network/admin
    *[oracle@aveo:admin]>cat sqlnet.ora*
    sqlnet.authentication_services=(none)
    *=oracle@aveo:admin]>sqlplus sys/sys as sysdba*
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 13:28:29 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 272629760 bytes
    Fixed Size 2005736 bytes
    Variable Size 184550680 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 2187264 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    It thows ORA-00205: error in identifying control file,
    Edited by: user2015671 on 3 Sep, 2010 8:09 AM

    In alert log it show below error message.
    ===================================================================
    Sat Sep 4 13:06:38 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 1
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 155189248
    large_pool_size = 4194304
    java_pool_size = 25165824
    resource_manager_plan = SYSTEM_PLAN
    control_files = OBTDG1/q102asma/controlfile/control01.ctl, OBTDG1/q102asma/controlfile/control02.ctl, +OBTDG1/q102asma/controlfile/control03.ctl
    db_block_size = 8192
    db_cache_size = 67108864
    db_2k_cache_size = 8388608
    db_4k_cache_size = 8388608
    compatible = 10.0.0.0.0
    log_archive_dest = +OBTDG1
    log_archive_format = %t_%s_%r.log
    log_buffer = 2152448
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = rbs
    remote_login_passwordfile= EXCLUSIVE
    instance_name = Q102ASMA
    background_dump_dest = /qa/data/obt/Q102ASMA/admin/bdump
    user_dump_dest = /qa/data/obt/Q102ASMA/admin/udump
    core_dump_dest = /qa/data/obt/Q102ASMA/admin/cdump
    sort_area_size = 524288
    db_name = Q102ASMA
    open_cursors = 300
    ifile = /qa/data/obt/Q102ASMA/admin/pfile/configQ102ASMA.ora
    PMON started with pid=2, OS id=29642
    PSP0 started with pid=3, OS id=29644
    MMAN started with pid=4, OS id=29646
    DBW0 started with pid=5, OS id=29648
    LGWR started with pid=6, OS id=29650
    CKPT started with pid=7, OS id=29652
    SMON started with pid=8, OS id=29654
    RECO started with pid=9, OS id=29656
    MMON started with pid=10, OS id=29658
    MMNL started with pid=11, OS id=29660
    Sat Sep 4 13:06:40 2010
    ALTER DATABASE MOUNT
    Sat Sep 4 13:06:40 2010
    Starting background process ASMB
    ASMB started with pid=13, OS id=29663
    Sat Sep 4 13:06:40 2010
    ORA-00202: control file: '+OBTDG1/q102asma/controlfile/control01.ctl'
    ORA-17503: ksfdopn:2 Failed to open file +OBTDG1/q102asma/controlfile/control01.ctl
    ORA-15001: diskgroup "OBTDG1" does not exist or is not mounted
    ORA-15055: unable to connect to ASM instance
    ORA-01031: insufficient privileges
    Sat Sep 4 13:06:40 2010
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    ===================================================================
    ASMCMD> pwd
    +OBTDG1/Q102ASMA/controlfile
    ASMCMD>
    ASMCMD> ls -ltr
    Type Redund Striped Time Sys Name
    N control01.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/Current.283.728141849
    N control02.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.292.728141859
    N control03.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.299.728141861
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y Current.283.728141849
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.292.728141859
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.299.728141861
    ===================================================================
    I tried without Password file authentication then i am not getting error during database startup.
    Why it is giving error for Password file authentication?
    Thanks,

  • Got error while recover controlfile with rman

    Dear all,
    My controlfile and some datafiles were crash and i tried to recover their with rman as the following step:
    1. startup nomount;
    2. restore controlfile from autobackup;
    3. alter database mount;
    4. restore database;
    5.SELECT archivelog_change#-1 FROM v$database;
    ARCHIVELOG_CHANGE#-1
    1301671
    6.run {
    set until scn 1301671;
    recover database;
    executing command: SET until clause
    Starting recover at 01 พ.ย. 2006
    using channel ORA_DISK_1
    starting media recovery
    media recovery failed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 11/01/2006 15:38:01
    ORA-00283: recovery session canceled due to errors
    RMAN-11003: failure during parse/execution of SQL statement: alter database reco
    ver if needed
    start until change 1301671 using backup controlfile
    ORA-00283: recovery session canceled due to errors
    ORA-01190: controlfile or data file 1 is from before the last RESETLOGS
    ORA-01110: data file 1: 'C:\ORACLE\ORADATA\DB01\SYSTEM01.DBF'
    What happend? Please give me some advise.
    Thaks for advance !
    Chara

    After every resetlogs you have to take fresh backup.
    It seems you have opened your database in resetlogs and your backup is prior to this resetlogs.So the controlfile is showing inconsistance with the other datafiles.

  • ORA-00205: error in identifying control file, check alert log for more info

    Hi
    I'm creating a database manually,
    I am hitting with the following error :
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 150667264 bytes
    Fixed Size 1335080 bytes
    Variable Size 92274904 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 6725632 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Following is the entry in init.ora
    control_files='/u01/oracle/db/oradata/testdb/control01.ctl','/u01/oracle/db/oradata/testdb/control02.ctl'
    and this the owner priviliges of /u01/oracle/db/oradata/testdb directory
    drwxrwx--- 2 oracle dba 4096 Oct 10 12:16 testdb

    Found in $ORACLE_BASE/diag/rdbms/$ORACLE_SID/$ORACLE_SID/trace/alert/log.xml
    ORA-00210: cannot open the specified control fileORA-00202: control file: '/u01/oracle/db/oradata/testdb/control02.ctl'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '/u01/oracle/db/oradata/testdb/control01.ctl'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3

  • Error in identifying control File  , check alert for more details

    Hi ,
    I am unable to create user in the database , I can connect to sqlplus as sysdba
    Getting the following error :
    Error in identifying , check alert for more details :
    When I run : Show Parameter Contol_Files ;
    I am getting control01.ctl and control02.ctl with their paths mentioned.
    Kindly Help .

    1> env |sort
    COLORTERM=gnome-terminal
    CVS_RSH=ssh
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-YFSE8cCveS,guid=1736156c077604e0df1154004fe9c3bb
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GDM_XSERVER_LOCATION=local
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-C6CnCJ/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    KDE_IS_PRELINKED=1
    KDE_NO_IPV6=1
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    OLDPWD=/home/oracle
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=ORCL
    PATH=/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
    PWD=/home/oracle/app/oracle/product/11.2.0
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/12103
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=12142
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-IPvxh12103/agent.12103
    TERM=xterm
    USERNAME=oracle
    USER=oracle
    _=/usr/bin/env
    WINDOWID=26243546
    XAUTHORITY=/tmp/.gdmAO4NGW
    XMODIFIERS=@im=none
    2>Output of ls-l
    -rw-r----- 1 oracle oracle 9748480 Jun 30 00:53 /home/oracle/app/oracle/oradata/orcl/control01.ctl
    -rw-r----- 1 oracle oracle 9748480 Jun 30 00:53 /home/oracle/app/oracle/flash_recovery_area/orcl/control02.ctl
    3>
    SQL> show parameter control_files;
    NAME TYPE VALUE
    control_files string /home/oracle/app/oracle/oradat
    a/orcl/control01.ctl, /home/or
    acle/app/oracle/flash_recovery
    _area/orcl/control02.ctl
    4>
    SQL> startup
    ORACLE instance started.
    Total System Global Area 839282688 bytes
    Fixed Size 2217992 bytes
    Variable Size 494929912 bytes
    Database Buffers 339738624 bytes
    Redo Buffers 2396160 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    I did by trying , startup upgrade , startup nomount
    but still facing the same error.
    Kindly help.

  • Startup upgrade ORA-00205: error in identifying control file

    Hi,
    I am doing a manual upgrade from 10.2.04 to 11.2.03.
    I have installed 11.2.0.3.
    Ran utlu112i.sql
    Copied TNSNAMES and LISTENER.ora,init.ora from 10g home to 11g home respective directories.
    Commented all dump_dest paramteres in 11g init.ora and added diagnostic_dest parameter
    exported all the varaiables as follows.
    export ORACLE_HOME=/oracle/ora11203
    export PATH=$ORACLE_HOME/bin:$PATH
    export ORACLE_SID=OMIGTEST
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORACLE_BASE=/oracle/ora11203/app/ora11203
    Now when i try to start DB from the unix session where all of above variables are set,i am getting following issue.
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size                  2183056 bytes
    Variable Size            1090519152 bytes
    Database Buffers          536870912 bytes
    Redo Buffers                7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Alert log says as below.
    ORACLE_BASE from environment = /oracle/ora11203/app/ora11203
    Thu Aug 23 15:03:36 2012
    ALTER DATABASE   MOUNT
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '/oracle/ora11203/dbs/cntrlOMIGTEST.dbf'
    ORA-27037: unable to obtain file status
    HPUX-ia64 Error: 2: No such file or directory
    Additional information: 3
    ORA-205 signalled during: ALTER DATABASE   MOUNT...In init.ora of 11g (which is copied from 10g) ,i have commented our control file path entry.
    Kindly assist me as i am doing upgrade for the first time.
    Thanks
    Edited by: user10698496 on Aug 24, 2012 2:47 AM

    Hi,
    Issue of sqlplus is solved after setting proper LD_LIBRARY_PATH.
    But eve after that startup upgrade showing same error.
    sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Aug 23 16:22:16 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size 2183056 bytes
    Variable Size 1090519152 bytes
    Database Buffers 536870912 bytes
    Redo Buffers 7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Do i copy control file from 10g home and place in in 11g path and mention it in init.ora before upgrade?
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ORA-00205: error in identifying control file, check alert log for more inf

    Hi All,
    I created my Database on a directory /mydir .The database is created and sucessufyully working then I mounted this directoy to a shared disk on the same /mydir.My database datafile where restored under /mydir .Now When I try to restart my database I m getting
    ORA-00205: error in identifying control file, check alert log for more inf
    I check all my database data files are there including my control files.
    Any idea why this occuring and How to fix it.
    Best Regards.

    user11191992 wrote:
    Hi All,
    I created my Database on a directory /mydir .The database is created and sucessufyully working then I mounted this directoy to a shared disk on the same /mydir.My database datafile where restored under /mydir .Now When I try to restart my database I m getting
    ORA-00205: error in identifying control file, check alert log for more inf
    I check all my database data files are there including my control files.
    Any idea why this occuring and How to fix it.
    Best Regards.Please post the message in the alert-file as stated.
    It can e.g. be that while copying the file permissions have been changed, making the files not readable for the oracle user
    HTH
    FJFranken

  • ORA-00205: error in identifying control file..after installing ASM

    Hi
    I haveoracle database 10g running on a redhat4 mechine.
    i have installed ASM and migrate my database to ASM.
    I haven't any problem and everything was fine till i reboot the mechine for the first time after
    installing ASM.
    I got the ORA-00205: error in identifying control file, check alert log for more info
    error when database was restarting
    any one can help me out of this problem
    many many thanks in advance

    eventually I figured out what the problem is.
    The problem is about my dbora file used to start my database.
    this is the whole story!!!
    I have a oracle 10gR2 installed on Redhat linux AS 4.
    I have configured my database to work on ASM.All the configuration have set properly
    and every thing is fine except the Automatic starting the database in time
    the mechine is restarted.
    when i restart the mechine with nothing in dbora(used to automatically start the database)
    and start everything after logging into oracle user(listener ,database,Enterprise manager)
    no problem(i can see my ASM instance database instance throught Enterprise managaer).
    but when i use dbora to do that i get this error appear in enterprise manager
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach)
    this is the content of dbora:
    s script is intended to allow the automated
    # startup and shutdown of an oracle database server.
    # Author: Sean O'Donnell <[email protected]>
    # the user that oracle runs as (default: oracle)
    ORACLE=oracle
    # database instance id
    ORACLE_SID=orcl
    # ORACLE_HOME (file system) path
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_SID ORACLE_HOME PATH
    case $1 in
    'start')
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl start"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbstart"
    su - $ORACLE -c "$ORACLE_HOME/bin/emctl start dbconsole"
    'stop')
    su - $ORACLE -c "$ORACLE_HOME/bin/emctl stop dbconsole"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbshut"
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl stop"
    echo "usage: $0 {start|stop}"
    esac
    exit
    What do u think could be the reason?!!!!
    thank you in advance

Maybe you are looking for

  • Carry forward of Open Items - FMJ2

    Hi, We are using BCS in EHP 7.0. i am trying to carry forward the open items with FMJ2 and Availability control is "Update without check". When i execute the transaction, system is carryforwarding to next year without any errors. How ever, if i see t

  • Portfolio Feature in Adobe CreatePDF

    I would like for my students to be able to create an e-portfolio.  These students would not necessarily take full advantage of the Creative Cloud subscription.   The main goal of the class I'm teaching would be create a well-designed portfolio that i

  • Regarding Openscript function

    Hello everyone I recently started working on OLT. I have created a function library using functional Testing option in Openscript. Is there any way to call any of these functions separately into load testing script wherever required. Thanks in advanc

  • Library on SDXC card

    I just ordered a new Macbook Pro 15" and shoud be here Friday!  I was wondering if anyone has used the sdxc card slot to contain an entire iPhoto library? I am thinking of getting a 64GB card and either running iTunes or iPhoto exclusively from the c

  • Field for expenses

    Hello, I have still another question, sorry I need a field for expenses. With this I mean that the employee is able to entry if this recorded time is valid for expenses or not. Do I have a user definded field and if yes how to implement it? Thx,   Va