Redirect Standby Apps to Production Database.

i have R 12.0.4 Ebs over RHEL 4.2 platform.
Production
Node A database.
Node B apps tier.
Standby
Node C database
Node D apps tier
Production database A is working but apps machine B has some hardware issue cant boot. I want to redirect Node D standby appstier to production database A, how can i achieve it please help.

Please refer to:
Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1]
Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC [ID 452056.1]
Thanks,
Hussein

Similar Messages

  • Creating standby database from ASM production database in standard edition

    Hi,
    I am using oracle 10g release 2 standard edition. I recently created a database instance and wanted to create a standby database instance. After sorting out how to achieve this without managed standby and data guard I finally got it working and the shipped archive logs are applied and working well on the standby database.
    Now I am thinking of re-creating my production database and using ASM for storage managment. By doing this can a standby database still be created from a primary database using ASM? I want to be sure I can before I commit to using ASM for the production instance and manually creating a standby database from that instance.
    Note: I am using standard edition not enterprise edition.

    Hi
    For Oracle SE standby, you can visit www.anbultechnologies.co.uk , they have a brilliant product name DRMC which is Automatic disaster recovery solution with automatic failover in case primary goes down due to any reason.
    We are using this product for more than 2 years and it works like a dream using Oracle Standard Edition. We have depolyed more databases and Standby solution within the prices of 2 EE edition licenses.
    You can give ma try as well.
    website address is www.anbultechnologies.co.uk

  • Mount STANDBY with EE software created from SE production database

    We mount (by error) our STANDBY databases with Enterprise Edition EE softare.
    Our production database is Standard Edition SE.
    We apply the logs without problem, but we have intention the mount the STANDBY database with SE software.
    -> Could be possible mount the STANDBY database without need to recreate it? Remember the origin db are created from SE software and mount the STANDBY with EE software.
    Thanks you!
    Any help are welcome.
    Diego.

    Please read Note:139642.1 on metalink.

  • If the production database i down, how to switch to standby database using the replication environment in ASsE

    This question is in Business Continuity Plan (BCP)
    if the production database is down, how to switch to standby database using the replication environment in ASE

    Assuming you're referring to Sybase's Replication Server (repserver) product ...
    Repserver moves data changes from one database to another.
    Repserver can't 'switch' your application to use a different database; something outside of repserver has to do the actual switching.
    If your application happens to be connecting to your ASE via Sybase's OpenSwitch (or similar) product, then OpenSwitch would be responsible for switching your application to use the standby database.  Whether you have OpenSwitch perform the switch automatically, or via a manual command, is up to your BCP requirements.
    If your application connects directly to ASE then you'll have to decide how/when to get your application to switch to the standby database.  In the simplest form this would require shutting down the application, making sure replication is quiesced (ie, all in-flight transactions have been applied to the standby database), modify the interfaces/sql.ini file (used by your application) to point to the standby database, make any customized changes to the standby dataserver/database (eg, unlock application logins, take databases out of 'dbo use only' mode, etc), and startup the application (at this point it should connect to the standby database per the changes to the interfaces/sql.ini file).

  • Need help on DR Failover to production database

    Database : Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    OS: Solaris
    Replication type: Dataguard (with out broker)
    Problem:
    Due to power fail on production we switched our secondary to primary for our safety purpose we enabled flashback point on present production(old standby), Now hope we will face problem while switching back to production please help and guide what will be the best practice in this situation and due to the flashback on squnce is not changing how to come out of this problem please help and guide
    MAX(SEQUENCE#)
    9221
    ========#######================
    Last login: Wed Sep 5 01:51:32 from 10.245.13.6
    $ su - oracle
    Password:
    mesg: cannot change mode
    $ ps -ef|grep pmon
    oratst 2978 1 0 Sep 08 ? 233:10 ora_pmon_amantst
    oracle 3039 1 0 Sep 08 ? 209:09 ora_pmon_airman
    oracle 17582 17574 0 05:41:15 pts/1 0:00 grep pmon
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Sep 5 05:56:21 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /u01/oradata/airman/archive
    Oldest online log sequence 9220
    Next log sequence to archive 0
    Current log sequence 9222
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Sep 5 05:57:08 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter dump
    NAME TYPE VALUE
    background_core_dump string partial
    background_dump_dest string /u01/app/oracle/admin/airman/b
    dump
    core_dump_dest string /u01/app/oracle/admin/airman/c
    dump
    max_dump_file_size string UNLIMITED
    shadow_core_dump string partial
    user_dump_dest string /u01/app/oracle/admin/airman/u
    dump
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    $ cd /u01/app/oracle/admin/airman/bdump
    $ ls -lrt alert
    alert: No such file or directory
    $ *
    ksh: airman_arc0_11192.trc: cannot execute
    $ ls -lrt alert*
    -rw-r----- 1 oracle oinstall 5323818 Sep 4 20:54 alert_airman.log
    $ mkdir flashback
    $ chmod 755 flashback
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Sep 5 06:10:06 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    9221
    SQL> select NAME,DATABASE_ROLE,GUARD_STATUS,SWITCHOVER_STATUS, SWITCHOVER#,OPEN_MODE,PROTECTION_MODE from v$database;
    NAME DATABASE_ROLE GUARD_S SWITCHOVER_STATUS SWITCHOVER# OPEN_MODE
    PROTECTION_MODE
    AIRMAN PHYSICAL STANDBY NONE SESSIONS ACTIVE 4176335025 MOUNTED
    MAXIMUM PERFORMANCE
    SQL> select NAME,DATABASE_ROLE,GUARD_STATUS from v$database;
    NAME DATABASE_ROLE GUARD_S
    AIRMAN PHYSICAL STANDBY NONE
    SQL> select SWITCHOVER_STATUS, SWITCHOVER#,OPEN_MODE,PROTECTION_MODE from v$database;
    SWITCHOVER_STATUS SWITCHOVER# OPEN_MODE PROTECTION_MODE
    SESSIONS ACTIVE 4176335025 MOUNTED MAXIMUM PERFORMANCE
    ==================================================
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    AIRMAN MOUNTED
    SQL> show parameter log_archive_dest_
    NAME TYPE VALUE
    log_archive_dest_1 string LOCATION=/u01/oradata/airman/a
    rchive VALID_FOR=(ALL_LOGFILES
    ,ALL_ROLES) db_unique_name=air
    man_sj
    log_archive_dest_10 string
    log_archive_dest_2 string SERVICE=airman_kj LGWR ASYNC V
    ALID_FOR=(ONLINE_LOGFILE,PRIMA
    RY_ROLE) db_unique_name=airman
    _kj
    log_archive_dest_3 string
    log_archive_dest_4 string
    NAME TYPE VALUE
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    NAME TYPE VALUE
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    SQL>
    SQL> alter system set log_archive_dest_2=defer;
    alter system set log_archive_dest_2=defer
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16024: parameter LOG_ARCHIVE_DEST_2 cannot be parsed
    SQL> alter system set log_archive_dest_2=defer scope=memory;
    alter system set log_archive_dest_2=defer scope=memory
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16024: parameter LOG_ARCHIVE_DEST_2 cannot be parsed
    SQL> alter system set log_archive_dest_2=defer scope=both;
    alter system set log_archive_dest_2=defer scope=both
    ERROR at line 1:
    ORA-32001: write to SPFILE requested but no SPFILE specified at startup
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string
    $ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Sep 5 06:26:40 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    AIRMAN MOUNTED
    SQL> create spfile from pfile;
    File created.
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> show parameter dump
    NAME TYPE VALUE
    background_core_dump string partial
    background_dump_dest string /u01/app/oracle/admin/airman/b
    dump
    core_dump_dest string /u01/app/oracle/admin/airman/c
    dump
    max_dump_file_size string UNLIMITED
    shadow_core_dump string partial
    user_dump_dest string /u01/app/oracle/admin/airman/u
    dump
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 209715200 bytes
    Fixed Size 2029008 bytes
    Variable Size 150997552 bytes
    Database Buffers 54525952 bytes
    Redo Buffers 2162688 bytes
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string /u01/app/oracle/product/10.2.0
    /Db_1/dbs/spfileairman.ora
    SQL> alter database mount standby database;
    Database altered.
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    Database altered.
    SQL> show parameter log_archive_dest_
    NAME TYPE VALUE
    log_archive_dest_1 string LOCATION=/u01/oradata/airman/a
    rchive VALID_FOR=(ALL_LOGFILES
    ,ALL_ROLES) db_unique_name=air
    man_sj
    log_archive_dest_10 string
    log_archive_dest_2 string SERVICE=airman_kj LGWR ASYNC V
    ALID_FOR=(ONLINE_LOGFILE,PRIMA
    RY_ROLE) db_unique_name=airman
    _kj
    log_archive_dest_3 string
    log_archive_dest_4 string
    NAME TYPE VALUE
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    NAME TYPE VALUE
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    SQL> alter system set log_archive_dest_2=defer scope=both;
    alter system set log_archive_dest_2=defer scope=both
    ERROR at line 1:
    ORA-32017: failure in updating SPFILE
    ORA-16179: incremental changes to "log_archive_dest_2" not allowed with SPFILE
    SQL> alter system set log_archive_dest_2=defer scope=memory;
    alter system set log_archive_dest_2=defer scope=memory
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16024: parameter LOG_ARCHIVE_DEST_2 cannot be parsed
    SQL> alter system set log_archive_dest_state_2=defer scope=both;
    System altered.
    SQL> show parameter log_archive_dest_state_2
    NAME TYPE VALUE
    log_archive_dest_state_2 string DEFER
    SQL> show parameter db_recovery_file_dest
    NAME TYPE VALUE
    db_recovery_file_dest string
    db_recovery_file_dest_size big integer 0
    SQL> alter system set db_recovery_file_dest='/u01/oradata/flashback';
    alter system set db_recovery_file_dest='/u01/oradata/flashback'
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-19802: cannot use DB_RECOVERY_FILE_DEST without DB_RECOVERY_FILE_DEST_SIZE
    SQL> alter system set db_recovery_file_dest_size=14G;
    System altered.
    SQL> alter system set db_recovery_file_dest='/u01/oradata/flashback';
    System altered.
    SQL> show parameter db_recovery_file_dest
    NAME TYPE VALUE
    db_recovery_file_dest string /u01/oradata/flashback
    db_recovery_file_dest_size big integer 14G
    SQL> show parameter db_flashback_retention_target
    NAME TYPE VALUE
    db_flashback_retention_target integer 1440
    SQL> alter system set db_flashback_retention_target=2880;
    System altered.
    SQL> create pfile from spfile;
    File created.
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> alter database flashback on;
    Database altered.
    SQL> create restore point before_open_standby guarantee flashback database;
    Restore point created.
    SQL> select scn, storage_size, time, name from v$restore_point;
    SCN STORAGE_SIZE
    TIME
    NAME
    1536320779 8192000
    05-SEP-12 06.37.50.000000000 AM
    BEFORE_OPEN_STANDBY
    SQL> set linesize 200
    SQL> col scn,storage_size,time,name format a25
    SQL> select scn,storage_size,time,name from v$restore_point;
    SCN STORAGE_SIZE TIME
    NAME
    1536320779 8192000 05-SEP-12 06.37.50.000000000 AM
    BEFORE_OPEN_STANDBY
    SQL> alter database activate standby database;
    Database altered.
    SQL> select database_role from v$database;
    DATABASE_ROLE
    PRIMARY
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 209715200 bytes
    Fixed Size 2029008 bytes
    Variable Size 150997552 bytes
    Database Buffers 54525952 bytes
    Redo Buffers 2162688 bytes
    Database mounted.
    Database opened.
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    AIRMAN READ WRITE
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    9221
    Edited by: SHANOJ on Sep 7, 2012 9:31 AM

    Looking at the information provided by you. You have created a flashback restore point and then activated your standby database. As you have flashback restore you can flashback your current primary database(old standby) to standby mode but all your changes made on your database will be lost. And you have not done a switchover. you have activated your standby.

  • Problem with OEM  in 11g R2 Production database

    Hi,
    Oracle Version : 11.2.0.1(standard edition)
    Operating system : RHEL-5
    We are getting the below problem when trying to start the DBCONSOLE but when i check the status it is showing as running as shown below.
    [oracle@prc4s3 ~]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/log
    [oracle@prc4s3 ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 11g Database Control is already running.I the morning when i try to start the DBCONSOLE it takes around 4hr and final it was failed.
    Please help me how to solve this problem.
    Thanks & Regards,
    Poorna Prasad.S

    Hi CKPT,
    Here is the output from the emagent.log file
    2012-02-14 00:00:01,634 Thread-1111628096 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:00:01,932 Thread-3193961856 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:00:01,932 Thread-3193961856 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:00:01,980 Thread-3193961856 EMAgent started successfully (00702)
    2012-02-14 00:00:02,994 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1303, Size of upload data: 383.912426MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:00:02,994 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:04:01,543 Thread-1117927744 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:04:01,775 Thread-1117927744 enable collector (00407)
    2012-02-14 00:04:01,776 Thread-1117927744 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:04:02,839 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1308, Size of upload data: 392.171088MB, Pct(%) of Disk used: 18.86%, Disabling collections (00852)
    2012-02-14 00:04:02,839 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:08:01,399 Thread-1114777920 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:08:01,631 Thread-1114777920 enable collector (00407)
    2012-02-14 00:08:01,632 Thread-1114777920 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:08:02,687 Thread-1108478272 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1313, Size of upload data: 400.328720MB, Pct(%) of Disk used: 18.87%, Disabling collections (00852)
    2012-02-14 00:08:02,687 Thread-1108478272 Disable collector (00406)
    2012-02-14 00:08:40,597 Thread-2760670592 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:11:49,732 Thread-2760670592 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:11:49,868 Thread-2760670592 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:13:49,894 Thread-1117755712 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:13:50,189 Thread-2760670592 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:13:50,189 Thread-2760670592 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:13:50,225 Thread-2760670592 EMAgent started successfully (00702)
    2012-02-14 00:13:51,238 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1321, Size of upload data: 407.807080MB, Pct(%) of Disk used: 18.88%, Disabling collections (00852)
    2012-02-14 00:13:51,238 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:17:49,828 Thread-1130355008 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:17:50,053 Thread-1130355008 enable collector (00407)
    2012-02-14 00:17:50,054 Thread-1130355008 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:17:51,114 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1326, Size of upload data: 416.065742MB, Pct(%) of Disk used: 18.88%, Disabling collections (00852)
    2012-02-14 00:17:51,114 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:21:49,620 Thread-1120905536 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:21:49,846 Thread-1120905536 enable collector (00407)
    2012-02-14 00:21:49,847 Thread-1120905536 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:21:50,902 Thread-1114605888 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1331, Size of upload data: 424.223374MB, Pct(%) of Disk used: 18.89%, Disabling collections (00852)
    2012-02-14 00:21:50,902 Thread-1114605888 Disable collector (00406)
    2012-02-14 00:22:29,261 Thread-2434018688 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:25:38,394 Thread-2434018688 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:25:38,528 Thread-2434018688 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:27:38,554 Thread-1116543296 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:27:38,863 Thread-2434018688 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:27:38,863 Thread-2434018688 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:27:38,898 Thread-2434018688 EMAgent started successfully (00702)
    2012-02-14 00:27:39,910 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1339, Size of upload data: 431.701735MB, Pct(%) of Disk used: 18.81%, Disabling collections (00852)
    2012-02-14 00:27:39,911 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:31:38,362 Thread-1129142592 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:31:38,591 Thread-1129142592 enable collector (00407)
    2012-02-14 00:31:38,592 Thread-1129142592 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:31:39,653 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1344, Size of upload data: 439.960397MB, Pct(%) of Disk used: 18.82%, Disabling collections (00852)
    2012-02-14 00:31:39,653 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:35:38,145 Thread-1119693120 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:35:38,370 Thread-1119693120 enable collector (00407)
    2012-02-14 00:35:38,372 Thread-1119693120 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:35:39,424 Thread-1099831616 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1349, Size of upload data: 448.118029MB, Pct(%) of Disk used: 18.82%, Disabling collections (00852)
    2012-02-14 00:35:39,424 Thread-1099831616 Disable collector (00406)
    2012-02-14 00:36:17,517 Thread-1053834624 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:39:26,672 Thread-1053834624 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:39:26,812 Thread-1053834624 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:41:26,838 Thread-1119476032 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:41:27,152 Thread-1053834624 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:41:27,152 Thread-1053834624 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:41:27,188 Thread-1053834624 EMAgent started successfully (00702)
    2012-02-14 00:41:28,200 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1357, Size of upload data: 455.596389MB, Pct(%) of Disk used: 18.91%, Disabling collections (00852)
    2012-02-14 00:41:28,200 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:45:26,642 Thread-1092802880 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:45:26,870 Thread-1092802880 enable collector (00407)
    2012-02-14 00:45:26,871 Thread-1092802880 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:45:27,929 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1362, Size of upload data: 463.855051MB, Pct(%) of Disk used: 18.91%, Disabling collections (00852)
    2012-02-14 00:45:27,931 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:49:26,423 Thread-1122625856 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:49:26,650 Thread-1122625856 enable collector (00407)
    2012-02-14 00:49:26,651 Thread-1122625856 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:49:27,705 Thread-1116326208 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1367, Size of upload data: 472.012683MB, Pct(%) of Disk used: 18.92%, Disabling collections (00852)
    2012-02-14 00:49:27,705 Thread-1116326208 Disable collector (00406)
    2012-02-14 00:50:05,825 Thread-4041629056 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 00:53:14,979 Thread-4041629056 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:53:15,120 Thread-4041629056 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 00:55:15,146 Thread-1114765632 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:55:15,443 Thread-4041629056 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:55:15,443 Thread-4041629056 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 00:55:15,479 Thread-4041629056 EMAgent started successfully (00702)
    2012-02-14 00:55:16,492 Thread-1088280896 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1375, Size of upload data: 479.491043MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:55:16,492 Thread-1088280896 Disable collector (00406)
    2012-02-14 00:59:15,987 Thread-1127364928 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 00:59:16,212 Thread-1127364928 enable collector (00407)
    2012-02-14 00:59:16,214 Thread-1127364928 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 00:59:17,274 Thread-1088280896 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1380, Size of upload data: 487.749705MB, Pct(%) of Disk used: 18.85%, Disabling collections (00852)
    2012-02-14 00:59:17,274 Thread-1088280896 Disable collector (00406)
    2012-02-14 01:03:15,728 Thread-1117915456 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:03:15,952 Thread-1117915456 enable collector (00407)
    2012-02-14 01:03:15,953 Thread-1117915456 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:03:17,004 Thread-1130514752 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1385, Size of upload data: 495.907337MB, Pct(%) of Disk used: 18.86%, Disabling collections (00852)
    2012-02-14 01:03:17,004 Thread-1130514752 Disable collector (00406)
    2012-02-14 01:03:54,838 Thread-3528908160 Starting Agent 10.2.0.4.2 from /u01/app/oracle/product/11.2.0/db_1 (00701)
    2012-02-14 01:07:03,996 Thread-3528908160 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2012-02-14 01:07:04,138 Thread-3528908160 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2012-02-14 01:09:04,163 Thread-1111787840 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:09:04,470 Thread-3528908160 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:09:04,470 Thread-3528908160 fatal error parsing /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, will be ignored (00405)
    2012-02-14 01:09:04,507 Thread-3528908160 EMAgent started successfully (00702)
    2012-02-14 01:09:05,520 Thread-1108638016 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1393, Size of upload data: 503.385697MB, Pct(%) of Disk used: 18.95%, Disabling collections (00852)
    2012-02-14 01:09:05,520 Thread-1108638016 Disable collector (00406)
    2012-02-14 01:13:04,124 Thread-1101977920 target {ORCL11G, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2012-02-14 01:13:04,353 Thread-1101977920 enable collector (00407)
    2012-02-14 01:13:04,354 Thread-1101977920 ParseError: File=file:/u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/emd/collection/oracle_database_ORCL11G.xml, Line=2, Msg=<CollectionItem> Target NAME=ORCL11G does not exist (01006)
    2012-02-14 01:13:05,415 Thread-1108638016 <Upload Manager> Exceeded Max allowed Upload data - No of files: 1398, Size of upload data: 511.644360MB, Pct(%) of Disk used: 18.95%, Disabling collections (00852)and when i execute emctl status agent it is hanging here is the output.
    [oracle@prc4s3 scripts]$ emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    Error connecting to https://prc4s3.localdomain:3938/emd/maineven when i execute emctl status dbconsole it is hanging here
    [oracle@prc4s3 ~]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://prc4s3.localdomain:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/prc4s3.localdomain_ORCL11G/sysman/loghere after pressing CTRL+c it is showing *"EM Daemon is not running."*
    Thanks & Regards,
    Poorna Prasad.S
    Edited by: SIDDABATHUNI on Feb 14, 2012 4:54 PM

  • Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'

    I am in middle of Oracle 10.2.0.3 pachest installation and getting this error:
    Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'
    I shutdown database and listenter prior to start of upgarde.
    Any idea? OS AIX 5.2

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • Oracle 11g 64 bit on Linux - Restore failure in production database

    Hi guru,
    We used to take full hot backup with the help of BackupExec of Symantec in our production database.We have two different oracle database (not cluster).
    We defined same policy for both .We defined schedule on Symantec to take full hot backup every night of database on tap drive.At any point of time we maintain only 2 full backup for each database on tap and then recycle it.
    Yesterday suddenly storage of database failed for both.?It was complete failure so we did not have any option but to restore last night full backup.
    It has done successfully for one database but when we tried to restore second from last night backup it thrown error :
    channel ch0: ORA-19870: error while restoring backup piece BE_9kjsfol6_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9kjsfol6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    then we tried to restore backup of last to last night and it gave again error :
    channel ch0: ORA-19870: error while restoring backup piece BE_9djsaman_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9djsaman_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    But we have seen log of Symantec at the time of backup and it said that backup has successfully completed.
    right now I am in big trouble I tried almost all possible combination of symantec to restore database but got no success.I used script generated by symantec and tried to run that on RMAN directly but it is throwing same error.
    Please help me if possible an throw some light on exception (as I understand it says it is not able to find some piece on tap but we have not touched tap and tap media is completely safe.)
    I am pasting complete text log generated by Symantec at the time of restore attempt:
    Recovery Manager: Release 11.1.0.6.0 - Production on Sun Oct 12 01:26:45 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    # RMAN command section
    RUN {
    ALLOCATE CHANNEL ch0
    TYPE 'SBT_TAPE';
    SEND 'BSA_SERVICE_HOST=192.168.0.135,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={E8E38B61-7C1B-41A2-A2D7-8BB38A516AD3},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\G1-1-BLD-DSA2\sniffer2';
    RESTORE
    DATABASE
    UNTIL TIME "TO_DATE('10-08-2008:12:00:41', 'MM-DD-YYYY:HH24:MI:SS')";
    RECOVER
    DATABASE
    UNTIL TIME "TO_DATE('10-08-2008:12:00:41', 'MM-DD-YYYY:HH24:MI:SS')";
    RELEASE CHANNEL ch0;
    connected to target database: SNIFFER2 (DBID=3949735487, not open)
    using target database control file instead of recovery catalog
    allocated channel: ch0
    channel ch0: SID=316 device type=SBT_TAPE
    channel ch0: Symantec/BackupExec/1.1.0
    sent command to channel: ch0
    Starting restore at 12-OCT-08
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00001 to /home/oracle/app/oracle/oradata/sniffer2/system01.dbf
    channel ch0: restoring datafile 00002 to /home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf
    channel ch0: restoring datafile 00003 to /home/oracle/app/oracle/oradata/sniffer2/undotbs01.dbf
    channel ch0: restoring datafile 00004 to /home/oracle/app/oracle/oradata/sniffer2/users01.dbf
    channel ch0: restoring datafile 00005 to /home/oracle/app/oracle/oradata/sniffer2/system02.dbf
    channel ch0: restoring datafile 00006 to /home/oracle/app/oracle/oradata/sniffer2/sysaux02.dbf
    channel ch0: restoring datafile 00007 to /Ora2Meta/metatab01.dbf
    channel ch0: restoring datafile 00008 to /home/oracle/app/oracle/oradata/sniffer2/UNDOTBS103.dbf
    channel ch0: restoring datafile 00009 to /Ora2Data/blobdata01.dbf
    channel ch0: restoring datafile 00010 to /Ora2Data/blobdata02.dbf
    channel ch0: restoring datafile 00013 to /Ora2BTreeIndex/bindtab02.dbf
    channel ch0: restoring datafile 00014 to /Ora2DomainIndex/domaintab01.dbf
    channel ch0: reading from backup piece BE_9kjsfol6_1_1
    channel ch0: ORA-19870: error while restoring backup piece BE_9kjsfol6_1_1
    ORA-19507: failed to retrieve sequential file, handle="BE_9kjsfol6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00011 to /Ora2Data/blobdata03.dbf
    channel ch0: restoring datafile 00015 to /Ora2DomainIndex/domaintab02.dbf
    channel ch0: reading from backup piece BE_9ljsfqm6_1_1
    channel ch0: piece handle=BE_9ljsfqm6_1_1 tag=TAG20081006T155830
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:11:35
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00012 to /Ora2Data/blobdata04.dbf
    channel ch0: reading from backup piece BE_9mjsfrcb_1_1
    channel ch0: piece handle=BE_9mjsfrcb_1_1 tag=TAG20081006T155830
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:02:55
    failover to previous backup
    skipping datafile 1; already restored to file /home/oracle/app/oracle/oradata/sniffer2/system01.dbf
    channel ch0: starting datafile backup set restore
    channel ch0: specifying datafile(s) to restore from backup set
    channel ch0: restoring datafile 00002 to /home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf
    channel ch0: restoring datafile 00003 to /home/oracle/app/oracle/oradata/sniffer2/undotbs01.dbf
    channel ch0: restoring datafile 00004 to /home/oracle/app/oracle/oradata/sniffer2/users01.dbf
    channel ch0: restoring datafile 00005 to /home/oracle/app/oracle/oradata/sniffer2/system02.dbf
    channel ch0: restoring datafile 00006 to /home/oracle/app/oracle/oradata/sniffer2/sysaux02.dbf
    channel ch0: restoring datafile 00007 to /Ora2Meta/metatab01.dbf
    channel ch0: restoring datafile 00008 to /home/oracle/app/oracle/oradata/sniffer2/UNDOTBS103.dbf
    channel ch0: restoring datafile 00009 to /Ora2Data/blobdata01.dbf
    channel ch0: restoring datafile 00010 to /Ora2Data/blobdata02.dbf
    channel ch0: restoring datafile 00013 to /Ora2BTreeIndex/bindtab02.dbf
    channel ch0: restoring datafile 00014 to /Ora2DomainIndex/domaintab01.dbf
    channel ch0: reading from backup piece BE_9djsaman_1_1
    channel ch0: piece handle=BE_9djsaman_1_1 tag=TAG20081004T174806
    channel ch0: restored backup piece 1
    channel ch0: restore complete, elapsed time: 00:29:55
    Finished restore at 12-OCT-08
    Starting recover at 12-OCT-08
    starting media recovery
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 2 needs more recovery to be consistent
    ORA-01110: data file 2: '/home/oracle/app/oracle/oradata/sniffer2/sysaux01.dbf'
    released channel: ch0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 10/12/2008 02:12:48
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of archived log for thread 1 with sequence 34786 and starting SCN of 327309500 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34785 and starting SCN of 327301335 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34784 and starting SCN of 327293588 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34783 and starting SCN of 327283177 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34782 and starting SCN of 327276129 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34781 and starting SCN of 327270761 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34780 and starting SCN of 327259154 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34779 and starting SCN of 327247460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34778 and starting SCN of 327238239 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34777 and starting SCN of 327230121 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34776 and starting SCN of 327221510 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34775 and starting SCN of 327215378 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34774 and starting SCN of 327212076 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34773 and starting SCN of 327211654 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34772 and starting SCN of 327211171 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34771 and starting SCN of 327202005 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34770 and starting SCN of 327194156 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34769 and starting SCN of 327183755 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34768 and starting SCN of 327182026 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34767 and starting SCN of 327179450 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34766 and starting SCN of 327172246 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34765 and starting SCN of 327161460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34764 and starting SCN of 327157752 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34763 and starting SCN of 327149852 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34762 and starting SCN of 327142049 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34761 and starting SCN of 327134814 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34760 and starting SCN of 327128948 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34759 and starting SCN of 327029461 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34758 and starting SCN of 326986719 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34757 and starting SCN of 326981601 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34756 and starting SCN of 326978697 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34755 and starting SCN of 326978093 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34754 and starting SCN of 326977904 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34753 and starting SCN of 326976801 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34752 and starting SCN of 326973891 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34751 and starting SCN of 326970649 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34750 and starting SCN of 326962803 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34749 and starting SCN of 326958315 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34748 and starting SCN of 326955232 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34747 and starting SCN of 326951908 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34746 and starting SCN of 326943909 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34745 and starting SCN of 326935460 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34744 and starting SCN of 326922741 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34743 and starting SCN of 326910246 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34742 and starting SCN of 326905072 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34741 and starting SCN of 326901097 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34740 and starting SCN of 326900178 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34739 and starting SCN of 326899668 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34738 and starting SCN of 326899106 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34737 and starting SCN of 326891014 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34736 and starting SCN of 326875443 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34735 and starting SCN of 326863782 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34734 and starting SCN of 326842985 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34733 and starting SCN of 326838670 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34732 and starting SCN of 326823584 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34731 and starting SCN of 326821851 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34730 and starting SCN of 326820427 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34729 and starting SCN of 326816378 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34728 and starting SCN of 326812324 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34727 and starting SCN of 326802760 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34726 and starting SCN of 326790469 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34725 and starting SCN of 326779939 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34724 and starting SCN of 326771711 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34723 and starting SCN of 326757052 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34722 and starting SCN of 326739164 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34721 and starting SCN of 326730107 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34720 and starting SCN of 326721606 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34719 and starting SCN of 326718543 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34718 and starting SCN of 326715249 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34717 and starting SCN of 326709503 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34716 and starting SCN of 326693713 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34715 and starting SCN of 326680021 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34714 and starting SCN of 326674022 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34713 and starting SCN of 326664781 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34712 and starting SCN of 326648917 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34711 and starting SCN of 326637659 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34710 and starting SCN of 326633287 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34709 and starting SCN of 326632166 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34708 and starting SCN of 326621042 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34707 and starting SCN of 326617608 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34706 and starting SCN of 326613463 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34705 and starting SCN of 326611471 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34704 and starting SCN of 326610305 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34703 and starting SCN of 326602873 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34702 and starting SCN of 326601517 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34701 and starting SCN of 326593022 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34700 and starting SCN of 326577874 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34699 and starting SCN of 326567243 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34698 and starting SCN of 326553641 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34697 and starting SCN of 326544480 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34696 and starting SCN of 326531815 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34695 and starting SCN of 326528717 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34694 and starting SCN of 326522442 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34693 and starting SCN of 326515260 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34692 and starting SCN of 326504255 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34691 and starting SCN of 326494511 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34690 and starting SCN of 326484165 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34689 and starting SCN of 326475207 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34688 and starting SCN of 326470137 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34687 and starting SCN of 326463888 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34686 and starting SCN of 326456866 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34685 and starting SCN of 326415614 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34684 and starting SCN of 326398980 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34683 and starting SCN of 326385176 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34682 and starting SCN of 326373763 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34681 and starting SCN of 326365337 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34680 and starting SCN of 326352830 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34679 and starting SCN of 326351732 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34678 and starting SCN of 326351526 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34677 and starting SCN of 326351228 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34676 and starting SCN of 326350869 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34675 and starting SCN of 326350236 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34674 and starting SCN of 326344630 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34673 and starting SCN of 326336226 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34672 and starting SCN of 326334353 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34671 and starting SCN of 326332206 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34670 and starting SCN of 326325188 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34669 and starting SCN of 326323615 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34668 and starting SCN of 326317656 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34667 and starting SCN of 326304700 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34666 and starting SCN of 326296332 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34665 and starting SCN of 326283118 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34664 and starting SCN of 326270792 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34653 and starting SCN of 326183189 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34652 and starting SCN of 326175000 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34651 and starting SCN of 326159778 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34650 and starting SCN of 326154245 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34649 and starting SCN of 326148100 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34648 and starting SCN of 326142540 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34647 and starting SCN of 326136812 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34646 and starting SCN of 326124534 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34645 and starting SCN of 326118922 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34644 and starting SCN of 326111890 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34643 and starting SCN of 326108132 found to restore
    RMAN-06025: no backup of archived log for thread 1 with sequence 34642 and starting SCN of 326102908 found to restore
    RMAN-00567: Recovery Manager could not print some error messages
    Recovery Manager complete.

    see metalink note 465558.1
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:6831911279782618352::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,465558.1,1,1,1,helveticaKhurram

  • Production database Alert log Message

    Hi,
    I am using oracle 10gR1 on windows.Recently i have created a physical standby database (sid=smtm) and production database (sid=mtm).My production alter log file dispaly some thing like please suggest my what it shows.
    Mon Mar 02 00:18:31 2009
    Private_strands 7 at log switch
    Thread 1 advanced to log sequence 35722
    Current log# 4 seq# 35722 mem# 0: D:\ORACLE\PRODUCT\10.1.0\ORADATA\MTM\REDO04.LOG
    Current log# 4 seq# 35722 mem# 1: D:\ORACLE\PRODUCT\10.1.0\ORADATA\MTM\REDO04_A.LOG
    Mon Mar 02 00:18:31 2009
    ARC1: Evaluating archive   log 2 thread 1 sequence 35721
    ARC1: Destination LOG_ARCHIVE_DEST_2 archival not expedited
    Committing creation of archivelog 'E:\ORACLE\MTM\ARCHIVES\MTM_945F37AC_1_35721_500044525.ARC'
    Invoking non-expedited destination LOG_ARCHIVE_DEST_2 thread 1 sequence 35721 host SMTM
    *FAL[server, ARC1]: Begin FAL noexpedite archive (branch 500044525 thread 1 sequence 35721 dest SMTM)*
    *FAL[server, ARC1]: Complete FAL noexpedite archive (thread 1 sequence 35721 destination SMTM)*Mon Mar 02 00:29:42 2009
    Private_strands 7 at log switch
    Thread 1 advanced to log sequence 35723
    Current log# 3 seq# 35723 mem# 0: D:\ORACLE\PRODUCT\10.1.0\ORADATA\MTM\REDO03.LOG
    Current log# 3 seq# 35723 mem# 1: D:\ORACLE\PRODUCT\10.1.0\ORADATA\MTM\REDO03_A.LOG
    Mon Mar 02 00:29:42 2009
    ARC1: Evaluating archive   log 4 thread 1 sequence 35722
    ARC1: Destination LOG_ARCHIVE_DEST_2 archival not expedited
    Committing creation of archivelog 'E:\ORACLE\MTM\ARCHIVES\MTM_945F37AC_1_35722_500044525.ARC'
    Invoking non-expedited destination LOG_ARCHIVE_DEST_2 thread 1 sequence 35722 host SMTM
    *FAL[server, ARC1]: Begin FAL noexpedite archive (branch 500044525 thread 1 sequence 35722 dest SMTM)*
    *FAL[server, ARC1]: Complete FAL noexpedite archive (thread 1 sequence 35722 destination SMTM)*
    Thanks

    Sorry i have no metalink account.
    On production database there is no any ORA error and on standby database Alert log shows.
    Mon Mar 02 03:40:38 2009
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35728_500044525.ARC'
    Committing creation of archivelog 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35728_500044525.ARC'
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35729_500044525.ARC'
    Committing creation of archivelog 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35729_500044525.ARC'
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35730_500044525.ARC'
    Committing creation of archivelog 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35730_500044525.ARC'Mon Mar 02 04:29:14 2009
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35731_500044525.ARC'
    Committing creation of archivelog 'E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35731_500044525.ARC'
    Media Recovery Log
    ORA-279 signalled during: ALTER DATABASE RECOVER  standby database  ...Mon Mar 02 11:01:57 2009
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Mon Mar 02 11:01:57 2009
    Media Recovery Log E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35553_500044525.ARC
    ORA-279 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...Mon Mar 02 11:02:05 2009
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35554_500044525.ARC
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Mon Mar 02 11:02:14 2009
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log E:\ORACLE\PRODUCT\10.1.0\ARCHIVES\MTM_945F37AC_1_35555_500044525.ARC
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Regards
    Thanks for reply.

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Pb with command "Oracle_express\app\oracle\product\11.2.0\server\rdbms\admin\catalog.sql"

    Ello,
    I create a base manually
    when I execute the command
    sqlplus /nolog
    connect /as sysdba
    @Oracle_express\app\oracle\product\11.2.0\server\rdbms\admin\catalog.sql
    a the end I have the error
    Comment created.
    Comment created.
    Grant succeeded.
    DOC>######################################################################
    DOC>######################################################################
    DOC>    The following PL/SQL block will cause an ORA-20000 error and
    DOC>    terminate the current SQLPLUS session if the user is not SYS.
    DOC>    Disconnect and reconnect with AS SYSDBA.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    DECLARE
    ERROR at line 1:
    ORA-06553: PLS-213: package STANDARD not accessible
    Disconnected from Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Somebody have an idea for resolve my issue please ??
    Thank

    TRy this may help u
    CLASSY DBA: ORA-06553: PLS-213: package STANDARD not accessible

  • Adding a Dialog instance to a live production database.

    We are adding a number of new App servers to a ECC6 7.0 Live production database but we don't have enough confidence in the in the information in InstGui and install guide that it will not over write the /sapmnt/SID/exe of the running CI.
    Has anyone done this and is just down to not selecting the unpack Kernel and oracle client check boxes in the Parameter Summary?
    Cheers
    Chris

    Hi,
    >If parameters are set correctly it shouldn't ask you to unpack exe files.
    >DI should get all exe files from CI and it will do the same copy again whenever it gets restarted.
    Well, yes if only, the DI use the same kernel as the CI...
    For example we run our ECC6 production system with a CI on Windows 2003 64 Itanium and the DI on Windows 2003 x86_64.
    Regards,
    Olivier

  • PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist

    Hi All,
    I have installed Clusterware 11gR2 on two node cluster Solaris 10 U9 SPARC.
    After that I run Oracle Database installer and clicked next.
    In Installation Options I checked ""Create and Configure Database".
    After that I got the error message:
    PRCI-1113: Directory /u01/app/grid/product/11.2.0/gridhome does not exist
    and OUI terminate.
    Information from logs:
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location is/u01/app/oraInventory
    INFO: Is CRS Installed true
    INFO: inventory location is/u01/app/oraInventory
    WARNING: Error while invoking SRVM..
    Refer associated stacktrace #oracle.install.driver.oui.SRVMInstallExceptionHandler:384
    SEVERE: [FATAL] PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:385
    [root@gt1000a /u01/app/oraInventory/logs]#
    Please help me resolve that issue.
    Regards,
    Daniel

    For clusterware I am using grid user and for Oracle database oracle user.
    Here is the output from env command:
    [root@gt1000a /export/home/11g]# env
    MANPATH=/usr/share/man:/opt/VRTS/man:/usr/dt/man:/usr/man:/usr/openwin/share/man
    DTSOURCEPROFILE=true
    TERM=xterm
    SHELL=/bin/bash
    SDT_NO_TOOLTALK=1
    GTK_RC_FILES=/etc/gtk/gtkrc://.gtkrc-1.2-gnome2
    WINDOWID=96471252
    OLDPWD=/tmp/deinstall2011-09-10_12-04-39-AM/logs
    DTHELPSEARCHPATH=//.dt/help/root-10.182.43.169-0/%H://.dt/help/root-10.182.43.169-0/%H.sdl://.dt/help/root-10.182.43.169-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
    LC_ALL=ja_JP.PCK
    USER=root
    DTDEVROOT=
    XFORCE_INTERNET=True
    OPENWINHOME=/usr/openwin
    DTXSERVERLOCATION=remote
    XMBINDDIR=/usr/dt/lib/bindings
    GNOME_KEYRING_SOCKET=/var/tmp/keyring-I5BqD8/socket
    SESSION_MANAGER=local/gt1000a:/tmp/.ICE-unix/12267,inet6/gt1000a:32901,inet/gt1000a:32902
    SESSION_SVR=gt1000a
    HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
    MAIL=/var/mail/root
    PATH=/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/opt/VRTS/bin:/opt/VRTSvxfs/sbin:/opt/VRTSdbed/bin:/opt/VRTSob/bin:/opt/VRTScps/bin:/opt/VRTSvcs/bin:/opt/VRTSodm/bin:/usr/lib/vxvm/bin:/usr/sfw/bin:/usr/ccs/bin
    LC_MESSAGES=ja_JP.PCK
    PWD=/export/home/11g
    START_SPECKEYSD=no
    EDITOR=/usr/dt/bin/dtpad
    DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
    LANG=ja_JP.PCK
    TZ=Japan
    SDT_NO_DTDBCACHE=1
    XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
    PS1=[\u@\h \w]#
    SESSIONTYPE=altDt
    HOME=/
    SHLVL=2
    DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
    GNOME_DESKTOP_SESSION_ID=Default
    G_FILENAME_ENCODING=@locale,UTF-8
    LOGNAME=root
    AB_CARDCATALOG=/usr/dt/share/answerbooks/ja_JP.PCK/ab_cardcatalog
    DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
    XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
    DTUSERSESSION=root-10.182.43.169-0
    DISPLAY=10.182.43.169:0.0
    GTK_IM_MODULE=iiim
    XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
    G_BROKEN_FILENAMES=yes
    dtstart_sessionlogfile=/dev/null
    COLORTERM=gnome-terminal
    _=/usr/bin/env
    [root@gt1000a /export/home/11g]#
    oracle user profile:
    [root@gt1000a /export/home/11g]# cat /export/home/oracle/.bash_profile
    export ORACLE_BASE=/u01/app/oracle
    export GRID_HOME=/u01/app/grid/product/11.2.0/gridhome
    export GRID_BASE=/u01/app/gridbase
    export CRS_HOME=/u01/app/grid/product/11.2.0/gridhome
    export CRS_BASE=/u01/app/gridbase
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl
    export LANGUAGE_ID=JAPANESE_JAPAN.JA16SJIS
    export NLS_LANG=JAPANESE_JAPAN.JA16SJIS
    export LD_LIBRARY_PATH_64=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib32
    export CLASSPATH=:/JRE:/jlib:/rdbms/jlib:/network/jlib
    export PATH=$PATH:/u01/app/oracle/product/11.2.0/db_1/bin:/u01/app/grid/bin
    [root@gt1000a /export/home/11g]#
    Edited by: nagardd on Sep 15, 2011 8:07 AM

  • Configuring SharePoint Apps in Production Environment

    SharePoint 2013 Environment. We are trying to configure SharePoint APPS in production environment. It is a medium server farm with two W.F.E's load balanced. 
    We have the following two DNS entires with two different wildcards pointing to the SharePoint FQDN. 
    contoso.com 
    contosoapps.com
    Since we are planning to use https, In the DNS we have assigned a random ip address to just the apps domain. Created a new web application with no host header and assigned this IPAddress to this web application by changing the binding (for both http and
    https) on both the servers.
    When I click on the app, the redirect does not work and displays page not found error. Any help?
    V

    You said you created a new web app with no host header.  Did you also create a root level site collection in the web app?  You don't actually use the site collection but it needs to be there.  Also make sure that https is the default zone
    on that web app.  Apps normally only use the default zone for redirecting to the address and if you are using https it won't work unless that is the default zone.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • Problem in Service Registry of VC 7.1

    Hi Experts, I have created a Service Registry Destination for my ABAP Backend System in NWA, Where I have many Web Services Published. When I see in SR using http://<Host Name>:<Port No>/SR, I am able to find the Web Services that are published from

  • Is it possible to delete data selectively from Business content cubes

    Dear Experts,          Requesting you to help me out to know, is it possible to delete data selectively from Business content cubes. When I'm trying to delete selectively from Business content cubes, the background job gets cancelled with ST22 logs s

  • LR 4 Gradiation & Spot tool adjustments

    LR 4 Gradiation & Spot tool adjustments are the same as in LR 3. In other words, no WB adjustment available. Only the same adjustments that were available in LR 3.

  • Creating slide presentions with SWF & FLV Player

    I downloaded this freeware to create slide presentations, but I just couldn't (read: don't know how to) even after playing around with it for sometime. I wanted to do something like this: http://www.threadless.com/submission/213927/Sky_Thief I have t

  • Layer overlaps in Dreamweaver

    I've been creating pages for my site in Adobe ImageReady 8.0. Each document is used as as the basis of one html page. I segment pictures using the slices function, leaving spaces for copy as passive slices. (Is this the way to go or should they be ac