New To Rac 11g

Hello,
I am new to RAC and i need some guidance here. I will be responsible to set up RAC on the servers which i think i should be able to manage. My concern is that since i'm new to RAC i would need to refer to some quick material on how to manage RAC instances e.g startup/shutdown nodes , maintainence , backups etc..
Could some one give me a place where i could refer to really quick on how to manage RAC rather than going through in depth oracle documentation, which i surely plan to go through in the future. I need something really quick to get started.
Thanks in advance for all the help
Oracle version 11gR1

From what you have posted, you need this,
http://download-west.oracle.com/docs/cd/B28359_01/rac.111/b28254/toc.htm
HTH
Aman....

Similar Messages

  • Oracle RAC 11g query

    Hi All,
    I am new to Oracle RAC 11g, facing a issue, Request all to help.
    1) What is the instance id means which we get from gv$session in Oracle RAC setup?
    2) What is differnce between Session failure and node failure?
    3) If session fail, then client should connect to node1(to which session previously connected) or node2?
    Thanks

    1) What is the instance id means which we get from gv$session in Oracle RAC setup?Instance ID is unique for each instance in clustered database.
    2) What is differnce between Session failure and node failure?Session Failure - when the connection to an instance is lost, SESSION failover results only in the establishment of a new connection to another Oracle RAC node
    Node Failure/Eviction - we can say hardware fails, the Cluster Manager reports the change in the cluster's membership to Global Resource Directory (GRD)
    Resource directory which consists of both Global enqueue service & cache service
    3) If session fail, then client should connect to node1(to which session previously connected) or node2?You have to configure in SERVICE.

  • Configure UCP/FCF for oracle RAC 11g R2 in JBOSS

    I am trying to configure UCP/FCF with Oracle RAC 11g R2.
    Currently, I have configured oracle-ds.xml in Jboss in my deploy folder.
    I have got this working using jboss connection pool
    <xa-datasource>
    <jndi-name>name1</jndi-name>
    <track-connection-by-tx>true</track-connection-by-tx>
    <isSameRM-override-value>false</isSameRM-override-value>
    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
    <xa-datasource-property name="URL">
    jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(address=(protocol=tcp)(host=sample1.oracle.com)(port=1521)))(connect_data=(service_name=ha1)))
    </xa-datasource-property>
    <xa-datasource-property name="User">dbo_9</xa-datasource-property>
    <xa-datasource-property name="Password">dbo_9</xa-datasource-property>
    <exception-sorter-class-name>
    org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
    </exception-sorter-class-name>
    <no-tx-separate-pools/>
    <min-pool-size>100</min-pool-size>
    <max-pool-size>100</max-pool-size>
    <check-valid-connection-sql>SELECT 1 FROM DUAL</check-valid-connection-sql>
    <new-connection-sql>SELECT 1 FROM DUAL</new-connection-sql>
    </xa-datasource>
    1. I have configured ONS on database server. (racnode1:6200,racnode2:6200)
    2. I have copied ons.jar,ucp.jar,ojdbc6.jar in classpath.
    Now, how do I enable UCP and configure FCF in jboss.
    can anybody please help me?
    Edited by: user10697869 on Dec 14, 2011 12:22 PM

    not supported ..

  • Oracle RAC 11g R2 on AIX

    Hello All,
    I am new to RAC installations. I want to install Oracle RAC 11g R2 on an AIX server.
    Please can you provide me a link with the detailed and easy steps to follow and install Oracle 11g R2 on AIX.
    i am cheking the Oracle Installation guide, but it is not easy and it does not include the detailed steps; for ex what to add to the hosts file..
    any more simple guide/link ?
    Regards,

    Hi,
    I am new to RAC installations. I want to install Oracle RAC 11g R2 on an AIX server.
    Please can you provide me a link with the detailed and easy steps to follow and install Oracle 11g R2 on AIX.
    i am cheking the Oracle Installation guide, but it is not easy and it does not include the detailed steps; for ex what to add to the hosts file..
    any more simple guide/link ?Pl Refer MOS tech notes:
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (AIX) [ID 811293.1]*
    *Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]*
    *Master Note for Automatic Storage Management (ASM) [ID 1187723.1]*
    *Can We Install 10gr2/11gr2 on AIX 64-bit OS When Running in 32bit Kernel Mode [ID 956449.1]*
    *Master Note for Real Application Clusters (RAC) Oracle Clusterware and Oracle Grid Infrastructure [ID 1096952.1]*
    Also refer:
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17214/toc.htm
    http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101176
    Re: 11gR2 RAC installation in AIX help urgent...!!!!
    Hope helps :)
    thanks,
    X A H E E R

  • Oracle RAC 11g R1 Release Connection Failover Problem

    Hi All,
    In our Architecture we are using Oracle RAC 11g R1. Below is the JDBC URL :
    JDBCURL = jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = Host1-vip)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = Host2-vi
    p)(PORT = 1521))(LOAD_BALANCE = ON)(FAILOVER=ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <Service_name>)))
    We are using two node RAC. The problem is whenever we are rebooting a Node and rejoin the cluster, Application Servers are not able to recognize that.
    Suppose we have node1 and node2, I will take down node1 (freeze the cluster) and then reboot node1 and bring it back up( and join the cluster). At this point, My application servers are not able to recognize that some new DBserver(node1) had joined the cluster until I restart my application servers.
    Please Provide me a solution for this. Thanks alot to everyone in advance.
    Edited by: 877010 on Aug 4, 2011 2:00 PM
    Edited by: 877010 on Aug 8, 2011 10:19 AM

    Please try using this
    JDBCURL = jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = Host1-vip)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = Host2-vi
    p)(PORT = 1521))(LOAD_BALANCE = YES)(FAILOVER=YES)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <Service_name>)))

  • Oracle rac 11g installation

    Hi
    Am planning to install oracle RAC 11g on linux server. Have doubt on installation of clusterware or grid infrastructure first .?
    I think grid infrastructure covers clusterware and ASM both and then oracle 11g software to be installed.
    But how to download grid insfrastructure software. Will it come with oracle 11g software..? or need to download it seperately.?
    Because when i try to download oracle RAC 11g which gives link to download the 11g software not grid.
    Thanks in advance,

    Hi,
    Its called "oracle one node rac"  you will find plenty of documents on metalink, extract is below, hope this helps you to understand the differences.
    Oracle RAC Database : Oracle RAC database is a clustered database. It can have more than one instance running on one or more hosts. To make is database RAC , there is another software needs to be installed called Oracle Grid infrastructure which takes care of multinode sync, ASM, Oracle restart etc. Oracle GI is necessary as a base of Oracle RAC. In Oracle RAC, the load is balanced across multiple instance of databases running on different nodes. This is best for Production database. Failure of any instance is abstracted from user and forwarded to another instance from the database server pool. No of instances can be controlled using Policy Managed or Admin Managed.
    Oracle RAC One Node : Some time we need to have RAC databases but donot need many instances, why? Simple answers to it is leverage the high availability of RAC. The Oracle RAC One node is a RAC DB runs on one host. The advantage is it saves your resource, can to converted to full RAC any time, Cluster fail over i.e. the Database instance is moved to new instance in case of any failure on host known as Instance Relocation,easy to upgrade etc. This type of database is well suited for small production and dev/test environments.

  • Need Document/Steps for Cloning RAC 11g.

    Hi,
    I am looking for a document to clone an existing RAC 11g database.
    I believe in the cloning process this will create a new RAC database...
    Also the source database data has to be applied to the cloned rac db.
    Environment 11g, AIX.
    Advice needed.
    Thanks in advance.

    Hello Indigo,
    The steps are necessary,
    1) Create the password file
    2) Create the spfile for the DESTINATION database (auxiliary database)
    3) Create the necessary mount points or the folders for the database files
    4) Execuute this command from the primary database.
    DUPLICATE TARGET DATABASE TO <standby_name>
    FOR STANDBY
    FROM ACTIVE DATABASE
    SPFILE
    PARAMETER_VALUE_CONVERT '<string>', '<string>'
    SET DB_FILE_NAME_CONVERT '<string>', '<string>'
    SET LOG_FILE_NAME_CONVERT '<string>', '<string>'
    SET SGA_MAX_SIZE 1000M
    SET SGA_TARGET 850M;
    Please see the *11g : Active Database Duplication ID 568034.1*
    Best Regards,
    Rodrigo Mufalani
    http://www.mrdba.com.br/mufalani

  • Oracle RAC 11g on Windows 2008 64 bit - blue screen error on both nodes

    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull and crs_state -t shows all services in two nodes are online.
    When executed a select query with 100 sessions( For performance evaluation using Transaction generator ) ,the machine got crashed and blue screen is appeared on two nodes. I restrated the machines and and starts the same evaluation ,bt the same bug is repeating.
    Can anyone suggest a solution to solve this issue? Is our hardware is not sufficient ? Shall we need to perform any
    specific settings in Oracle RAC setup for performance evaluations?
    Is our settings for load balancing is not enough? ( We added "Load Balancing= On" on tnsnames.ora on client for load
    balancing)
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC 11g , Clusterware 11g R2 , ASM with 5 raw disk ( 1- votting disk ,1- ocr files and 3 disk files)
    Edited by: user2033016 on Jun 29, 2011 10:02 PM

    user2033016 wrote:
    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.i guess you have installed/configured RAC using VMware. i guess, the problem is with your RAM size. how much disk space and RAM size you have allocated for each machine?
    which documentation you have followed?

  • How to install oracle RAC 11g on oracle linux 5 using vmware workstation ?

    Hello;
    I need to Install Oracle RAC 11g R2 with database 11g ( 2 nodes ) but by using vmware workstation ( not server 2) on oracle linux 5-6 .
    So any document can help me please ..
    regards.

    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-ol5-using-vmware-server-2.php
    http://appsdbaworkshop.blogspot.in/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    http://robertgfreeman.blogspot.in/2009/12/11gr2-rac-on-vmware-part-one.html

  • Modify parameter file ORACLE RAC 11G

    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soon

    846671 wrote:
    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soonYou know that the modifications you'have done on spfile are not active until you restart DB. So why don't you want to modify the spfile by "alter system ... scope=spfile" commands? I don't see the point to create pfile, modify it and recreate spfile...
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28264/params.htm#CIHIDAHD

  • Error during installation Oracle RAC 11G

    Hi experts;
    I'm installing Oracle RAC 11G, this installation will be in two virtual servers, OS Linux redhat.
    I began the installation with these steps
    Configure Security Updates
    then ask for proxy server information (nothing was entered), continue
    Installation Option (don't ask anything)
    then System Class (Server class selected)
    Grid Options
    (Real Application Clusters database installation)
    when hit ENTER I got this errror message - (INS - 35354) The system on which you are attempting to install Oracle RAC is not part of a valid cluster.
    I was looking in some forums an I found one where indicates I should indentiify these files and change some info on them;
    =============================================================================
    cat /etc/oraInst.loc
    The ouput of the above command lists the inventory_directory
    Browse to the inventory.xml file in that directory. My oraInventory
    cd /u01/app/oracle/oraInventory/ContentsXML/
    cat inventory.xml
    You can verify that the flag CRS=true isn’t set for the $GRID_HOME
    ==============================================================================
    However, I couldn't find any of those files in my directories.
    also, i was verifying the note [ID 1053393.1, but again, I couldn't find where to change the values for CRS.
    Any idea what I'm doing wrong?
    I will apreciate your help.
    Regards
    Al
    b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    RAC is a database in a cluster. One Database opened by one o more instances in one or more hosts.
    Note: RAC is not a cluster, but a Database cluster.
    To allow database be clustered, we need to install a software cluster.
    We have some options, but Oracle developed your own software cluster actually named Grid Infrastructure for a cluster AKA Oracle Clusterware.
    To install RAC you need first install and configure your cluster.
    Before you start install Oracle cluster/RAC I recommend you start with concepts.
    http://docs.oracle.com/cd/E14072_01/rac.112/e10717/intro.htm
    http://docs.oracle.com/cd/E14072_01/rac.112/e10718/admcon.htm
    Regards,
    Levi Pereira

  • Oracle client 9i and Oracle RAC 11g

    Hi,
    Would appreciate to help me in following. I have installed RAC 11g on one site and on another site I have machine with installed client 9i. All traffic between them going through firewall.
    Client is using by application that opening from 8 to 12 sessions to server with permanent high load. Periodically we are getting error "end-of-file communication" that means disconnections with DB.
    Can it be compatibility issue between 9i client and 11g server or most probably firewall killing connections?
    On the same site that installed DB, we are using 11g client and there everything working perfectly. So it can be only firewall or client 9i issue.

    My version of client is 9.2.0.7. It should be compatible as per this doc:
    https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=163455558495377&_afrWindowMode=0&_adf.ctrl-state=1814k31djx_120#115
    Edited by: 1009244 on Jun 1, 2013 6:21 AM

  • ORACLE_HOME in Oracle RAC 11g (Windows Server 2008)

    Hello,
    I've got two (2) nodes in an Oracle RAC 11g in Windows Server 2008. Oracle software is installed in C:\app.
    I realized that it's not been set ORACLE_HOME path. In System Properties-> Advanced -> Environment Variables, I see that ORACLE_HOME is empty.
    - Which path would be the ORACLE_HOME: C:\app\bd\product\11.2.0\dbhome_1
    - Do you have to setup the same in both nodes?
    Thanks

    I realized that it's not been set ORACLE_HOME path. In System Properties-> Advanced -> Environment Variables, I see that ORACLE_HOME is empty.its normal behaviour
    - Which path would be the ORACLE_HOME: C:\app\bd\product\11.2.0\dbhome_1if you installed that location, yes
    - Do you have to setup the same in both nodes?actually, you dont HAVE TO, its not needed at all

  • Oracle RAC 11g on  EL5/XEN/NFS

    I have written a small article on my Linux/Xen para-virtual based RAC 11g system
    http://boulayp.free.fr/articles.php?lng=fr&pg=170

    user2033016 wrote:
    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.i guess you have installed/configured RAC using VMware. i guess, the problem is with your RAM size. how much disk space and RAM size you have allocated for each machine?
    which documentation you have followed?

  • Oracle RAC 11g - Transition queries

    Hi,
    I am about to get transition on Oracle databases used currently by one of the client managed by another vendor.
    I would like to I have a check list sort of thing for getting transition on Oracle RAC 11g r2 from the current vendor.
    Appreciate if anybody can help me on this asap.
    Thanks in advance.

    user2033016 wrote:
    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.i guess you have installed/configured RAC using VMware. i guess, the problem is with your RAM size. how much disk space and RAM size you have allocated for each machine?
    which documentation you have followed?

Maybe you are looking for

  • Actiontec M1424WR WiFi very slow

    Hello everyone, I have the above router. Has anyone had issues with WiFi speeds being very slow? Nothing has changed over the past weeks, but my Ipod and Iphone are at a standstill. I had a range extender and even with it off, there doesn't seem to b

  • Simple Request for Answers of Today's Questions.

    I realize that you are likely the recipient of very limited information, but as one of the worlds largest retailers I would hope that someone at the Best Buy corporate office would have a list of details that is being circulated to upper management a

  • Need some info regarding BWA1 transaction in CRM

    Hi,   I am trying to understand few things for the BWA1 transaction. Looks like we need to explore the BWA1 transaction for data source enhancement before trying the classical Data source enhancement method (Append structure in the Data source ) in R

  • Web Services Language

    Hi guys, We are testing a bunch of We Services with SOAPUI tool, and we are having the folllowing problem: All descriptions depending on language are displayed in english in SOAPUI. Our client works in spansh language, so they are getting problems wi

  • Web Services directory disappeared in Library

    I have been trying to fix a problem with Php and Pear on my mac and discovered that the Web Services directory is not listed ? I am running PHP, Rails, Apache and MySql perfectly but the web services folder is not showing up in the library folder. I