SCAN RAC 11g

We have 2 node rac running with 1 databse currently. (XXX) which is running on port 1580 and having a application tier which is running successfully.
We need to add another database on the same nodes (YYY) but we need to run scan and database listener on port 1590 for ebiz application to talk to it.
But I suppose in cluster's services we can't have more than 1 scan listener.
So we propose this.
We create a new database listener running on port 1590
Scan listener keep running on 1580
We clone the database from XXX to YYY and then point local_listener to 1590 and remote listener to scan.
It will register itself and then on apps side we change the XML to point to Scan listener so it will be like this.
EBIZ running on port 8069 pointing to database running on 1580.

Hello all,
for "+why not simply add a second port to SCAN and db listener?+"
... because the fact that you can do that:
"+srvctl modficy scan_listener -p "1580,1590"+"
is considered a BUG (10633024), which means the ability to do so will go away in future (11.2.0.3).
Using SCAN with one TCP port and multiple listeners with respective ports should work just fine, if done right. For more information, see:
MOS Note 220970.1 – RAC: Frequently Asked Questions - entry: "How to use SCAN and node listeners with different ports?"
Hope that helps. Thanks,
Markus

Similar Messages

  • RAC 11g SCAN and DNS

    Hi,
    Do I need to consider and resgister SCAN with DNS or just use SCAN as VIP before I install RAC 11G R2 ?

    Hi,
    In case you decide to use the Grid Naming Service (GNS),the GNS daemon will allocate three IP addresses from the range of addresses offered by the DHCP server. The IP addresses are Address records in DNS that resolve to the SCAN name in a round robin fashion
    In /etc/hosts on each node of the cluster – a single IP for the whole cluster. Helps bypass the OUI installer limitation of DNS defined SCAN.
    see this links
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/prelinux.htm#BABEHBAA
    http://gjilevski.wordpress.com/2010/09/03/dns-configuration-for-oracle-11gr2-scan-listeners/

  • 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

  • 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 ..

  • 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?

  • Oracle RAC 11g paper

    Hi,
    I have cleared OCP 9i DBA track and upgraded it to OCP 10g in dba track. Now I want to pass Oracle RAC 11g paper. I want to know which papers will have to pass me. What will the track?

    apps_dba wrote:
    Hi,
    I have cleared OCP 9i DBA track and upgraded it to OCP 10g in dba track. Now I want to pass Oracle RAC 11g paper. I want to know which papers will have to pass me. What will the track?A certified 10g DBA OCP (who is shown as such in certview) will need to do the following to get 11g RAC OCE certification:-
    ( In any order .... and probably the reverse of that given below is appropriate: )
    A: Pass the 1z0-058 exam
    AND
    B: ( Either have authorized (wrt certification) 11g RAC training certified
    Or attain 11g DBA OCP status (e.g. by passing 1z0-050 )
    .... This is totally from my sad memory but may be checked at http://certification.oracle.com

  • 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 On Window Server 2003 Installation Step by Step

    Hi all
    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003
    I have tow nodes
    EMC storage
    Any body can help please ...
    Thanks in Advance.
    Edited by: MHAIDAR on Jun 15, 2011 1:19 AM

    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003check this
    http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnWindows2003UsingVMware.php

Maybe you are looking for

  • Question: Is it always harmelss to re-install a VM Server?

    I'm thinking about disaster scenarios, and what I'm going to do about them. One scenario is that one server in a cluster dies, or even is just suspected of being corrupted in some way. Question: What is the procedure for replacing a VM server? Let's

  • Streaming music to airport express, is there a plugin or extension ?

    Is there a plugin or extension etc. to allow streaming of various music streaming sites to be sent to a wireless device such as airport express?

  • In Mail, How can I continue editing an email saved as a draft?

    In Mail, seems that once I save an email I've been working on to the Drafts folder, when I reopen it, I cannot continue editing it. In Mail, How can I continue editing an email saved as a draft to the drafts folder? Steve

  • Implementation not available

    When trying to compile a java program I get an error in the jweb.jar file. Unhandled exception breakpoint occurred at line 51 in file [D:\ORANT\ows\cartx\jweb\classes\jweb.jar]\oracle\owas\nls\Charac terSetManager.class: java.lang.ExceptionInInitiali

  • Problems with Winclone/Partition space

    hello, I have a MBpro 08 edition and have a partitioned disk that is running XP. It is running really low on space, so I downloaded Winclone and made an image of the partition. The problem is that whenever I restore the image to the new partition whi