Multiple Oracle databases in Sun cluster 3.2 (without RAC setup)

There are 2 Sun SPARC (Sun Fire T2000) servers with Solaris 10 (05/09) OS and Sun Cluster 3.2 software. We need two different Oracle databases & instances (Oracle 10g R2 without RAC) for an application. The first database is for Production and need to be configured in the first node & Shared storage disk and need high availability. This database should run from the second node if the first node fails. The second database is for Quality/Test and it is prefered to be running in the Second node for better load distribution. This DB doesnt require any failover.
The shared storage is Sun SE 3510 FC and multiple LUNs can be created for different databases..
Is it possible to configure two different resource groups (one for Quality and other for Production) and make the first node primary for Production RG, and the second node primary for Quality RG and thus distributing the load on 2 servers ? If possible, what special configuration required in Sun OS and Cluster side ?
Appreciate if you can give some configuration procedures/documents for this multi-master cluster setup..

You can configure two resource groups, such as:
# clrg create -n node-a,node-b prod-rg
# clrg create -n node-b qa-rgand you configure the required resources (disk groups / file systems, logical host, oracle listener, oracle server) as described within
[http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand|http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand]
Note that this is not really called a "multi-master" configuration - that has a specific meaning for a resource group (see [http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view] ) for details.
With Solaris Cluster all nodes part of a cluster are considered active and can host resource groups. You can have any number of resource groups running, where a subset runs one one node, another subset on other nodes. The nodelist property of the resource group defines where it can run, the first node in the list is the preferred primary.
You can even define resource group dependencies or affinities between the resource groups. Like you could define a negative affinity between qa-rg and prod-rg, such as if prod-rg needs to failover to node-b (since e.g. node-a died), it would offline qa-rg. Details for that kind of possibilities are described at [http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view].
Regards
Thorsten

