Nomount

Hi
Pfile cannot read that specified path
SQL> startup nomount pfile=/home/oracle/Desktop/intclo1.ora
LRM-00109: could not open parameter file '*/home/oracle/Desktop/intclo1.ora'*
ORA-01078: failure in processing system parameters
SQL>
[oracle@localhost ~]$ ls */home/oracle/Desktop/*
facebook facebook~ initclo1.ora initclo1.ora~ intclo.ora linux.x64_11gR1_database_1013.zip
[oracle@localhost ~]$
*/home/oracle/Desktop/initclo1.ora*
*.audit_file_dest='/u01/app/oracle/admin/clo/adump'
*.audit_trail='db'
*.compatible='11.1.0.0.0'
*.db_file_name_convert=’/u01/app/oracle/oradata/orcl/’,'/u01/app/oracle/oradata/clo’
*.log_file_name_convert=’/u01/app/oracle/oradata/orcl/’,'/u01/app/oracle/oradata/clo’
*.control_files='/u01/app/oracle/oradata/clo/control01.ctl','/u01/app/oracle/oradata/clo/control02.ctl','/u01/app/oracle/oradata/clo/control03.ctl','/u01/app/oracle/oradata/clo/control04.ctl'
*.db_block_size=8192
*.db_name='clo'
*.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
*.db_recovery_file_dest_size=2147483648
*.log_archive_dest_1='location=/u01/app/oracle/archive'
*.remote_login_passwordfile='EXCLUSIVE'
*.undo_tablespace='UNDOTBS1'
Thanks for your help

user8644961 wrote:
>
od -c /u01/app/oracle/product/11.1.0/db_1/dbs/initclo.orasorry sir i dont know what this meaning? - od -c /u01/app/oracle/product/11.1.0/db_1/dbs/initclo.ora[oracle@localhost ~]$ od -c /u01/app/oracle/product/11.1.0/db_1/dbs/initclo.ora
0000000 * . a u d i t _ f i l e _ d e s
0000020 t = ' / u 0 1 / a p p / o r a c
0000040 l e / a d m i n / c l o / a d u
0000060 m p ' \n * . a u d i t _ t r a i
0000100 l = ' d b ' \n * . c o m p a t i
0000120 b l e = ' 1 1 . 1 . 0 . 0 . 0 '
0000140 \n * . d b _ f i l e _ n a m e _
0000160 c o n v e r t = 342 200 231 / u 0 1 /
0000200 a p p / o r a c l e / o r a d a
0000220 t a / o r c l / 342 200 231 , ' / u 0
0000240 1 / a p p / o r a c l e / o r a
0000260 d a t a / c l o 342 200 231 \n * . l o
0000300 g _ f i l e _ n a m e _ c o n v
0000320 e r t = 342 200 231 / u 0 1 / a p p /
0000340 o r a c l e / o r a d a t a / o
0000360 r c l / 342 200 231 , ' / u 0 1 / a p
0000400 p / o r a c l e / o r a d a t a
0000420 / c l o 342 200 231 \n * . c o n t r o
0000440 l _ f i l e s = ' / u 0 1 / a p
0000460 p / o r a c l e / o r a d a t a
0000500 / c l o / c o n t r o l 0 1 . c
0000520 t l ' , ' / u 0 1 / a p p / o r
0000540 a c l e / o r a d a t a / c l o
0000560 / c o n t r o l 0 2 . c t l ' ,
0000600 ' / u 0 1 / a p p / o r a c l e
0000620 / o r a d a t a / c l o / c o n
0000640 t r o l 0 3 . c t l ' , ' / u 0
0000660 1 / a p p / o r a c l e / o r a
0000700 d a t a / c l o / c o n t r o l
0000720 0 4 . c t l ' \n * . d b _ b l o
0000740 c k _ s i z e = 8 1 9 2 \n * . d
0000760 b _ n a m e = ' c l o ' \n * . d
0001000 b _ r e c o v e r y _ f i l e _
0001020 d e s t = ' / u 0 1 / a p p / o
0001040 r a c l e / f l a s h _ r e c o
0001060 v e r y _ a r e a ' \n * . d b _
0001100 r e c o v e r y _ f i l e _ d e
0001120 s t _ s i z e = 2 1 4 7 4 8 3 6
0001140 4 8 \n * . l o g _ a r c h i v e
0001160 _ d e s t _ 1 = ' l o c a t i o
0001200 n = / u 0 1 / a p p / o r a c l
0001220 e / a r c h i v e ' \n * . r e m
0001240 o t e _ l o g i n _ p a s s w o
0001260 r d f i l e = ' E X C L U S I V
0001300 E ' \n * . u n d o _ t a b l e s
0001320 p a c e = ' U N D O T B S 1 ' \n
0001340
[oracle@localhost ~]$

