Primary instance in RAC hung

Our production is a 2 node RAC. Today in alert log of primary node we got the following error:
Potential blocker on resource CI-0000001E-00000002
And we found that we could not connect to our database, neither from primary nor secondary instance.
Ultimately we had to bounce Application services and database, can you please give me an idea what led to this problem?
Regards,
Arnab

The problem you describe here looks to have a lot of similarity with a problem described in note 745198.1 on metalink. The problem in the note described is caused by RMAN making a snapshot controlfile stored on an NFS file system (but this could be something else in your case). The issue is that the controlfile is locked for so long that the system is not able to use it. This causes the errors like you have encountered.
The solution in the note is to route the snapshot controlfile to a local file system.
Regards,
Gerwin Hendriksen

Similar Messages

  • Primary database is RAC and Physical standby is single instance

    Hello All,
    I am using Oracle RAC 11.2.0.3 as primary database, we are going to start using Oracle data guard.
    So I am designing my infrastructure and planing to use Oracle 11.2.0.3 Single instance as my physical stand by database.
    My question is it feasible to have my standby database as single instance while the primary is RAC?
    is it feasible to build my Oracle single instance standby database from the RMAN backup of the RAC primary database?
    Is there any restrictions (or any points to be taken into consideration) since my primary database is RAC while the physical standby is Oracle single instance?
    in the below link
    [http://docs.oracle.com/cd/B28359_01/server.111/b28294/concepts.htm#i1039416]
    it was mentioned that primary can be RAC or single and same for standby, but my question is it feasible to have primary as RAC while standby as single instance? or it should be like each others?
    The primary database can be either a single-instance Oracle database or an Oracle Real Application Clusters (RAC) database.
    Similar to a primary database, a standby database can be either a single-instance Oracle database or an Oracle RAC database.Regards,

    My question is it feasible to have my standby database as single instance while the primary is RAC?Yes...quite a common setup.
    is it feasible to build my Oracle single instance standby database from the RMAN backup of the RAC primary database?Yes.
    Is there any restrictions (or any points to be taken into consideration) since my primary database is RAC while the physical standby is Oracle single instance?No show stoppers.

  • How to restasrt primary instance in services

    Hi Experts,
    We have 4 nodes ORACLE RAc in oracle 11.1 with database 10GR2 in red hat 5.3
    The service saleapps default 2 primary instance and 2 available instance.
    From the moniotr, I found that the most application is working on available nodes by saleapps server.
    From EM manage I saw service saleapps messasge
    service status for instance as stoped. the status detail message as
    Service is stopped on this preferred instance.
    But instance columm shows ALl instance status is UP and I can log inot each individual nodes too.
    I clicked start button at tab of Cluster Database under Cluster Managed Database Services > Cluster Managed Database Service: saleapps
    I got message as
    Service Start : The service is already started on 2 instance(s), matching the number of preferred instances defined for this service.
    At the present, saleapps service is running on other 2 available instance.
    This is a production RAC databaase, How can I fix these issue and put primary instance back to saleapps server?
    Thanks for your help.
    JIm

    Hi,
    output as
    saleapps PREF: sale2 sale1 AVAIL: sale3 sale4 TAF: BASIC
    If it were wrong, You'd have to correct it. The command is:
    srvctl modify service -d sale -s saleapps -n -i "sale1, sale2" -a "sale3, sale4" -f
    what do I need to do next?As the configuration is rigth, You have only to relocate it. The command is:
    srvctl relocate service -d sale -s saleapps -i sale3 -t sale1 -f
    srvctl relocate service -d sale -s saleapps -i sale4 -t sale2 -f
    Hope it helps,
    Cerreia
    Edited by: Cerreia on 30/10/2009 19:42
    Edited by: Cerreia on 30/10/2009 19:57

  • TNSNAMES.ora for DR And Primary Instance

    I have 2 node rac, how do i specify load balance and failover in the client tnsnames.ora including DR hostnames so that when the primary instance is not available it automatically goes to DR. Instead of flipping the tnsnames.ora.

    You seem to have a substantial amount of confusion in your request.
    When you use the term DR are you referring to an unmentioned Physical Data Guard implementation somewhere else or are you misusing the term to mean "the other node in my cluster?"
    In what version of Oracle?
    What services have you defined?
    How is failover configured? Using TAF or FCF?
    You need to provide a lot more information for us to help you.
    Load balancing has nothing to do with failover. Are you asking about one of them or both?
    Review the capabilities of the DBMS_SERVICE package with respect to creating a service. How did you define your RAC services?

  • Help while creating ASM instance on rac environment on Linux

    Help while creating ASM instance on rac environment on Oracle enterprise Linux 4 x84_64 Update 5 (10g2).
    a) Installed ASMLib 2.0 Packages
    b) Configured and Loaded the ASMLib 2.0 Packages
    c) Created ASM Disks for Oracle
    d) I can see, three volumes already defined for ASM file system.
    By running following command (on both node), I get following that means disk are detected.
    /etc/init.d/oracleasm listdisks
    VOL1
    VOL2
    VOL3
    But Disk members not displayed for creating disk groups. I even tried to "Change Disk Discovery Path" button and put "ORCL:VOL*" but still no luck.
    Someone told me use, use ADD DISKS button but this button is disabled for me.
    Can anyone, please help me if I missing something.

    *****SOLVED******
    Thanks for reply..
    I set the Change Disk Discovery Path" to /dev/oracleasm/disk/* instead of "ORCL:VOL* and this worked for me.

  • Convert single instance in Rac

    Hello experts, I have already configured a cluster database between two nodes with a RAC database named Cars. Also I have a single instance database named Persons in the first of the nodes. Now I need convert this single instance(Persons) in a Rac database, that is I want to have two RAC database(Cars and the new Persons).
    Thank you very much in advance.

    Oracle provides following methods to convert a single instance database to RAC:
    Grid Control
    DBCA
    Manual
    RCONFIG(from 10gR2)
    refer this link:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html(manual method)
    http://oracleinstance.blogspot.com/2009/12/convert-single-instance-to-rac-instance.html(rconfig method)
    http://onlineappsdba.com/index.php/2009/06/24/single-instance-to-rac-conversion/(using dbca)
    http://oracleinstance.blogspot.com/2010/07/converting-single-instance-to-rac.html(using dbca)
    for converting your filesystem to asm use RMAN:
    refer: for converting the non-asm files to asm files using the steps as shown in the link
    http://oracleinstance.blogspot.com/2009/12/migrate-from-database-file-system-to.html
    hope, this helps you.
    Rajeshkumar Govindarajan,
    Oracle DBA,
    http://oracleinstance.blogspot.com

  • Adjust parameters from single instance to RAC

    Hi
    I am carrying out a migration from single instance to RAC. I know there are a list of parameters that We have to adjust to keep the same or better performance moving from single instance to RAC. Can you post any link or something like that, that help to adjust the parameters ?
    Thanks

    user2931261 wrote:
    Thanks
    All is runing fine and the instaces are started. I set major of parameters of single instance but now I am getting a message that some of the parameters I set are DEPRECATED. How can I know what parameters are deprecated ?
    ThanksORA-32004 obsolete and/or deprecated parameter(s) specified
    Cause
    One or more obsolete and/or parameters were specified in the SPFILE or the PFILE on the server side.
    Action
    See alert log for a list of parameters that are obsolete. or deprecated. Remove them from the SPFILE or the server side PFILE.
    obsolete and/or deprecated parameter(s) in initDB.ora file. To find out which you could from SQL*PLUS, issue the following statement, to find the sinner.
    SQL> select name, isspecified from v$obsolete_parameter where isspecified='TRUE';
    refer:-http://oracleinstance.blogspot.com/2009/12/04-obsolete-andor-deprecated-parameters.html

  • Convert ASM single instance to RAC ASM instance...

    Hi, all
    Im installing OracleDatabase with RAC and I got an error on the Database Configuration Assistant that says "The ASM instance configured on the local node is a single instance. To manage this instance as a single-instance ASM restart DBCA and select the single instance database option. To manage this instance as RAC ASM, convert it to RAC ASM first".
    How I can convert it??
    Thanks

    See the link below for converting a single instance ASM to RAC ASM. The link is to the Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide for Linux. If your platform is not Linux, check the Install Guide for your OS.
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14203/cvrt2rac.htm#BABJDAJG

  • Migrate single instance to rac

    Hi all
    Currently i have installation Oracle SE (10.2.0.1) i want migrate to rac 2 x Oracle SE (10.2.0.3) ?
    Can i use RMAN? or i must use exp/imp ? i have difrent version of oracle so i dont knew
    Thanks

    Hi,
    well there are two ways to do that.
    A) use the existing infrastructure and the database and adding additional nodes.
    B) setup up new SYSTEM/HARWARE RAC environment and move single database instance to RAC.
    which OS you are using.
    why dont you upgrade your ORACLE or you can make use to transpotable tablespce also.
    Regards
    MMU

  • "ORA-00928: missing SELECT keyword" only on one instance in RAC

    I am using oracle 9i RAC.When I run a query in one instance it is working fine but in another instance of RAC it is giving "ORA-00928: missing SELECT keyword".
    I am wondering why it happening in the same RAC.Please suggest me where is the problem.
    Thanks

    STAR_TRANSFORMATION_ENABLED=true in both instances
    My query lools like
    SELECT * FROM
         (SELECT coulmn1,col2
                   FROM tab1 wh full OUTER JOIN tab2 stg on wh.row_id = stg.row_id
                   WHERE wh.MODIFICATION_NUM IS NULL
                   OR stg.MODIFICATION_NUM IS NULL
                        OR wh.MODIFICATION_NUM <> stg.MODIFICATION_NUM) WHERE REC_STA <>'D';
    Please suggest
    Thanks

  • How to convert from single instance to RAC?

    Hi, I have one environment it is version is 10.2.0.4 in linux SUSE.
    I decided to move this environment to 10.2.0.4 Real applicaiton cluster has two nodes in linux red-hat.
    Firstly,
    I install 10.2.0.1 rac on two new machine in linux red hat.
    Then I upgrade my rac to 10.2.0.4 from 10.2.0.
    Now I want to move the single instance to RAC,
    Is there an anathoer way that different from export , import?

    Besides the obvious Export-Import which do not want to consider (although it would be the neatest method !), look the 4th conversion scenario under paragraph D.3.2 "Single-Instance to RAC Conversion Scenarios" at
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14203/cvrt2rac.htm#BABFCAHF
    The 4th conversion scenario is "Converting a single-instance Oracle Database 10g Release 2 (10.2) to an 10g Release 2 (10.2) RAC database, running out of a different Oracle home, and where the host where the single-instance database is running is not one of the nodes of the RAC database".
    Reference section D of the "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Linux"
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14203/toc.htm

  • Primary instance startup failiure

    Good morning all ;
    When trying to startup my primary instance i am getting following error.
    SQL> startup pfile='/home/oracle/org/admin/pfile/initorg.ora' nomount;
    ORA-16019: cannot use LOG_ARCHIVE_DEST_1 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST
    my initorg.ora file contents
    org.__db_cache_size=784334848
    org.__java_pool_size=4194304
    org.__large_pool_size=4194304
    org.__shared_pool_size=247463936
    org.__streams_pool_size=0
    *.background_dump_dest='/home/oracle/org/admin/bdump/'
    *.compatible='10.2.0'
    *.control_files='/home/oracle/org/oradata/control1.ctl'
    *.core_dump_dest='/home/oracle/org/admin/cdump/'
    *.db_name='org'
    *.log_archive_dest='/home/oracle/org/oradata/arch/'
    *.sga_target=1000m
    *.undo_management='auto'
    *.user_dump_dest='/home/oracle/org/admin/udump/'
    fal_server=dummy
    fal_client=org
    db_unique_name=org
    standby_file_management=auto
    remote_login_passwordfile='exclusive'
    db_file_name_convert='/home/oracle/dummy/oradata/','/home/oracle/org/oradata/'
    log_file_name_convert='/home/oracle/dummy/oradata/','/home/oracle/org/oradata/'
    log_archive_dest_1='location=/home/oracle/org/oradata/arch/'
    log_archive_dest_2='service=dummy'
    thanks in advance ..
    SQL> archive log list;
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /home/oracle/org/oradata/arch/
    Oldest online log sequence     9
    Next log sequence to archive   10
    Current log sequence           10

    You can see that you have BOTH parameters set in the file.
    *.log_archive_dest='/home/oracle/org/oradata/arch/'
    log_archive_dest_1='location=/home/oracle/org/oradata/arch/'
    Logically you should be using log_archive_dest_1  (and dest_2 for the standby).  So, you need to remove log_archive_dest
    Hemant K Chitale

  • Migrate from single instance to RAC manually

    Hi,
    I have a 10g database running in single instance.I have installed grid 11.2.0.2 in two nodes including the node where current instance is running,I have installed 10g again in a seperate mount point in both the nodes .It has the same patches as single instance 10g home.Now how to migrate from single instance to RAC manually.
    Thanks,
    Sekar

    -restore this database into 11g ASM if its not already on ASM.
    -upgrade this database to 11g from 10g on single instance.
    -Now Converting Single Instance on a Cluster to Oracle RAC ,here you have different option to perform this once its 11g database after upgrade.
    using rconfig
    using dbca or manually.
    see detail here
    http://docs.oracle.com/cd/E11882_01/install.112/e24660/cvrt2rac.htm#autoId9

  • Both instances of rac is getting start automatically

    Earlier we use to start both the instances of RAC manually but from last one week
    both instances of rac is getting start automatically when we starts the unix machine
    DB Name - Kumaondb
    instance1=Kumaondb1
    instance2=Kumaondb2
    I want to start them manually,
    May someone help me ?
    Thanx !
    Deep

    If you not using ASM with your database then simply change the Y to N in the /etc/oratab file.

  • Convert single instance to rac on 11gr2

    Hi,
    I have 11gr2 database single instance running with ASM storage attached. i want to convert it into RAC on same server.
    Can I take RMAN backup and restore in RAC ORACLE_HOME ? or do I need to go with rconfig or other steps?
    Please let me know if have any good doc.
    thanks

    here is detail:
    DB server =db1
    installed oracle binary for non-RAC-oracle 11gr2.
    installed oracle binary for rac-oracle and grid V 11gr2
    dATABASE is running in non-rac oracle with ASM. I want to convert from Oracle single instance to RAC instance on same server on Linux RHEL5.4 platform.
    Thanks

Maybe you are looking for

  • How do I remove a second iTunes account that pops up when update an app on my iOS device?

    I used a second iTunes account a while back to buy apps. Now whenever I update my phone, it would ask for both accounts. I removed all the apps I bought from my 2nd account already and it would still ask for the 2nd account's password whenever I upda

  • MSI 655 and CL=2

    hi guys, I'm looking to upgrade my mobo to a 655 but I have some questions. I've read a few reviews and alot said they had troubles running the ram modules (ddr333) at CL2. Have any of you guys experienced any problems with your ram running at CL2? T

  • I need to know what ipad I have 2 or 3 but don't know the version

    I don't see anything on the back nor in settings.  Help please.

  • Best Practice for Enterprise Application Integration

    I would like to integrate a few corporate systems together by using Oracle Fusion Middleware. I suppose the integrated process is running in synchronous mode such that it also supports two phase commit. In BPEL Process manager, there is a tool called

  • Consolidate Files in an External Hard Drive

    When I bought my new Mac, I moved all purchased iTunes Music from my current iPod to my new computer. I would like to back up my music files from my new Mac to an external hard drive, but it won't let me. How can I move the files on my Mac to the ext