Similar Messages

  • TimesTen database in Sun Cluster environment

    Hi,
    Currently we have our application together with the TimesTen database installed at the customer on two different nodes (running on Sun Solaris 10). The second node acts as a backup to provide failover functionality, although right now only manual failover is supported.
    We are now looking into a hot-standby / high availability solution using Sun Cluster software. As understood from the documentation, applications can be 'plugged-in' to the Sun Cluster using Agents to monitor the application. Sun Cluster Agents should be already available for certain applications such as:
    # MySQL
    # Oracle 9i, 10g (HA and RAC)
    # Oracle 9iAS Application Server
    # PostgreSQL
    (See http://www.sun.com/software/solaris/cluster/faq.jsp#q_19)
    Our question is whether Sun Cluster Agents are already (freely) available for TimesTen? If so, where to find them. If not, should we write a specific Agent separately for TimesTen or handle database problems from the application.
    Does someone have any experience using TimesTen in a Sun Cluster environment?
    Thanks in advance!

    Yes, we use 2-way replication, but we don't use cache connect. The replication is created like this on both servers:
    create replication MYDB.REPSCHEME
    element SERVER01_DS datastore
    master MYDB on "SERVER01_REP"
    transmit nondurable
    subscriber MYDB on "SERVER02_REP"
    element SERVER02_DS datastore
    master MYDB on "SERVER02_REP"
    transmit nondurable
    subscriber MYDB on "SERVER01_REP"
    store MYDB on "SERVER01_REP"
    port 16004
    failthreshold 500
    store MYDB on "SERVER02_REP"
    port 16004
    failthreshold 500
    The application runs on SERVER01 and is standby on SERVER02. If an invalid state is detected in the application, the application on SERVER01 is stopped and the application on SERVER02 is started.
    In addition to this, we want to fail over if the database on the SERVER01 is in invalid state. What should we have monitored by the Clustering Agent to detect an invalid state in TT?

  • Multiple Oracle Databases in a Single Windows Server

    Hi all,
    I have Windows Server System which has oracle database created.
    My question is:-
    How can i create multiple databases on the same server without affecting the first created database & i want to use the both databases at a time?
    Please give the steps to do multiple databases in the same server if possible..
    Thanks in advance,
    Venkatesh J

    Venkateshj wrote:
    How can i create multiple databases on the same server without affecting the first created database & i want to use the both databases at a time?Yes, possible. No, invariable a a bad idea as this is not a scalable approach.
    Oracle scales by adding more servers to a single physical database. This is called Oracle RAC.
    You want to add more physical databases to a single server - doing the exact opposite of what Oracle offers as a scalable solution.
    Please give the steps to do multiple databases in the same server if possible..No special steps. Run DBCA and create a new database instance. In other words, the exact same steps followed for creating the 1st database on that server.
    Also make sure you fully understand WHAT you are doing and the IMPLICATIONS of that. An Oracle database is not the same as a mySQL or SQL-Server database. An Oracle Schema is a logical database - and compares to what a mySQL/SQL-Server database is.
    And a single Oracle database can contain 1000s of logical databases (schemas). Each with their own dedicated storage, own security, own resource profile, etc.
    Oracle is not mySQL/SQL-Server.
    Understanding the differences is important.

  • Multiple oracle databases in Oracle 11gR2 RAC

    Hello Oracle RAC Gurus,
    I need your advice in my setup on Unix platform.
    I am planning to build high availability databases with Oracle RAC 11gR2. These databases may have different versions 11.1.0.6 and 11.1.0.7 and 11.2.0.1 ..
    Now from this [thread |http://forums.oracle.com/forums/thread.jspa?threadID=1042187&tstart=0] earlier in this forum, I can understand I can have the same Oracle User for the database and one user for the CRS and ASM, and that CRS and ASM homes should be in a higher version of the oracle databases implemented, so the configuration could look like this:
    CRS running on 11.2.0.1
    ASM running on 11.2.0.1
    DB1 running on 11.2.0.1 from ORACLE_HOME1
    DB2 running on 11.1.0.7 from ORACLE_HOME2
    My questions are:
    1) Is this the best practice to have oracle databases in one RAC setup ?
    2) Do I need a different oracle inventory for each version with different oracle inventory path ?
    3) Would this setup will have patching difficulties and disadvantages ?
    4) If I want to do the Data guard setup for this implementation, shall I perform the usual RAC/RAC setup or are there any consideration I have to put in mind?
    Kindly advice,
    Regards,
    C

    1) Is this the best practice to have oracle databases in one RAC setup ?
    We have 11.2 infrastructure with 11.2 and 10.2.0.4 databases running from 2 db homes.
    2) Do I need a different oracle inventory for each version with different oracle inventory path ?
    Only one inventory
    3) Would this setup will have patching difficulties and disadvantages ?
    Less databases makes it less complicated. Many argue that a cluster should only have one db. We've patched our multi version environment without any issues.
    4) If I want to do the Data guard setup for this implementation, shall I perform the usual RAC/RAC setup or are there any consideration I have to put in mind?
    A RAC to RAC dataguard setup should work fine. Your standby should be indentical to your primary.
    -Rich

  • Problem with Oracle 9i client to access multiple oracle databases

    I am having problem setting up oracle client 9i to access multiple oracle db. When I finish installing Oracle 8.x client, I simply replace the tnsnames.ora that the installation created with the ones that I have. I can access three different databases. I only need to add three diffrent entries in the tnsnames.ora file. I cannot be able to do this with Oracle 9i client. I follow the instruction from the CD installation to use local naming method. It appears that Oracle client try to create multiple entries on my tnsnames.ora file but I can only be able to access one db.
    Any help is appreciated.
    Thanks! HD

    the old tnsnames.ora is working with Oracle 8 client. The new tnsnames.ora (if I use the Oracle Net config) have two entries, one is dev and the other is prod.
    Thanks!

  • Is possible Oracle Database on Windows Cluster without FailSafe ???

    Hi Guys,
    I have one doubt that can we have Active/Passive Oracle Database on Windows (2k3/2k8) Cluster without installing FailSafe Software ???
    Can we have the .bat Scripts for resource moving from Active Node to Passive Node in case of failure, like the way we have in Unix environments...
    yours feedback would be appreciated...
    Regards,
    Manish

    user12273645 wrote:
    Hi Anand,
    Can we create a oracle service for already running database? If so can you please guide me how to perform.
    Thanks,
    DasarathIf your service does not exists or not running its mean your database actually is not running.Create new service using oradim for example
    C:\Documents and Settings\chinar>set ORACLE_SID=SB
    C:\Documents and Settings\chinar>oradim  -new -sid SB -intpwd sm -pfile D:\oracl
    e\product\10.2.0\admin\SB\pfile\init.ora.51200910857
    Instance created.
    C:\Documents and Settings\chinar>sqlplus "sys/sm as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Fri Aug 27 10:57:55 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    SQL> startup pfile=D:\oracle\product\10.2.0\admin\SB\pfile\init.ora.51200910857
    ORACLE instance started.
    Total System Global Area  159383552 bytes
    Fixed Size                  1288292 bytes
    Variable Size              62916508 bytes
    Database Buffers           88080384 bytes
    Redo Buffers                7098368 bytes
    Database mounted.
    Database opened.
    SQL>

  • Multiple Oracle home and multiple Oracle database versions on same server?

    Hi all,
    I want to setup a test environment on single Windows XP server with an instance
    of Oracle 10g and Oracle 11g. How can I install both versions without problems?
    Thanks

    Hi,
    I am facing a problem on the same..
    below is the link to my thread.
    Multiple Oracle Home in Windows
    Please reply me how to solve this problem
    Thanks
    Bhavik Fuletra

  • How to STARTUP multiple Oracle Databases, using sqlplus

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

    $ ORACLE_SID=AM
    $ export ORACLE_SID
    $ ./lsnrctl start LISTENER
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 04-NOV-2010 14:38:45
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/unknown/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.77)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10.77)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 04-NOV-2010 14:38:49
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/unknown/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.77)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    $ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 4 14:39:52 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> STARTUP
    ORACLE instance started.
    Total System Global Area 855982080 bytes
    Fixed Size 2215824 bytes
    Variable Size 562036848 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 6516736 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ ORACLE_SID=SDB3
    $ export ORACLE_SID
    $ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 4 15:11:22 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> STARTUP
    Segmentation Fault - core dumped
    So first of all , I set the oracle SID to AM -> Start a Listener -> start sqlplus as sysdba -> STARTUP
    2ndly, I set the oracle SID to SDB 3 -> start sqlplus as sysdba -> do another STARTUP , Segmentation Fault - core dumped
    Hope you can help with this, been stuck here for almost 3 days, =p thanks!
    Edited by: 807471 on Nov 4, 2010 12:47 AM

  • Running Oracle database 10g and 11g on same 5 RAC nodes

    Hello Gurus,
    Could any body throw light if I can install and sucessfully run Oracle database 10g and 11g on the same Oracle RAC installation setup.My setup is below
    Number of nodes-5
    OS- windows 2003 or RHEL5
    storage- DELL EMC SAN
    Clusterware- oracle version11g
    File system-Automatic storage management(ASM)
    After I successfully setup clusterware,ASM on the nodes,I would want to install 11g database on all 5 nodes .
    Then Install 10g database on only 3 of the nodes using the same clusterware.
    What are your views on the same.
    Also FYI... as per metalink node 220970.1(RAC: Frequently Asked Questions) one can do such a setup.
    what iam looking for is practical experience if anyone has implemented this in production system,if yes any issues faced and how tough it is to support.
    Thanks,
    Imtiyaz

    You could run an 11g database and 10g database on the same cluster as long as you use Clusterware 11g.
    The administration aspect will drastically change according to the platform you run on. As of now, it appears you don't know whether it will be Linux or Windows.
    It would be practical to support the same database release.

  • Sun Cluster 3.2  without share storage. (Sun StorageTek Availability Suite)

    Hi all.
    I have two node sun cluster.
    I am configured and installed AVS on this nodes. (AVS Remote mirror replication)
    AVS working fine. But I don't understand how integrate it in cluster.
    What did I do:
    Created remote mirror with AVS.
    v210-node1# sndradm -P
    /dev/rdsk/c1t1d0s1      ->      v210-node0:/dev/rdsk/c1t1d0s1
    autosync: on, max q writes: 4096, max q fbas: 16384, async threads: 2, mode: sync, group: AVS_TEST_GRP, state: replicating
    v210-node1# 
    v210-node0# sndradm -P
    /dev/rdsk/c1t1d0s1      <-      v210-node1:/dev/rdsk/c1t1d0s1
    autosync: on, max q writes: 4096, max q fbas: 16384, async threads: 2, mode: sync, group: AVS_TEST_GRP, state: replicating
    v210-node0#   Created resource group in Sun Cluster:
    v210-node0# clrg status avs_test_rg
    === Cluster Resource Groups ===
    Group Name       Node Name       Suspended      Status
    avs_test_rg      v210-node0      No             Offline
                     v210-node1      No             Online
    v210-node0#  Created SUNW.HAStoragePlus resource with AVS device:
    v210-node0# cat /etc/vfstab  | grep avs
    /dev/global/dsk/d11s1 /dev/global/rdsk/d11s1 /zones/avs_test ufs 2 no logging
    v210-node0#
    v210-node0# clrs show avs_test_hastorageplus_rs
    === Resources ===
    Resource:                                       avs_test_hastorageplus_rs
      Type:                                            SUNW.HAStoragePlus:6
      Type_version:                                    6
      Group:                                           avs_test_rg
      R_description:
      Resource_project_name:                           default
      Enabled{v210-node0}:                             True
      Enabled{v210-node1}:                             True
      Monitored{v210-node0}:                           True
      Monitored{v210-node1}:                           True
    v210-node0# In default all work fine.
    But if i need switch RG on second node - I have problem.
    v210-node0# clrs status avs_test_hastorageplus_rs
    === Cluster Resources ===
    Resource Name               Node Name    State     Status Message
    avs_test_hastorageplus_rs   v210-node0   Offline   Offline
                                v210-node1   Online    Online
    v210-node0# 
    v210-node0# clrg switch -n v210-node0 avs_test_rg
    clrg:  (C748634) Resource group avs_test_rg failed to start on chosen node and might fail over to other node(s)
    v210-node0#  If I change state in logging - all work.
    v210-node0# sndradm -C local -l
    Put Remote Mirror into logging mode? (Y/N) [N]: Y
    v210-node0# clrg switch -n v210-node0 avs_test_rg
    v210-node0# clrs status avs_test_hastorageplus_rs
    === Cluster Resources ===
    Resource Name               Node Name    State     Status Message
    avs_test_hastorageplus_rs   v210-node0   Online    Online
                                v210-node1   Offline   Offline
    v210-node0#  How can I do this without creating SC Agent for it?
    Anatoly S. Zimin

    Normally you use AVS to replicate data from one Solaris Cluster to another. Can you just clarify whether you are replicating to another cluster or trying to do it between a single cluster's nodes? If it is the latter, then this is not something that Sun officially support (IIRC) - rather it is something that has been developed in the open source community. As such it will not be documented in the Sun main SC documentation set. Furthermore, support and or questions for it should be directed to the author of the module.
    Regards,
    Tim
    ---

  • Multiple Oracle databases on Single host

    Hi Gurus,
    I am new to SAP World. We are planning to install multiple SAP systems (ECC/BW/SRM/XI) on a single host with Oracle 11.2.0.2. As per SAP instguide, the Oracle RDBMS software should be owned by ora<SID>:dba. So we are planning to install the oracle software for the first dev system ERD under 'oraerd:dba' id. And the next will be under 'orabwd:dba' and the third under 'orasrd:dba'.
    My questions is, instead of having multiple ORACLE_HOME's owned by individual id's, can I have one consolidated Oracle_Home owned by 'oracle:dba' which then controls all the oracle db's and its datafiles.
    I know there is a SAP Note to do this for Oracle RAC (prd is being planned this way), but can we do the same for Single instance also.
    Best Regards
    Shiv

    Shivaspo wrote:
    Hi Orkun,
    > Thanks for your reply. Its a must or its just better to have under individual O_H. The reason we were looking to out all under 'oracle' was that our DR site for the prod is going to be single instance physical standby using DG. SAP recommends to have the OS user on the DR host to be oracle, so that there are no issues with permissios for log shipping.
    > So we will end up having multiple db's system running under 'oracl' on the DR site.
    >
    > -Shiv
    Hi Shiv,
    Technically, there's no restriction to configure your system, by this way. But from SAP point of view; at the first step, because the the installation is not completed as referred by SAP installation guide, you will not able to get support by SAP. For the instance, if you face with a problem during the productive, SAP may not support your installation.
    Secondly, you may face with the problems at the database upgrades and applying patches. For example, you need to stop all the databases when you decided to patch one of them.
    I can count many restrictions about this issue. As a summary, from technical way, it is possible to have one Oracle home, but it is strongly recommended to have different Oracle home folders for each Oracle installation.
    Best regards,
    Orkun Gedik

  • How to STARTUP multiple Oracle Databases, using sqlplus (SOLARIS)

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

    Hi guys,
    I am pretty new at solaris and oracle, right now i have oracle 11gr2 installed in my Solaris 10 machine.
    I managed to create 2 databases with 2 different ORACLE_SID, (e.g. A & B)
    my question is, is it possible to have both of this Databases mounted and opened??
    here is the step i have done so far:
    - go to /ORACLE_HOME/bin
    - I started my one and only LISTENER - ./lsnrctl start LISTENER
    - ORACLE_SID=A
    - ./sqlplus / as sysdba
    - SQL>STARTUP
    Everything went well, until i set another ORACLE_SID (in another terminal) to ORACLE_SID=B, and when i tried to start it up using SQLPLUS, i get this "Segmentation Fault - core dumped".
    It seems like i start the 2nd database wrongly, is there proper way to do this?
    i need the 2 databases (SID A & SID B) to be running concurrently.
    thanks

  • ORA-28547 on oracle 10g/solaris9/sun cluster

    I get an error ORA-28547 each time I try to connect to the running instance of from a host different than the one oracle is running on.
    The listener.ora is as follows:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = IMA)
    (ORACLE_HOME = /opt/oracle/app/oracle/product/10.1.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle-lh)(PORT = 1521))
    the tnsnames.ora:
    IMA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle-lh)(PORT = 1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    # (SERVICE_NAME = IMA)
    (SID = IMA)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    and the sqlnet.ora:
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    any idea of what's wrong? A ps -ef reports this process running:
    oracleIMA (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    can PROTOCOL=beq be the cause of the mess?
    Please help!!
    Thanks in advance

    In the block
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = IMA)
    (ORACLE_HOME = /opt/oracle/app/oracle/product/10.1.0/db_1)
    (PROGRAM = extproc)
    you have to remove line (PROGRAM = extproc)
    This line belongs to an external procedure call, not to a database instance, here's a simple example:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle.wkawollek.de)
    (ORACLE_HOME = C:\Oracle\Server)
    (SID_NAME = ORACLE)
    )

  • Multiple oracle database on single server

    Hi,
    In our organization, we are going to install, SRM, BW and XI on a single server, each going to use its own database.
    So, in that case, will the listener and listener port for all the three database will be the same, or we need to define it during the installation.
    Please help me in this regard.
    Thanks and Regards,
    Sailesh K

    Hi Sailesh,
    The best option is different binaries (Oracle & Sap), different Filesystems and different ports (Listener, msserver, gw, and so on) for every system you install. And, of course, different system numbers!
    Best Regards,
    JC Llanes.

  • How to configure oracle listener profile for multiple oracle database

    Hi,
    I am going to install solution manager system in the same server of ERP EHP4 on Windows. Both DB are oracle.
    I'd like to know how to configure listener in this kind of envirnmonent.
    a. use two listener and different ports
    b. use same listener but different ports
    c. use same listener and same port
    Which is the correct mothed?
    And, after installation, there seem three set of profiles of listten, one for ERP, one for SLM, and the other for OS?(%windir%system32), which one is functional?
    Please advise.
    Thanks a lot.
    Regards,
    Alex

    Hi,
    standard installation is creating new configs for listener for each instance.
    I would recommend to use one listener per each instance.
    YOU CAN NOT HAVE one port number for two differnet systems!
    If you want to use one listener than you must adapt tnsnames.ora, listener.ora and ensure that both systems will use different port numbers.
    For example PORT= 15<system number>
    Peter

