Some queries on RAC database 11g

We have RAC oracle database 11g and we don't want to overburden the OLTP instance. So we thought of bringing the changed data from the OLTP instance to reporting instance via logical standby or streams and log the changes with the help of using total recall feature in the reporting instance.
Our idea is to retain the historical data using the total recall feature in reporting instance and bring the changed data from the OLTP instance to reporting instance via logical standby or streams
RAC database: OLTP instance ---> mine the changed data via logical standby or streams ---reporting instance (track all the changes made to a transaction using total recall feature in this instance)
My doubts are:-
1) Whether the total recall feature will work with work with logical standby database or streams?
2) How to transport the total recall feature enabled tables from one database to another. Whether the data pump will work with flashback enabled tables?
3) How to capture the changes from one instance to another with oracle streams. I could not find much documentation on how the streams work on RAC database. Any pointer /suggestion on this would be much appreciated.
Regards,
Richard

user12075620 wrote:
1)     Easy backup and recovery for a specific instance in case of historical dataWhat data will that be? If this is a 3rd RAC instance, then it will not make backup easier as the data is in the database (on shared storage media) and that needs to be backed up - the database's data does not reside locally on the instance.
2)     Point-in-time recovery is possibleAgain, I do not see how this is a specific advantage that now suddenly occurs with the introduction of a 3rd RAC instance.
3)     If any other node fails, then it won’t affect this instance Correct - a 3rd instance increases the redundancy in the cluster. It also scales it and provides additional processing capacity.