Similar Messages

  • ORA-00444 & ORA-07446 while startup nomount with pfile(DB installation)

    Hi
    I am trying to create a single instance 10g database in a rac machine (SOLARIS) I had setuped the pfile and create DB scripts too. When I try startup nomount with pfile its throwing below error.
    $
    $ sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jan 7 21:45:19 2013
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile='/oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora';
    ORA-00444: background process "LMD0" failed while starting
    ORA-07446: sdnfy: bad value '' for parameter .
    SQL>
    Please find the init file contents.
    *.audit_file_dest='/oracle/app/oracle/admin/drc/adump'
    *.background_dump_dest='/oracle/app/admin/drc/bdump'
    *.compatible='10.2.0.4.0'
    *.control_files='+DATA/DRC/control01.ctl','+DATA/DRC/control02.ctl','+DATA/DRC/control03.ctl'
    *.core_dump_dest='/oracle/app/oracle/admin/drc/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='drc'
    *.sga_target=1184M
    *.sga_max_size=1184M
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=drcXDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=411041792
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/oracle/app/oracle/admin/drc/udump'
    Already another rac database is running successfully on this machine through ASM. We are trying to use the same ASM instance for this single instance database. When I tried using dbca it was not reading the current ASM instance. Instead it was trying to create new instance. Thats y I was forced to create new DB manually.
    Kindly help in resolving this issue.
    Thanks
    SHIYAS M

    965652 wrote:
    Hi
    I am trying to create a single instance 10g database in a rac machine (SOLARIS) I had setuped the pfile and create DB scripts too. When I try startup nomount with pfile its throwing below error.
    $
    $ sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jan 7 21:45:19 2013
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile='/oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora';
    ORA-00444: background process "LMD0" failed while starting
    ORA-07446: sdnfy: bad value '' for parameter .
    SQL>
    07446, 00000, "sdnfy: bad value '%s' for parameter %s."
    // *Cause:  The directory specified as the value for the stated parameter could
    //          not be used.
    // *Action: Make sure the directory you have specified is a valid
    //          directory/file specification.post results from OS command below
    ls -l /oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora

  • Should the STANDBY database be in NOMOUNT Mode?

    Hi There,
    Just setup DataGuard and want to monitor the primary and standby databases via the grid. However, I can not configure the standby database because the standby database is in NOMOUNT mode. Was I suppose to mount it? If not, how do I configure the standby database with the enterprise manager in NOMOUNT.
    Thanks.
    J

    Jennifer;
    Yes the standby should be in MOUNT mode before apply starts. Or No, to NOMOUNT if you prefer.
    Oracle 11g Data Guard: Grid Control Management
    http://www.databasejournal.com/features/oracle/article.php/3826706/Oracle-11g-Data-Guard-Grid-Control-Management.htm
    Install DataGuard using Oracle Enterprise Manager 10g grid control
    http://dbatips.wordpress.com/2007/02/17/install-dataguard-using-oracle-enterprise-manager-10g-grid-control/
    Manage Your Existing Data Guards with Enterprise Manager Cloud Control
    http://www.gokhanatil.com/2012/04/manage-your-existing-data-guards-with.html
    oracle dataguard setup using enterprise manager grid control 11g
    http://oracleinstall.wordpress.com/2011/08/21/1250/
    Super Good
    http://gavinsoorma.com/2011/03/creating-a-11g-data-guard-physical-standby-database-using-enterprise-manager-grid-control-10-2-0-5-2/
    The oracle document Data Guard Broker 10g Release 1 (10.1) Part Number B10822-01 cover this in detail
    http://docs.oracle.com/cd/B14117_01/server.101/b10822/gui.htm
    OR for 11
    http://docs.oracle.com/cd/B28359_01/server.111/b28295/title.htm
    http://docs.oracle.com/cd/B28359_01/server.111/b28295/toc.htm
    See Starting Up and Shutting Down a Physical Standby Database in the Data Guard Concepts and Administration
    Data Guard Concepts and Administration 11g Release 2 (11.2) E10700-02
    Best Regards
    mseberg
    Edited by: mseberg on Apr 27, 2012 3:22 PM

  • Need info on mount, nomount

    hi
    i want to know difference wht is mount, nomount,open,close
    regards
    TJ

    Nomount: Instance(memory) for the database gets allocated. You need to have the parameter file (init<sid>.ora) file in order to get the instance created.
    It includes the SGA, Data Buffer, Redo Logs Buffer size
    Mount: At this stage, the instance for the database would be available and you would need a controlfile to start the database in the mount stage.
    When you start the database in mount stage, it opens and reads the controlfile.
    The controlfile keeps track of the important database information such as the location of the datafiles. Also you can query the v$views (dynamic performance views) in this stage.
    Open: At this stage, Oracle opens the database and it accesses all of the datafiles associated with the database. Once it has accessed the database datafiles, Oracle makes sure that all of the database datafiles are consistent. You would be able to query your database, schema level objects at this stage.
    Close: In the closed stage, the entire database is down. In the sense, you would not be able to access your database.

  • When creating new database, start nomount, got error to say: ORA-00371:

    when i do
    sql> startup nomount
    ORA-00371: not enough shared pool memory, should be atleast 52132659 bytes
    i am trying to create a second database on the backup server.

    you can follow my script, which is working well.
    connect "SYS"/"&&sysPassword" as SYSDBA
    set echo on
    spool /u01/app/oracle/product/10.2.0/db_1/admin/db10g/scripts/CreateDB.log
    startup nomount pfile="/u01/app/oracle/product/10.2.0/db_1/admin/db10g/scripts/init.ora";
    CREATE DATABASE "db10g"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    DATAFILE '/u02/oradata/db10g/system01.dbf' SIZE 300M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT LOCAL
    SYSAUX DATAFILE '/u02/oradata/db10g/sysaux01.dbf' SIZE 32M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE 200M
    SMALLFILE DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/u02/oradata/db10g/temp01.dbf' SIZE 10M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE 100M
    SMALLFILE UNDO TABLESPACE "UNDOTBS1" DATAFILE '/u02/oradata/db10g/undotbs01.dbf' SIZE 100M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    CHARACTER SET WE8ISO8859P1
    NATIONAL CHARACTER SET AL16UTF16
    LOGFILE GROUP 1 ('/u02/oradata/db10g/redo01.log') SIZE 16M,
    GROUP 2 ('/u02/oradata/db10g/redo02.log') SIZE 16M,
    GROUP 3 ('/u02/oradata/db10g/redo03.log') SIZE 16M
    USER SYS IDENTIFIED BY "&&sysPassword" USER SYSTEM IDENTIFIED BY "&&systemPassword";
    spool off

  • The database is in mount or nomount state.

    I see similar posts, but I have not understood the solutions. This is my first installation of a DB. I'm taking a class that requires db 10g, and I'm trying to load it on my home computer. Windows XP pro. Everything seemed to be going well, until the point where it is suppose (by the instructions I'm following) to configure a new user account. When the URL:http://localhost:5500/em is suppose to open to the login page it gives me the following error page
    The database status is currently unavailable. It is possible that the database is in mount or nomount state.
    If I hit the "Startup" button I get the following page...
    Startup/Shutdown:Specify Host and Target Database Credentials
    Specify the following credentials in order to change the status of the database.
    It wants "Host Credentials" with username and password that no matter what I put in, it doesn't like. What are the "Host" Credentials?
    The installation I'm following is off of this site...
    http://www.course.com/cdkit/installinstructions_dbIII.cfm
    I can log in to SQL with the default Scott/Tiger - but (and I don't know anything about this really), if the db won't start a lot of good it does me.
    Anybody have any suggestions? I can't seem to establish a new user account for 10g, as the db is 'currently unavailable.''
    thanks,
    Dan

    Taj,
    You tried to help me before, and I have the same problem with a differnet computer. The installation goes great until I get to step 13 (listed below). When the Oracle Enterprise Manager 10g Database Control web page opens it tells me that the db is not online. I did what you said in previous posts - except the last post. Am I suppose to do that?
    I can't seem to create a new user. Actually I just tried to log on to http://localhost:5500/em and it said the page can't load.
    13.     When the End of Installation page displays and confirms that the installation was successful, click Exit, and then click Yes to confirm exiting. The Oracle Enterprise Manager 10g Database Control web page opens.
    Configuring a New User Account for the Oracle10g Database
    When you start your computer, the Oracle10g database starts automatically, and is ready to accept data requests. Before you can use the Oracle10g database, you must perform some configuration tasks. First you create a user account, which is identified by a user name and password and is associated with an area in the database in which you create your database tables. You create a user account named dbuser, with password oracle.
    To create the user account:
    1.     On the Oracle Enterprise Manager Database Control Login page, type SYSMAN as the User Name and enter the password you specified in step 6 above, and then click Login.
    TIP: If you are not on the Oracle Enterprise Manager Database Control Login page, then open a Web Browser and type the following URL: http://localhost:5500/em
    2.     The Oracle Database Licensing Information 10g page will appear. Read the page and scroll to the bottom and then click I Agree. This page appears the first time a new user logs in to the Oracle Enterprise Manager Database Control application.
    3.     The Oracle Enterprise Manager Database Control Home page will appear. To create a new user for the Oracle database: orcl, click the Administration link.
    4.     Under the Security heading click the Users link.
    5.     On the Oracle Enterprise Manager Database Control Users page, click the Create button located on the right hand side of the page.
    6.     Type DBUSER in the Name field, oracle in the Enter Password field, and oracle in the Confirm Password field.
    7.     Type USERS in the Default Tablespace field and Temp in the Temporary Tablespace field.
    8.     Click the Roles link, click the Modify button, select DBA in the Available Roles list, and then click the move arrow so that DBA appears in the Selected Roles list.
    9.     Click OK on the Modify Roles page, and then click OK on the Create User page. A message confirms that the object was successfully created.
    10.     Click the Logout link at the bottom of the page.
    11.     Close the Oracle Enterprise Manager 10g Database Control web page by clicking the X icon in the upper right corner of the web page.
    Starting SQL*Plus and Logging On to the Oracle Database 10g
    To confirm that you can connect to your Oracle10g database, you now start SQL*Plus and log on to the database using the DBUSER account.
    To start SQL*Plus and log on to the database:
    1.     Click Start on the Windows taskbar, point to Programs or All Programs, point to Oracle – OraDb10g_home1, point to Application Development, and then click SQL Plus. The Log On dialog box opens and requests your user name, password, and host string.
    2.     Type DBUSER in the User Name field, press Tab, type oracle in the Password field, leave the Host String field blank, then click OK. The SQL*Plus program window opens, and the SQL prompt appears.
    3.     Close the Oracle SQL*Plus window.

  • RMAN catalog fails to show target database information when in nomount mode

    Hello everyone, I am trying to restore a dev. database from its own backup taken a week back. The DB is in noarchivelog mode and recently 2 of the datafiles were removed from the files system and thus the need to restore the DB from its backup. However rest of the files and control files are intact.
    Now, when I put the database in mount mode and connect to the catalog then I can see the DB's incarnation;
    :->rman catalog cde01_rman4/xxxxxxx@prman10g target /
    Recovery Manager: Release 10.2.0.3.0 - Production on Thu Jun 11 13:54:40 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: EGVBFI2 (DBID=4238332493, not open)
    connected to recovery catalog database
    RMAN> list incarnation;
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
    84789 84883 EGVBFI2 4238332493 PARENT 2478183021921 17-JAN-04
    84789 84790 EGVBFI2 4238332493 CURRENT 2498633332010 10-OCT-07
    RMAN>
    However I am not able to see DB incarnation in the RMAN catalog if I put the DB in nomount mode (which is required to recover DB);
    :->rman catalog cde01_rman4/xxxxxx@prman10g target /
    Recovery Manager: Release 10.2.0.3.0 - Production on Thu Jun 11 13:58:29 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: egvbfi2 (not mounted)
    connected to recovery catalog database
    RMAN> list incarnation;
    RMAN>
    Please advice?
    Thanks,
    Jairaj

    Hi,
    You won't be able to see incarnation information when the DB is in "nomount" since the incarnation is written in the control file. I don't think the catalog has this information.
    Anyway, in order to restore datafiles, the instance must be mounted, so you should be OK.
    Mount the instance and just restore the datafiles.
    Liron Amitzi
    Senior DBA consultant
    link: [www.dbsnaps.com]
    link: [www.obriumsoftware.com]

  • Database starts in nomount

    I have something I've never seen before and Googling is failing me.
    I have been working on a Windows server that is running a few Oracle instances. One of the many instances on the box always starts up with a nomount status and the listener shows it as BLOCKED; as expected. Logging in and starting the database up will resolve the BLOCKED status and allow connections.
    My issue is that when the box is rebooted or the instances windows service itself is stopped and started, the database always starts up in NOMOUNT and is then listed as BLOCKED on the listener. All of the other instances go straight into a ready state.
    Is there some kind of configuration that I can change to make this instance boot as the others do? I already tried recreating the windows services as a last ditch effort, but to no avail.

    andrew.martinez wrote:
    The alert log is empty.Then I'd be finding out why that is. It is not possible for the instance to start, even in nomount, without writing something to the alert log:
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> !rm alert*.log
    SQL> !ls alert*.log
    ls: alert*.log: No such file or directory
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size    1267068 bytes
    Variable Size  104860292 bytes
    Database Buffers  176160768 bytes
    Redo Buffers    2924544 bytes
    SQL> !ls alert*.log
    alert_vlnxora1.log
    SQL> !cat alert_vlnxora1.log
    Sat Feb 13 10:53:00 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    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.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 96468992
      __large_pool_size        = 4194304
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      sga_target               = 285212672
      control_files            = /ora01/oradata/vlnxora1/control01.ctl, /ora02/oradata/vlnxora1/control02.ctl, /ora03/oradata/vlnxora1/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 176160768
      compatible               = 10.2.0.3.0
      log_archive_format       = %t_%s_%r.dbf
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /orafra
      db_recovery_file_dest_size= 2147483648
      fast_start_mttr_target   = 60
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=vlnxora1XDB)
      job_queue_processes      = 10
      background_dump_dest     = /ora00/app/oracle/admin/vlnxora1/bdump
      user_dump_dest           = /ora00/app/oracle/admin/vlnxora1/udump
      core_dump_dest           = /ora00/app/oracle/admin/vlnxora1/cdump
      audit_file_dest          = /ora00/app/oracle/admin/vlnxora1/adump
      db_name                  = vlnxora1
      open_cursors             = 300
      pga_aggregate_target     = 94371840
    PMON started with pid=2, OS id=4974
    PSP0 started with pid=3, OS id=4976
    MMAN started with pid=4, OS id=4978
    DBW0 started with pid=5, OS id=4980
    LGWR started with pid=6, OS id=4982
    CKPT started with pid=7, OS id=4984
    SMON started with pid=8, OS id=4986
    RECO started with pid=9, OS id=4988
    CJQ0 started with pid=10, OS id=4990
    MMON started with pid=11, OS id=4992
    MMNL started with pid=12, OS id=4994
    Sat Feb 13 10:53:01 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL>

  • Recover controlfile with database in NOMOUNT state

    Hi,
    I'm doing some tests, destroying my test envinroment. At this time i was trying to recover a "missing" controlfile both via RMAN and ALTER DATABASE command, but they all have failed because i cannot mount my database and as my researches show, i am only able to recover a controlfile if my instance is in MOUNT, but i cannot mount it because of the missing controlfile. I saw that via RMAN, i can recover the controlfile from a backup if i use static service registration. This is the only manner?
    Thanks for your attention
    Version: 10.2.0.4
    OS: Win 2003

    Fabricio_Jorge wrote:
    Hi,
    I'm doing some tests, destroying my test envinroment. At this time i was trying to recover a "missing" controlfile both via RMAN and ALTER DATABASE command, but they all have failed because i cannot mount my database and as my researches show, i am only able to recover a controlfile if my instance is in MOUNT, but i cannot mount it because of the missing controlfile. I saw that via RMAN, i can recover the controlfile from a backup if i use static service registration. This is the only manner?
    Thanks for your attention
    Version: 10.2.0.4
    OS: Win 2003I make new CONTROLFILE from SQL below
    bcm@bcm-laptop:~$ cat restart.sql
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE DATABASE "V112" NORESETLOGS  NOARCHIVELOG
        MAXLOGFILES 16
        MAXLOGMEMBERS 3
        MAXDATAFILES 100
        MAXINSTANCES 8
        MAXLOGHISTORY 1168
    LOGFILE
      GROUP 1 '/u01/app/oracle/oradata/v112/redo01.log'  SIZE 50M BLOCKSIZE 512,
      GROUP 2 '/u01/app/oracle/oradata/v112/redo02.log'  SIZE 50M BLOCKSIZE 512,
      GROUP 3 '/u01/app/oracle/oradata/v112/redo03.log'  SIZE 50M BLOCKSIZE 512
    -- STANDBY LOGFILE
    DATAFILE
      '/u01/app/oracle/oradata/v112/system01.dbf',
      '/u01/app/oracle/oradata/v112/sysaux01.dbf',
      '/u01/app/oracle/oradata/v112/undotbs01.dbf',
      '/u01/app/oracle/oradata/v112/users01.dbf',
      '/u01/app/oracle/oradata/v112/example01.dbf'
    CHARACTER SET AL32UTF8
    -- Commands to re-create incarnation table
    -- Below log names MUST be changed to existing filenames on
    -- disk. Any one log file from each branch can be used to
    -- re-create incarnation records.
    -- ALTER DATABASE REGISTER LOGFILE '/u01/app/oracle/flash_recovery_area/V112/archivelog/2011_10_20/o1_mf_1_1_%u_.arc';
    -- ALTER DATABASE REGISTER LOGFILE '/u01/app/oracle/flash_recovery_area/V112/archivelog/2011_10_20/o1_mf_1_1_%u_.arc';
    -- Recovery is required if any of the datafiles are restored backups,
    -- or if the last shutdown was not normal or immediate.
    RECOVER DATABASE
    -- Set Database Guard and/or Supplemental Logging
    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    -- Database can now be opened normally.
    ALTER DATABASE OPEN;
    -- Commands to add tempfiles to temporary tablespaces.
    -- Online tempfiles have complete space information.
    -- Other tempfiles may require adjustment.
    ALTER TABLESPACE TEMP ADD TEMPFILE '/u01/app/oracle/oradata/v112/temp01.dbf'
         SIZE 39845888  REUSE AUTOEXTEND ON NEXT 655360  MAXSIZE 32767M;
    -- End of tempfile additions.
    bcm@bcm-laptop:~$

  • Startup nomount error

    SQL> startup nomount pfile='/u01/app/oracle/product/10.1.0/db_3/dbs/initRXWRHS_1.ora';
    ORA-27123: unable to attach to shared memory segment
    Linux Error: 22: Invalid argument
    Additional information: 1
    Additional information: 1310723

    If you would have run
    oerr ora 27123
    You would have gotten this.
    27123, 00000, "unable to attach to shared memory segment"
    // *Cause: shmat() call failed
    // *Action: check permissions on segment, contact Oracle support
    Please read the post on Forums Etiquette before dumping your errors in this forum right away, without any analysis from your side.
    Also always post a version and a platform.
    Sybrand Bakker
    Senior Oracle DBA

  • Dbid in nomount state

    Hello,
    can I obtain my dbid when my database is in nomount state?
    The scenario is that I had lost all my controlfiles and can only open the db in nomount state.
    Then I start rman and connect to the target db. I can restore controlfile from autobackup, but first I have to set dbid.
    Is checking the controlfile autobackup filename the only choice to obrain dbid?
    Thx.
    A.

    Hi,
    thanks a lot to you both. Controlfile autobackup name is the one I thought of and logs from older RMAN session also seems to be very useful.
    I don't use recovery catalog, so I can't use rc_database. That's why I was troubled.
    Thanks again. It helped.
    A.

  • Backup set is over 7 days -- DB status is NOMOUNT -- RESTORE CONTROLFILE

    I'm trying to do a restore of a control file using RMAN.
    After doing a STARTUP NOMOUNT of the database, I try:
    SET DBID = [whatever]
    RESTORE CONTROLFILE FROM AUTOBACKUP;
    The error I get is:
    channel ORA_DISK_1: no AUTOBACKUP in 7 days found
    And that's true. The backup set I'm trying to restore from is over 7 days old.
    I tried
    RESTORE CONTROLFILE FROM AUTOBACKUP UNTIL TIME "TO_DATE('12/17/08 18:00:00', 'MM/DD/YY HH24:MI:SS')"
    and I get the same error.
    All the examples I've seen using UNTIL TIME seem to assume that the database status is MOUNT not NOMOUNT, which is needed if you don't have a control file in the first place.
    How do I get around this problem?
    === Al

    Al,
    Set your env variable oracle_sid = whatever_sid
    then from command line
      c:> rman target /
       or
       $> rman target /
      And use one of the following to list your backups
    RMAN> LIST BACKUP;
    RMAN> LIST BACKUP OF DATABASE;
    RMAN> LIST BACKUP SUMMARY;
    RMAN> LIST INCARNATION;
    RMAN> LIST BACKUP BY FILE;
    RMAN> LIST COPY OF DATABASE ARCHIVELOG ALL;
    RMAN> LIST COPY OF DATAFILE 1, 2, 3;
    RMAN> LIST BACKUP OF DATAFILE 11 SUMMARY;
    RMAN> LIST BACKUP OF ARCHIVELOG FROM SEQUENCE 1437;
    RMAN> LIST CONTROLFILECOPY "/tmp/cntrlfile.copy";
    RMAN> LIST BACKUPSET OF DATAFILE 1;Regards

  • Uanble to RESTORE CONTROLFILE IN NOMOUNT

    Hi,
    I have a problem in database which has catalog tablespace..i have rman level 0 backup for that database.
    yesterday entire database was corrupted ..so i should recover entire database with backuped control file.
    here my problem
    $ rman target sys/selva@rmain catalog rcat/rcat
    RMAN> shutdown immediate
    RMAN>exit
    $ rman target sys/selva@rmain catalog rcat/rcat
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04004: error from recovery catalog database: ORA-01034: ORACLE not available
    HOW DO YOU RESTORE CONTROLFILE IN NOMOUNT STAGE??? DURING NOMOUNT OR MOUNT STAGE WE CANNOT OPEN CATALOG USER RCAT .
    HOW DO YOU PERFORM INCOMPLETE RECOVERY ON DATABASE WHICH HAS CATALOG TABLESPACE???
    ORACLE 9I
    REDHAT 5
    THANK U
    SELVA

    sybrand_b wrote:
    Selva,
    To answer this question I would first like you to tak a scissor , remove the CAPS LOCK from your keyboard, and I recommend you stop using uppercase and boldface.
    That is definitely shouting and should be avoided.sorry....
    Obviously when you need to recover a catalog database you need to do so in
    nocatalog mode
    So you need to use
    rman nocatalog target /
    and leave out the catalog part.acctually i have two incarnation ..i lost current incarnation datafiles and backup..
    so that i want to restore controlfile and move to previous incarnation..
    rman target / RMAN> reset database to incarnation 20;
    ERROR: cannot reset without catalog database

  • Unable to start my db at nomount stage getting error LRM-00116

    I am unable to start my db at nomount stage
    I use the following
    startup nomount pfile=d:\oracle\admin\newdb\newdb.ora and i get these
    errors :
    ORA-01078: failure in processing system parameters
    LRM-00116: syntax error at ')' following 'TCP'
    My pfile look like this ...
    # Cache and I/O
    db_block_size=4096
    db_cache_size=33554432
    # Archive
    log_archive_start = true
    log_archive_dest_1 = "location=d:\oracle\admin\newdb\arch1\"
    log_archive_format = arch_%s.arc
    # Cursors and Library Cache
    open_cursors=300
    # Statpack
    timed_statistics = TRUE
    # Diagnostics and Statistics
    background_dump_dest=D:\oracle\admin\newdb\bdump
    core_dump_dest=D:\oracle\admin\newdb\cdump
    timed_statistics=TRUE
    user_dump_dest=D:\oracle\admin\newdb\udump
    ########### File Conversion ################
    db_file_name_convert = ('d:/oracle/oradata/db01'
    'd:/oracle/oradata/newdb')
    log_file_name_convert = ('d:/oracle/oradata/db01'
    'd:/oracle/oradata/newdb')
    # Distributed, Replication and Snapshot
    db_domain=""
    remote_login_passwordfile=EXCLUSIVE
    # File Configuration
    # Lock Parameter #########################
    lock_name_space=db01s
    ############## Ctl Files ###########
    control_files=("D:\oracle\oradata\newdb\CONTROLNEWDB1.CTL",
    "D:\oracle\oradata\newdb\CONTROLNEWDB2.CTL",
    "D:\oracle\oradata\newdb\CONTROLNEWDB3.CTL")
    # MTS
    dispatchers="(PROTOCOL=TCP)(SER=MODOSE)",
    "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)",
    "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    # Miscellaneous
    compatible=9.0.0
    db_name=newdb
    # Network Registration
    instance_name=newdb
    # file directory
    utl_file_dir = c:\temp1
    # Pools
    java_pool_size=33554432
    large_pool_size=1048576
    shared_pool_size=33554432
    # Processes and Sessions
    processes=150
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Sort, Hash Joins, Bitmap Indexes
    sort_area_size=524288
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDO2
    please let me know what is wrong here.
    with regards : Alok kumar

    Hello,
    correct the syntax for DISPATCHERS.
    dispatchers="(PROTOCOL=TCP)(SER=MODOSE),
    (PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer),
    (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    Only 1 open and 1 close quotation mark.
    Regards
    Ulli

  • Startup nomount errror..

    Hi guys,
    I got error while i'm trying to startup database nomount in order to create oracle database.
    ORA-27123: unable to attach to shared memory segment
    Linux Error: 22 : Invalid argument
    Additional information: 1
    Additional information: 21129975
    have guys ever encountered this?
    TIA,
    Lux

    My server RAM is 4GB.
    SGA parameter u mean Sga_Maximum_Size..
    if so, i didn't set for this parameter.
    Here some parameter files i've set..
    db_block_size=32K
    db_cache_size=1350M
    pga_aggregate_target=1350M
    share_pool_size=400M
    Any way, i'm being dim about your third Q?
    cos i've touch this file /etc/sysctl.conf..
    In oracle document was not mentined about it.
    could you give me some clues?
    TIA,
    Lux

Maybe you are looking for