Maybe you are looking for

  • Editing text file on application server

    Hello, I have created a utility in which I can move files from one folder to another. Now we also need a option by which I can edit text file on the server folders. Is there a function module by which I can edit text from application server ? Regards

  • Posting PDF and other Documents to new iCloud site

    I have "upgraded" to iCloud, and I keep reading about posting/sharing documents of ALL types...not just iWork documents. But, HOW do you post anything else but an iWork document to the website for sharing or just your own use on another computer. As

  • Time machine help

    When I try to set up time machine it's not recognizing my external HD. I do not have time capsule and would like to use what I already have for back up purposes. I know how important it is to back up after losing a lot of data when my old PC died so

  • Can my G3 handle OS X 10.4?

    Hi everyone, I'm a bit new with Macs, the OS, and the hardware. I'm a tech guy so don't be afraid to reply with technical info. What I need to know is if my G3 can handle 10.4 and if not what should I upgrade (i.e. speed and pin# for RAM would be app

  • How to create UCCE CTI Toolkit Custom Reason Codes

    Hi, I am wondering about how to create UCCE Custom Reason Codes for CTI Toolkit. Do we have to assign text to the values which comes from the registry in CTI OS Server? Quote from: CTI OS System Manager Guide for Cisco Unified ICM/Contact Center Ente