Similar Messages

  • Need for separate instance on RAC database 11g

    Hi Experts,
    Currently we have a RAC 11g database with two instances. Our business is requesting to create one more instance with an user to store historical data. They claim that they need this separate Instance for the following reasons
    1)     Easy backup and recovery for a specific instance in case of historical data
    2)     Point-in-time recovery is possible
    3)     If any other node fails, then it won’t affect this instance
    Please share your expertise on this regard. Thanks in advance.
    Regards,
    Richard

    user12075620 wrote:
    1)     Easy backup and recovery for a specific instance in case of historical dataWhat data will that be? If this is a 3rd RAC instance, then it will not make backup easier as the data is in the database (on shared storage media) and that needs to be backed up - the database's data does not reside locally on the instance.
    2)     Point-in-time recovery is possibleAgain, I do not see how this is a specific advantage that now suddenly occurs with the introduction of a 3rd RAC instance.
    3)     If any other node fails, then it won’t affect this instance Correct - a 3rd instance increases the redundancy in the cluster. It also scales it and provides additional processing capacity.

  • Question about DBCA generate script o create RAC database 2 node cluster

    Question about creating two node RAC database 11g after installing and configuration 11g clusterware. I've used DBCA to generate script to create a rac database. I've set
    environment variable ORACLE_SID=RAC and the creating script creates instance of RAC1 and RAC2. My understanding is that each node will represent a node, however there should only be one database with a name of 'RAC'. Please advise

    You are getting your terminology mixed up.
    You only have one database. Take a look, there are one set of datafiles on shared storage.
    You have 2 instances which are accessing one database.
    Database name is RAC. Instance names are RAC1, RAC2, etc, etc.
    Also, if you look at the listener configuration and if your tnsnames is setup properly then connecting to RAC will connect you to either one of the instances wheras connecting to RAC1 will connect you to that instance.

  • Enterprise User Security (EUS) with Oracle RAC database

    Hi all,
    i'm experiencing a problem configuring centralized AAA on Oracle OID for Oracle RAC Database.
    My environment is:
    1) Oracle OID 10g (192.168.15.245 - rh4oidserver.klab.it)
    2) Oracle RAC database 11g
    I successfull configured a standalone Oracle Database to authenticate user in OID centralized repository, but i'm experiencing different problem to do, with RAC, same things.
    In dept:
    1) Oracle RAC works correctly and internal user (SYS,Oracle, ecc.) are correctly authenticated and authorizated against database
    2) Oracle RAC register himself in OID (see attached snapshoot)
    3) I run sqlplus to connect on Oracle RAC using OID users and i get following error: ORA-28030 Server encountered problems accessing LDAP directory service
    Using a sniffer, i can see a reset message after SSL handshake (SSL v3 encrypted alert), but i don't undenstand root cause....
    Host file on RAC server is:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    # Public
    192.168.15.177          orclrac1.klab.it orclrac1
    192.168.15.178 orclrac2.klab.it orclrac2
    #Private
    192.168.1.100          orclrac1-priv.klab.it orclrac1-priv
    192.168.1.105 orclrac2-priv.klab.it orclrac2-priv
    #Virtual
    192.168.15.88 orclrac1-vip.klab.it orclrac1-vip
    192.168.15.96 orclrac2-vip.klab.it orclrac2-vip
    92.168.15.184 openfiler.klab.it openfiler
    192.168.1.90 openfiler-priv.klab.it openfiler-priv
    192.168.15.246     acti.klab.it acti
    #192.168.1.245 rh4oidserver.klab.it rh4oidserver
    192.168.15.245 rh4oidserver.klab.it rh4oidserver
    tnsname.ora is:
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.1.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    RACDB1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac1-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = racdb.klab.it)
    (INSTANCE_NAME = racdb1)
    RACDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac2-vip)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = racdb.klab.it)
    LISTENERS_RACDB =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac2-vip)(PORT = 1521))
    RACDB2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac2-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = racdb.klab.it)
    (INSTANCE_NAME = racdb2)
    ldap.ora is:
    # ldap.ora Network Configuration File: /u01/app/oracle/product/11.1.0/db_1/network/admin/ldap.ora
    # Generated by Oracle configuration tools.
    DIRECTORY_SERVERS= (rh4oidserver.klab.it:389:636)
    DEFAULT_ADMIN_CONTEXT = "dc=dbtest101,dc=klab,dc=it"
    DIRECTORY_SERVER_TYPE = OID
    sqlnet.ora is:
    # sqlnet.ora.orclrac1 Network Configuration File: /u01/app/oracle/product/11.1.0/db_1/network/admin/sqlnet.ora.orclrac1
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (LDAP,TNSNAMES)
    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = /u01/app/oracle/admin/racdb)
    listener.ora is:
    # listener.ora.orclrac1 Network Configuration File: /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora.orclrac1
    # Generated by Oracle configuration tools.
    LISTENER_ORCLRAC1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac1-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.15.177)(PORT = 1521)(IP = FIRST))
    LISTENER_ORCLRAC2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orclrac1-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.15.178)(PORT = 1521)(IP = FIRST))
    Thank's in advance for any help or suggestion.
    Antonio

    Hello bipkary,
    what version are you using?
    the following link tells you everything about EUS in oracle10g R2:
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14269/toc.htm

  • Anybody using 11g RAC Database with OIM 9.1.0.2?

    Hi,
    We have poor performance problems with 11g RAC Database with OIM 9.1.0.2.
    It looks like the issue could be because of RAC Ccluster.
    Anybody using 11g RAC Database with OIM 9.1.0.2?
    If so, What is the JDBC Driver r u using? Also what App Server (Weblogic or OAS etc) ?
    Appreciate your input.
    Regards
    Vijay Chinnasamy

    We are using weblogic 10.3. And I am sorry to tell you that we are yet to move to production.
    We are planning to have Database in RAC, so i just thought of taking inputs from you.
    can you tell me under what operations you face the poor performance issue?
    For us the max no. of users in production is around 6k. So I am wondering how this RAC availability will affect the performance.
    Thanks for sharing your inputs.

  • Upgrade of RAC database in 10g or 11g

    Hi,
    Can we upgrade RAC database without downtime like we do patch?
    Regards

    user602441 wrote:
    Hi,
    Can we upgrade RAC database without downtime like we do patch?
    RegardsHi,
    The Oracle Clusterware software always fully supports rolling upgrades, while the ASM software is rolling upgradeable at version 11.1.0.6 and beyond.
    Rolling upgrade: we mean upgrading software (Oracle Database, Oracle Clusterware, ASM or the OS itself) while the cluster is operational by shutting down a node, upgrading the software on that node, and then reintegrating it into the cluster, and so forth one node at a time until all the nodes in the cluster are at the new software level.
    For the Oracle Database software (RAC), it is possible only for certain single patches that are marked as rolling upgrade compatible. Most Bundle patches and Critical Patch Updates (CPU) are rolling upgradeable. Patchsets and DB version (10g to 11g) changes are not supported in a rolling fashion, one reason that this may be impossible is that across major releases, there may be incompatible versions of the system tablespace, for example. To upgrade these in a rolling fashion one will need to use a logical standby with Oracle Database 10g or 11g.
    Regards,
    Levi Pereira

  • Open 10g/11g RAC database in Non RAC Mode

    Dear Friends,
    How i open 10g and 11g RAC database in Non RAC Mode (open single instance in order to perform upgrade)
    Later i will convert the upgraded DB to RAC DB
    Regards,
    DB

    user564706 wrote:
    Dear Friends,
    How i open 10g and 11g RAC database in Non RAC Mode (open single instance in order to perform upgrade)
    Later i will convert the upgraded DB to RAC DB
    Regards,
    DBEdit spfile and set cluster_database=false before starting database in upgrade mode(optionally you can unset other cluster parameters).
    So you upgrade using only 1 instance of database.
    Once the upgrade is finished start the other instance as well and set cluster_database=true
    Also see preupgrade process - http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#i1011979
    Post upgrade -> http://docs.oracle.com/cd/E11882_01/server.112/e23633/afterup.htm#CEGCFJJC

  • While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms

    Hi,
    Please advise on the below issue.
    While using oracle forms 6i and database 11g in windows 7, the application getting closed while working on some forms.
    May i know what is to be done?

    MoNo wrote:
    Hi Friends...
    I'm using windows7 32 bit.
    <snip>First, please be aware that oracle products are NOT certified to run on ANY 'home' edition of ANY version of Windows.
    Second, did you read the instructions on the page where you downloaded the software -- specifically the part about unzipping TWO downloaded zip files into the SAME directory?
    Third, did you read and heed the installation guide, or did you just go straight to 'setup.exe'?

  • Restoring Back To 10g After A Failed 11g Upgrade Of a RAC Database

    I'm testing this out on a small test RAC database. I successfully upgraded it from 10.2.0.4 to 11.2.0.2 but wanted to test the scenario of having to go back to 10g if the upgrade really hosed up. The first recovery attempt seemed to be successful but after bringing the DB down with srvctl, it failed on the next startup saying it needed to be started in upgrade mode. Something from 11g was still in place or the fact that I was trying to restart a 10g database managed by 11g clusterware was the issue. I tried starting the DB from both 10g and 11g environments and got the same result. Even starting each instance individually got the same result.
    In all that I tried, I got the usual incarnation and "until time before reset time" messages. I've been doing this all through RMAN without EM or Grid Ctl. As usual, any docs I found have had just a little information and I have to piece my own instructions together from all of them, not knowing for sure it all steps would apply in my situation.
    Can anybody point me to a good doc or other resource that might help me out? Many thanks!

    Now I have a different issue with apparently the same problem. I successfully did the restore/recover as before but the thing pukes when I open resetlogs at the end. Something, somewhere is still pointing to 11g but I have no idea where or what has changed since the last time I did this. Maybe I've messed things up by doing this multiple times. Here are my RMAN commands:
    RMAN> connect target
    RMAN> startup force nomount;
    RMAN> RESTORE SPFILE TO '+DATA/jimg/spfilejimg.ora' from '/local/oracle/10.2.0/db_1/dbs/c-2526333028-20110915-01';
    RMAN> shutdown immediate;
    (in a different session, from command line)
    % mv /local/oracle/10.2.0/db_1/dbs/initJIMG1.ora.bak /local/oracle/10.2.0/db_1/dbs/initJIMG1.ora
    RMAN> startup force nomount pfile='/local/oracle/10.2.0/db_1/dbs/initJIMG1.ora';
    RMAN> restore controlfile from '/local/oracle/10.2.0/db_1/dbs/c-2526333028-20110915-01';
    RMAN> alter database mount;
    RMAN>
    run {
    restore database;
    recover database;
    RMAN> alter database open resetlogs;
    The errors I get after resetlogs are:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/16/2011 09:24:50
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-03114: not connected to ORACLE
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/16/2011 09:24:50
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    This is being done on a small, expendable database for practice. I think I've learned enough about what NOT to do to keep me from getting in this jam to begin with. Any thoughts?

  • Migration of  10g RAC database to new sever which includes 11g upgrade

    Hello all,
    I have requirement here to migrate 10g RAC database from one server to another server as part of migration i want to perform upgrade to 11g as well.
    To Help me out.Please post your inputs or way to perform the task.
    Precautions to be taken while doing the activity.
    Please find the below for more info
    Old Box:
    Current environment
    RAC -2node
    ASM
    Database Version 10.2.02
    Os:HP-UX 11.21
    New Box:
    New environment should be
    RAC -2node
    ASM
    Database Version 11.2
    Os:HP-UX 11.31
    Thanks for the help in advance
    Anand

    Pl do not post duplicate threads - Migration of  10g RAC database to new sever which includes 11g upgrade

  • Streams on RAC oracle database 11g

    Hi Experts,
    Could you please someone help me to setup streams on RAC database? I am getting confused how the multiple instances in a RAC will mine the changed data from the source to target system. Whether the downstream data capture is advisable for RAC environment. What are the pros and cons of downstream data capture?
    Thanks in advance.
    Raj

    Here's a few links you might find useful:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10704/ap_other.htm#STRMS179
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10705/best_gen.htm#STREP153
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10705/prep_rep.htm#STREP225
    Hope this helps!

  • How to install Oracle 11.2.0.4.0 Rac Database on Grid Infrastructure 12.1.0.2.0 (Windows 2012 R2)

    Hi all.
    This is the scenario:
    I have a 2 node cluster Microsoft Windows 2012 R2 x86_64, the nodes are part of domain.
    Installed Oracle 12cR1 (12.1.0.2.0) as follows:
    Installation done using domain administrator named "installoracle" that has been EXPLICIT promoted to local administrator in both nodes.
    One domain user named "oracle12c" with no administrator privileges neither in the domain or nodes.
    Installation, after a lot of customization in the OS of the nodes, has gone ok, perfect indeed, not even a warning during runinstaller execution.
    All services and resources are up & running, I have rebooted nodes and all comes back ok in place. In windows services I can see some services started with "oracle12c" user, and all windows groups: DBA, SYSKM, etc, has been created.
    Now I have to install Oracle RAC database in 11gR2 version (11.2.0.4.0) to accomplish with application requirements.
    So, I execute runInstaller (setup.exe) logged as administrator via domain administrator "installoracle" (the one that was able to do the smooth 12c GI installation) and the gui comes with out problems, but at 4th screen the one in which you have to choose what kind of installation you want to do (Single, RAC or RoN) I select RAC option, the gui returns error: crs is not running in the local node...
    Finally, in order to deliver some database 11.2.0.4.0 for my customer, I try to do installation of SW for Single Node, I did using "installoracle". The sw has been installed in one of the nodes. Then I have created a database and I have stored datafiles in ASM (this ASM is part of 12c clusterware) and also register the 11gR2 single instance database in the Grid Infrastructure listener
    So, whats next??? Why is this behavior??? I did similar installations in Linux/Solaris with no issue (well as everyone can imagine, always there are some issues, but when solved you got GI in 12c and databases in the release that you want 12c, 11g, 10g...)
    Any clue?
    Thanks in advance!!
    Best Regards!!

    To go back to old version (without changing compatible parameter), you can perform downgrade.
    Instructions are available at
    How to Downgrade from Database 11.2 to Previous Release (Includes 11.2.0.4 - 11.2.0.1) (Doc ID 883335.1)
    In this case you will having all the data file including the new one.
    But remember database may not be in the same status as before (Before upgrade). it may have invalid objects of higher version after downgrade. 
    Downgrade is applicable only to successfully upgraded databases. In case upgrade faced some issue, do not try downgrade there.
    Your second approach it not correct. Note that each datafile header will have db version. We can not open database in normal mode when header version and binary versions are different.

  • Enable/DIsable Services in RAC Database using srvctl

    Hello,
    I am using Oracle Database 11g on a two node RAC. For the service management on the RAC I use srvctl and I have problems in understanding why the tool offers redundant information for some services.
    To be more exact, let's say I have a two node RAC, one database called DB_NAME and one instance on each node called DB_NAME1 and DB_NAME2.
    I create a service called DB_SRV using srvctl like this:
    srvctl add service -d DB_NAME -s DB_SRV -r DB_NAME1 -a DB_NAME2
    Then I run srvctl config to see service parameters like this:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    So I can see that the the service DB_SRV is enabled by default, and I want to disable the service, like this:
    srvctl disable service -d DB_NAME -s DB_SRV -i DB_NAME1
    After than I run srvctl config again:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    Service is disabled on instances: DB_NAME1
    So far,it all makes sense. The service is enabled to all the instances, but disabled for DB_NAME1 so this means the the service is enabled on DB_NAME2. All ok.
    But then, I want to enable the service on DB_NAME2 (although it is already enabled there) and I run:
    srvctl enable service -d DB_NAME -s DB_SRV -i DB_NAME2
    After than I run srvctl config again:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    Service is enabled on instances: DB_NAME2
    Service is disabled on instances: DB_NAME1
    So my real question is:
    Why isn't oracle giving me an error when I run
    srvctl enable service -d DB_NAME -s DB_SRV -i DB_NAME2
    and instead adds this line (redundant, I would say)
    Service is enabled on instances: DB_NAME2
    in the srvctl config output?
    Thank you in advance!

    So for me it seems redundant because if the service is enabled (this means it is enabled for every instance in the RAC), you shouldn't be able to enable it on one of that instance again.
    So in my last output I think that this line:
    Service is enabled
    is equal to this line
    Service is enabled on instances: DB_NAME2
    If I am wrong, can someone point the difference between the two lines based on my scenario?
    Edited by: 881081 on Aug 23, 2011 8:53 AM

  • Noob questions regarding RAC database

    Hi,
    I've run a number of Oracle servers, but I'm just now labbing my first RAC server. Firstly, I'm having some inconsistencies with regards to logging in. Observe:
    [oracle@rac1 ~]$ echo $ORACLE_SID
    daradb
    [oracle@rac1 ~]$ sqlplus system
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:10:09 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    [oracle@rac1 ~]$ sqlplus system@daradb
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:10:24 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL>
    In any previous experience, setting ORACLE_SID to daradb would mean that @daradb was unnecessary. What am I missing in this regard?
    The second issue being, I don't ever seem to be able to logon using the standard OS authentication I'm used to:
    [oracle@rac1 ~]$ sqlplus /@daradb
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:16:56 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    [oracle@rac1 ~]$ sqlplus /@daradb as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 06:18:23 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    It's not really an issue in the sense that I can still get in using system/password, but it's important I grasp what's going on before I proceed.
    Background: Initially I couldn't logon at all. For some reason it appears that tnsnames.ora was installed by the dbca wizard under the ASM_HOME, instead of ORACLE_HOME. I copied it to the correct place to enable connection.

    Thanks sybrand. You are correct about the naming assumption. Accordingly the following allows me to more specifically logon to the chosen server:
    [oracle@rac1 daradb]$ sqlplus system@daradb1
    or
    [oracle@rac1 daradb]$ sqlplus system@daradb2
    However using either of these SIDs doesn't appear to change this issue.
    [oracle@rac1 daradb]$ ORACLE_SID=daradb1 sqlplus system
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jul 7 07:31:40 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    It still requires the @daradb1.
    Regarding permissions, I'm somewhat lost.
    [oracle@rac1 daradb]$ id
    uid=500(oracle) gid=502(oinstall) groups=501(dba),502(oinstall)

  • Restore single instance rman backup to rac database

    Hello all. I have a 10gR2 single instance database that I have been taking backups using the oracle's suggested backup strategy, that is, once full database backup and incremental backups here and there. That's is all fine as I have (many times) being requested to rollback the database resulting in all operations being sucessfull.
    However, since this is somehow a pre-certification database, I am now being tasked to restore this database to what is going to be our production database, which is a 10gR2 rac database. I have already set up the RAC database sucessfull.
    Now, my question is: How can I take one of the backups that I have on the single-instance database and restore onto my RAC database ?
    Some information about the infraestructure:
    Both operating systems are HP-UX. Single instance is 11.23, RAC database is 11.31.
    Both database are using ASM as datafiles storage and flash recovery area storage.
    Any help will be appreciated!
    Thanks!

    In general terms, there are several ways you can convert a single instance into a rac intance, and it involves much more activities than just adding redo threads.
    Use of DBCA
    Enterprise Manager Grid Control
    rconfig utility
    Considering your case, if you don't currently have Grid Control, the first option is rconfig.
    1. Migrate your database from the current environment to the target environment by a regular cloning procedure, this will create a single instance into your rac environment. Your regular rdbms rac installation allows you to manage both, single instance and rac instances. Use this procedure to clone your database to the target RAC environment using recovery manager --> http://madrid9999.googlepages.com/rmancloneadatabase
    2. Once you have started your database in the RAC environment proceed with the rconfig tool, this requires some files to perform the conversion, the ConvertToRAC.xml file which is located at $ORACLE_HOME/assistants/rconfig/sampleXMLs
    3. Once you copied/edited the ConvertToRAC.xml file, you have to run the rconfig. Save the ConvertToRAC.xml under a different file name.
    rconfig editedConvertToRAC.xml
    4. For further reference on the rconfig command, you may refer to this page Oracle® Real Application Clusters Installation Guide
    11g Release 1 (11.1) for Linux and UNIX
    ~ Madrid

Maybe you are looking for

  • How do you copy automation from one track to another?

    How do you copy automation from one track to another? Occassionally I mistakenly blow away a track's automation. I open up an earlier version of the song to try to get the automation. It doesn't seem that you can copy and paste the data. After some s

  • I can't play a song on my iPod touch?

    Well, I transferred a song from iTunes to my iPod touch, and the lettering is grey, I can't select it to play!

  • My blackberry messenger disppeared!

    Please, how do I recover my blackberry messenger icon? I noticed my blackberry messenger icon, my facebook disappeared from my home screen. I was able to download facebook icon but I don't know how to go about reinstalling my blackberry messenger ico

  • Why do my CSS files open in Chinese font?

    My .css files have started opening in a Chinese font, in red. If I open the files in BBEdit, they're fine. But opening them in Dreamweaver always gets Chinese. I've tried making a new .css file in BBEdit and then opening it in Dreamweaver, and it sti

  • HT1689 I've downloaded music on my iPad on one iTunes account if I change account will I lose all my music

    I've recently bought a new iPhone 4s and made my very own iTunes account . I was given an iPad an I've been using someone's elses iTunes account . If I change iPad iTunes account to mine--- will I lose the music on my iPad