11gR2 RAC and 2 Databases - how to deploy db console

Hi guys,
we have 11gR2 RAC and 2 Databases -> how to deploy db console?
2 rac nodes, 2 different databases.
in one dbconsole is configured as it was created by installer, at second no as it was created manually.
How should dbconsole configured/installed? as cluster targets, asm are already seen/monitored by previous ones.
will the new dbconsole impact/interfere the current?

Hi,
You can configure OEM manually per instance.
emca -deconfig dbcontrol db -repos drop
emca -config dbcontrol db -repos create

Similar Messages

  • Uninstalling Oracle RAC 11gR2 GI and Database Software

    I currently administer several 11gR2 RAC clusters, all hosted on IBM pSeries servers running AIX 6.1. I need to decommission one RAC cluster so that the hardware can be reused for a different purpose.
    I have been reading the "RAC Installation Guide for Linux and Unix", specifically chapter 8 in the documentation. This document mentions using the deinstall tool provided with the software, but I have never used this utility before.
    I would like to know what experience others have had usinging this tool, and whether or not I should use DBCA first to remove the database hosted by the cluster. Are there any "potholes" or known bugs when using this utility?
    Thanks in advance for any and all responses. I appreciate the help provided by this community.

    Hi Fiedi,
    Thank you for providing those 2 very helpful articles. I have one last question, which I should have asked in my original post. We have 2 separate Oracle software owners in our RAC installations: ORAGRID is owner of the Grid Infrastructure home and central inventory, and ORACLE is owner of the database home. Should the deinstall utility be run as the GI owner, or as the DB owner?
    Thanks!

  • Oracle 11gR2 RAC and DR setup

    Environment:
    Oracle 11gR2 RAC (2 node) with ASM
    HP-UX B.11.31 U ia64
    We have configured two ASM disk group for Data & FRA, and we configured RMAN backup into FRA location. Now our Database, Log file, Archive logs and RMAN backup files all are in ASM on primary site.
    Our network team is using Recover Point to mirror all the disks into DR site; we have no setup from Oracle side. What is the possible configuration that we need to have in DR site from Oracle side in order to bring-up the database in-case of primary site failure (disaster).
    I am new to Oracle RAC can some one give me a suggestion.
    - Mano

    What is the possible configuration that we need to have in DR site from Oracle side in order to bring-up the database in-case of primary site failure ORACLE DATAGUARD is what you need; not RAC

  • Can Oracle 11g R2 RAC and database sit on Windows 2008 R2?

    Thanks.

    2008 32 bit it is certified...
    2008 64 not certified yet.
    the certification matrix within MOS does not indicate 2008 R2 so you might be good for 32 bit.
    NOTE: just double checked the matrix and it is certified for windows 2008 R2 x64
    Product      Oracle Server - Enterprise Edition
    Product Release      11gR2 RAC
    Product Version      11gR2 RAC
    Tier      Server
    Tier Product      N/A
    Tier Product Version      N/A
    Platform      Microsoft Windows x64 (64-bit)
    Platform Version      2008 R2
    Certification Status      Certified
    Expand All | Collapse All
    Expand to view Notes Notes
    Expand to view Certification Notes Certification Notes
    Edited by: rui_catcuddler on Jul 22, 2010 10:02 AM

  • Mapping for multiple EJBs and databases; HOW TO?

    Hi,
    I have 2 EJBs in one EAR. Each EJB connects to a database (therefore 2 databases).
    How can I map their entities?
    e.g.
    @Entity
    @Table(name = "FINANCE")
    @NamedQueries({})
    public class Finance implements Serializable {
        private static final long serialVersionUID = 1L;
        @Id
        @GeneratedValue(strategy=GenerationType.IDENTITY)
        @Column(name = "FINANCE_ID", nullable = false)
        private Integer financeId;
        @Column(name = "FINANCE_CODE")
        private String financeCode;
        @OneToOne(cascade=CascadeType.MERGE)
        @JoinColumn(name="INDUSTRY_TYPE_ID")
        private IndustryType industryType;where IndustryType belongs to the other EJB that is connected to another database.
    Is it possible to map them both?
    When I deploy it to GlassFish, I get this error:
    @OneToOne or @ManyToOne on com.ams.ejb.finance.entity.Finance.industryType references an unknown entity: com.ams.ejb.entity.IndustryTypeEdited by: jmaddox22 on Feb 25, 2009 8:31 PM
    Edited by: jmaddox22 on Feb 25, 2009 8:32 PM

    Deauthorize all as described here:
    iTunes Store: About authorization and deauthorization

  • Math and databases - how?

    I have a project which will need to access database info and do some simple math functions. The only code I know is HTML and CSS, so I don't even know what I need to learn.
    I need to pull pricing data from a database when the visitor selects from a form or Spry menu. For example, if they select Connecticut and utility company XYZ, it will give them competive electricity rates in their area.
    Also I want to set up some simple math functions (visitor inputs their electricity usage and rate and site tells them how much they could save).
    I would appreciate anyone could tell me what I will need to learn to accomplish these tasks and if Dreamweaver has any useful tools for creating it. Thanks!

    1.  Let's start with the basics.  Go to your client and ask them what database they have so you know what you will be working with.  If they have not made up their mind, then the first step is investigating the options of mySQL, MS SQL, etc.  Then based on the server language available you can run a simple query to pull out data.
    2.  This sounds like a combination of pulling data from a database using a server-side function and then using Javascript to process the math equation on the fly with the data you pulled.
    So you will need to learn a database, a server-side language to get information out of the database and javascript to process the information in real-time.

  • RAC and ASM How to document

    Hai All,
    Will you please give the link or pdf describing the step by step procedure for doing an ASM installation and RAC Installation.
    Please help
    Shiju

    For testing purposes I am using:
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php

  • How to deploy jbpm-console.war which is in jbpm-jpdl3.2 GA on Weblogic 9.2

    i am deploying the jbpm-console.war which is in jbpm-jpdl-3.2.GA. I am creating new domain in weblogic and deploying the the above war file in that domain.
    i am opening in browser with a link
    http://localhost:7001/jbpm-console
    then it will open the login page ,and i enter the username and password(ernie,ernie)but i am getting error of invalid username and password.
    I tried of doing some changes in XML files but its not getting. Kindly reply for this task

    You can find 10G server specific details on jdev forum JDeveloper and ADF
    --Shiv                                                                                                                                                                                                                                           

  • 11gR2 RAC, ASM and database

    Hi all,
    I've installed 11gR2 RAC and database on Linux OEL 5.4. Everything seems Ok, I'm able to connect from client using SCAN, and load balancing works well, but "crs_stat -t" shows up some OFFLINE services, like gsd and oc4j.
    Is this normal ? If yes, why it's so ? If not, what should I do to solve the problem ?
    Thanks in advance.
    Antoine

    Thanks for your answer.
    Those services are disabled, and I've found this one on MOS FAQs :
    With Oracle Clusterware 11g Release 2, the GSD resource will be disabled by default. You only need to enable this resource if you are running Oracle 9i RAC in the cluster.

  • Using Oracle 11gR1 OID to control access to 11gR2 RAC database ?

    I have a two 11gR2 RAC Node database that I would like to implement Oracle 11gR1 OID to manage all access to the RAC database.
    Should I install and configure Oracle 11gR1 OID into the same RAC database to control access to the RAC database? Is this the appropriate approach?
    Please share your ideas... I couldn't make it to Openword to ask this type of question.

    Hi,
    I think there is some confusion here. OID doesnt protect your database. All OID is doing is taking the authentication of the user and authorization (privileges) of the user to OID and out of the database. This way you can centralize the management of all user accounts in one place and not worry about it in the database. This is helpful only if you have many databases. If you have a very small number of databases and small number of user accounts, then OID is not really buying you anything. The best practices is published in the oracle docs. Just that you have to read a lot to figure it all out. Here are some info from our installation.
    1. weblogic and oid application is installed on a application server
    2. Repository database is a independant database (not shared with other apps) in a shared RAC cluster.
    3. Replication (OID application replication) setup between a primary oid server and a secondary oid server in the DR site
    4. Load balancer configured to point to the primary server and if primary server is not available, point the connection to secondary server
    5. DIP configured to pull all users and groups from active directory
    6. Password filter installed on all DC's to capture passwords and ship it to oid.
    7. Users creation, modification,deletion, expiry, etc., is all controlled on active directory.
    8. Database registered with OID for user authentication and authorization
    For protecting you data, you will need to use additional security methods/products like :
    1. Database vault (to prevent privileged users from operating on the data)
    2. Database auditing
    3. Fine-grained access control
    4. table level policies
    5. Fine-grained auditing (column level)
    6. Audit vault (to consolidate all audit records to a central place for auditors to classify and research each audit event)
    7. operational/process to enforce security.
    Good luck :-).
    Regards,
    Shaji.

  • Adding ocrmirror and voting disk on another diskgroup 11gr2 RAC

    Hi Gurus,
    Can i add ocrmirror on another diskgroup(external redundancy) and voting disk(normal) on anotherdiskgroup (replace) in 11gr2 RAC while databases are up and running?

    Hi
    in Oracle 11gr2 voting disk are backed up automatically in the ocr part of any configuration change
    Voting disk is automatically restored to any added voting disk
    You can migrate voting fıska from non asm to asm without
    Taking download cluster
    To add a voting disk to asm
    Crsctl replace votedisk +diskgroup
    Ocrconfig -add +datagroup2
    Oracle manage up to five redundant ocr locations
    Hope this helps
    Zekeriya Besiroglu
    Http://zekeriyabesiroglu.blogspot.com

  • Using native APEX on 11gR2 RAC

    Hi all,
    I'm not sure if this is the right forum for this question, please forgive me if it isn't.
    When using native APEX on 11gR2 RAC, is it possible to balance connections between instances ? If yes, how ?
    I've successfully installed 11gR2 RAC, and configured APEX, and I'm able to use it, but it runs on one instance only.
    Thanks in advance
    Antoine

    Hi Antoine,
    How are you connecting to the database, via the Apache HTTP Server mod/plsql connector or are you using the embedded PL/SQL gateway (EPG)?? In the first case connecting to the SCAN listener should balance the connections between the instances if they are both registered for the service you connect to. I'm not sure how the EPG works under RAC. In general, I'd prefer the application to only connect to one of the RAC instances by default and only transfer across due to failover.
    Rob..

  • 11gr2 RAC phatc

    Hi Team,
    why we need to run rootcrs.pl  unlock before applying patch and after applying patch rootcrs.pl -patch in 11gr2 RAC.
    and /usr/sbin/slibclean wt is the use of this command y we need to run only in AIX server.

    user1175505 wrote:
    Hi Team,
    why we need to run rootcrs.pl  unlock before applying patch and after applying patch rootcrs.pl -patch in 11gr2 RAC.
    and /usr/sbin/slibclean wt is the use of this command y we need to run only in AIX server.As far I know the rootcrs.pl -unlock will shutdown the ohasd. Also, the rootcrs.pl -unlock will change ownership and permissions of files under $GRID_HOME (=$CRS_HOME)

  • How to migrate data from oracle 9i database to new machine 11gr2 RAC ASM

    Hi Expert
    I need your expertise to advise me what is the best method to move data from oracle 9i database to new machine running oracle 11r2 RAC database with ASM.
    Currently my production server running on HPUX ORACLE 9I database with normal file system. My new server is running SUN SOLARIS SPACR 64 bit ORACLE 11gr2 RAC with ASM. What is best method to move data over so it will be consistent. Any guide can refer.
    Regard
    William

    Hi William,
    See the note in metalink Migration of Oracle Database Instances Across OS Platforms [ID 733205.1] to saw the Endian Format of your OS. If is the same you can use the RMAN to convert the database to another OS, if not the only option is using export/import (Transportable Tablespaces).
    To upgrade from 9i to 11g, see the note 837570.1 - Complete Checklist for Manual Upgrades to 11gR2.
    To migrate your FS to ASM the only way is using RMAN, so see the note - How to move a datafile from a file system to ASM [ID 390274.1].
    Hope this help you.
    Best Regards,
    Ruben Morais

  • Oracle Database 11gr2 rac on solaris 10 using ACFS and asm as storage

    Can i get any step by step document to install 11gr2 rac on solaris 10.
    My database is two node rac. I am using ASM as storage. So i need a document which should very easy to understand.
    thanks in advance

    Hi,
    Can i get any step by step document to install 11gr2 rac on solaris 10.
    My database is two node rac. I am using ASM as storage. So i need a document which should very easy to understand.Refer below link:
    http://www.oraclemasters.in/?p=961
    Configure storage as per your requirement.
    thanks,
    X A H E E R

Maybe you are looking for

  • Layout variant is not working in background in ALV report

    Hi, I have one LAV report to send the report output through mail in foreground and backgroud.Final internal table is having 46 fileds to display the output.But here user is saving the layout variant and sending that layout variant output to mail id i

  • Error while making Web service call

    I have configured my webservice for https i calling the web service from a j2me clieny application, i get the error javax.xml.rpc.JAXRPCException: no HTTP reply header      at com.ibm.pvcws.jaxrpc.rpc.OperationImpl.invoke(OperationImpl.java:321) Can

  • Macbook Pro Core i7 15inch Not sending DVI output to PG221 Asus Monitor

    I have been using my Macbook Pro Core i7 15inch with my ASUS PG221 Monitor it together for about a month now with a mini DVI to DVI connector. I have only owned my Macbook for a few months. Went on holiday and haven't used my Macbook, i arrive back a

  • User issue in essbase and planning

    Hi, I have created a user in shared services and given roles of both essbase admin and plannning application admin . but i dont see the user in security of essbase console as planner and essbase. Anil

  • Executing a JSP

    Hi, I have a JSP page which displays a list. Several links are created. These links go to another jsp page which executes some statements which modifies that list. And the end of that page I use the response.sendRedirect("list.jsp") ; The problem is