RAC server IP change

Dear All,
OS : Suse Linux and SunOS
Database : 10.2.0.3.0
As per our company policy we need to change the IPs of all the servers , we are having 2 RAC servers ( 2 nodes each). My question is if the physical and logical ip of the RAC servers changed then what will be the impact on the RAC configuration.
Thanks,
Vipin

Hi,
You may use below two Oracle Metalink notes to change public or interconnect IP and VIP.
How to Change Interconnect/Public Interface IP or Subnet in Oracle Clusterware [ID 283684.1]
Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node [ID 276434.1]
You also need to update tnsnames.ora files on your client side with new IP addresses.
Regards,
Amit

Similar Messages

  • Database startup after reboot of RAC server

    Hello,
    My config : 2 nodes w2k3 with 15 dbs . Oracle 10.2.0.3
    I started to scheduled my rac server reboot so i follow the oracle doc to shutdown properly all db,asm,service,listener,etc...
    Today one the server reboot, but some instance doesn't start (only five , and the last five in alphabetic order)
    In the log :
    db log : nothing just the shutdown
    crs_log : the start of the 10 db but nothing for the last five !!
    just a trace on one listener service :
    StartResource error for ora.sqyora01.LISTENER_1522_SQYORA01.lsnr error code = 1
    2010-08-11 02:56:08.000: [  CRSRES][3008]32Start of `ora.sqyora01.LISTENER_1522_SQYORA01.lsnr` on member `sqyora01` failed.
    2010-08-11 02:56:08.125: [  CRSRES][3008]32Skip online resource: ora.sqyora01.LISTENER_SQYORA01.lsnr
    On windows services : the OracleServiceSID service isn't started.
    Any help is welcome to understand this problem.
    Thanks.

    user4511076 wrote:
    IMO : (i am not a great oracle dba, because i have not enough time to spend with, and my collegue need really simple think to do, like startup/shutdown a database, no more investigation)Why startup/shutdown a database? I have databases that work 24x7 and uptimes of over a year. The record so far, has been over 24 months uptime (1st downtime were caused by a powerfailure to the rack cabinet). And for a database instance that runs a number of processes and deals with 100's to 1000's of inserts per second.
    it's easier to view that an oracle process take more cpu and so investigate in that database what's appens. Rather than search in my v$sql table to find witch schema doing wrong thinksNot sure what you are trying to say here. Single or multiple database instances do not change how a session looks like, or how SQLs are executed.. and thus not how you troubleshoot problems. Nor does it change resource requirements, or how you address these. But multiple instances do impact resource availability and requires one to split resources amongst instances - the end result of this is less flexibility.
    It's easier to affect cpu ressource to a process, rather than configuring it in oraclePlease explain.
    It's easier to stop a database rather than "put offline a schema"This is a "silly" statement to make IMO. Why do you want to offline a schema? Availability of applications and data are a critical feature in today's information system landscape. So why argue the complete opposite and say it is now more complex to make something less available?
    By the same token, why do you want to offline a database? A down database is even less useful than a downed server - at least you can use the downed server as a doorstop.. ;-)
    And if a database crash it only affect one application.Yeah.. and these happens when? Every few minutes? Every hour? Once a day?
    This is not a valid argument. Oracle instances very seldom crashes just for the heck of it. Most often it is due to incorrect o/s configuration, problematic hardware, uncertified components, old drivers, etc. Or plain old application abuse of Oracle.
    There is the theorical approach and practical one : I'm not alone is that case :
    http://oracledoug.com/serendipity/index.php?/archives/1339-The-Reality-Gap-3-A-Single-Instance-per-Server.html
    http://www.dba-oracle.com/art_dbazine_server_consolidation.htm
    I have never done RDBMS as a theoretical thing. The most dynamic table (ito SQLs against it) I have, grows by more than 450 million rows per day. This is as real world as real world gets. And that is what shapes my experience and opinion. And Burleson and I have never seen eye to eye on a number of subjects - so quoting his views on consolidation does little to persuade me to change my opinion.
    have you any ideas where can i found an error message that explain why my database doesn't start ? (like not enough ressource ;-) )Troubleshooting a problem starts with a very basic principle - isolation. Isolate the layer or moving part where the problem occurs. As the other instances are running, it means that the CRS software layer is up and running, that the storage layer is up and running and so on. So the problem should be with the instance that for some reason refuses to start? Confirm this by using sqlplus to start a down instance and looking at what its alert log file says. It should have some kind of pointer to what dependency that has not been met.

  • Restore from cold backup (rac server)

    Hi All,
    Oracle version : 10g
    OS : SunOS dixie1 5.10 Generic_118855-36 i86pc i386 i86pc
    I am having cold backup of RAC server (2 nodes), I want to restore from cold backup.
    The problem is that : when i performed the cold backup using rman at that time Oracle was having 3 ASM diskgroups.But unforunately that disk is no more in use due to some fault.
    Now my question is how can i restore from the cold backup as when i'll restore from the cold backup this will ask for the same ASM diskgroups.Even more if i creates the same diskgroup with the same name and same configuration then my doubt is that rman will allow me to restore the same from the cold backup as ASM disk header changed now ?
    Thanks,
    Vipin

    VipinK wrote:
    Hi All,
    Oracle version : 10g
    OS : SunOS dixie1 5.10 Generic_118855-36 i86pc i386 i86pc
    I am having cold backup of RAC server (2 nodes), I want to restore from cold backup.
    The problem is that : when i performed the cold backup using rman at that time Oracle was having 3 ASM diskgroups.But unforunately that disk is no more in use due to some fault.
    Now my question is how can i restore from the cold backup as when i'll restore from the cold backup this will ask for the same ASM diskgroups.Even more if i creates the same diskgroup with the same name and same configuration then my doubt is that rman will allow me to restore the same from the cold backup as ASM disk header changed now ?
    Yes.You can do these and restore/recover your database.First you need startup your ASM instance then create your ASM disk groups and do following:
    1.Edit pfile and change controlfile location to diskgroup(Consder that +dgr1)
    2.Restore controlfile to this disk group using backup of controlfiles(you say that is cold backup)
    rman target /
    /*Instance  need starting up from pfile*/
    startup nomount ;
    /*then restore controlfile,give full path of controlfile from coldbackup*/
    restore controlfile from 'coldbackup_location\coltrolfile';
    alter database mount;
    catalog start with 'coldbackup_location';
    backup as copy database format  '+dgr1';
    switch database to copy;
    alter database open;

  • IP migration of RAC server

    Hi Friends,
    What are the steps i need to perform or take care as oracle DBA if our RAC server's IP is going to migrate from one IP range to other.

    Re: DB10g vs changing IP address,hostname and domain name
    Link may also be of your interest.
    Regards
    Girish Sharma

  • WebLogicServer BEA-000365 Server state changed to FORCE_SHUTTING_DOWN at the time of bi services starting for obiee

    Hi Gurus,
    I have integrated Hyperion 11.1.2.3 with obiee 11g. Able to see obiee in workspace and Shared services. But suddenly we restarted the server. After that obiee link not working. It is showing Internet explorer could not open the web page. I have tried to start the bi services but the prompt ends with this error msg.
    <Aug 14, 2013 9:26:44 AM MST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot id
    entity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot id
    entity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are enc
    rypted.>
    <Aug 14, 2013 9:26:44 AM MST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Auth
    entication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have
    been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first
    time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (bo
    ot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file wit
    h the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
            at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
            at weblogic.security.SecurityService.start(SecurityService.java:141)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User epm_admin weblogic.security.providers.authentication.LDA
    PAtnDelegateException: [Security:090295]caught unexpected exception
            at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
            at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            Truncated. see log file for complete stacktrace
    >
    <Aug 14, 2013 9:26:44 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Aug 14, 2013 9:26:44 AM MST> <Error> <WebLogicServer> <BEA-000383> <A criticalservice failed. The server will shut itself down>
    <Aug 14, 2013 9:26:44 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    I have deleted password and username in boot.properties of Admin Server and bi_security1 folder but no use. Other option, i have deleted boot.properties then in the bi services prompt entered weblogic server username and password. Now also same issue.
    please help me, to resolve this issue.
    Thanks

    we need to change the Weblogic Username and Password which is saved in boot.properties file
    Thanks,
    Madhu

  • Server name changed

    Exchange 2013, Outlook 2013
    we're now moving from 2010 to 2013 Exchange. first thing i noticed, in the server settings of Outlook, the server name changed to some hex
    [email protected] where before i used to have "mail.acme.com" there.
    is this normal? instead of "mail.acme.com" we now get
    [email protected]?

    Hello Reno,
    I have the same feeling but this change will decrease the hot issue “Your administrator has made a change to your mailbox” in Outlook.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • SQL Server 2012 Change Data Capture for Oracle by Attunity support for Oracle 12

    I would like to know if there are any plans for SQL Server 2012 Change Data Capture for Oracle by Attunity to support versions of Oracle 12 and if by when.

    I have asked from the author of
    http://blogs.msdn.com/b/mattm/archive/2012/03/26/cdc-for-oracle-in-sql-server-2012.aspx about this.
    I will either ask him to answer here or I would be a messenger.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • New app version detected after server ip changes (server using DNS / dynamic ip)

    I have a JWS app deployed. The codebase URL is using a name for the server (dynamic IP address), and when you start the app it detects a new version every time there's a server IP change (I have no way to get a static IP for it). As long as it's the same app, how can i prevent this to happen?
    I need changes to be checked every time the app is launched at the client side, but this behaviour is a problem for me because I have a limited upload bandwitch available at the server side.
    Regards

    Ok, it seems to have been a problem for some time. I found this thread:
    Java Web Start caching jars by IP not by URL (Domain)
    Regards

  • Essbase cannot start up after the DB server IP changed.

    Hi,
    My essbase is installed in server A and the DB server is in server B. For some reasons, the IP of DB Server (B) changed.
    Then the essbase cannot startup. When run the StartUpEssbase.sh, no error shows up.
    +[oracle@eucbi03 ~]$ ./StartUpEssbase.sh+
    Starting all
    Apache Ant version 1.7.0 compiled on December 13 2006
    Buildfile: /home/oracle/app/epm/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Finish all
    Environment:
    Cent OS 6
    Essbase 11
    Any advise will be appreciated. Thanks.
    Regards,
    Alex

    Hi John,
    We didn't use the name for DB configuration. We used the IP. So I changed the 2 files.
    And very thanks for your information, I resolved the problem by the document you provided. Just as you said, it's no need to update the files.
    Here briefs the case and the solution:
    Problem:
    I used IP to config the DB server when setup the Essbase. But later, the IP of the DB server changed, the Essbase won't startup, either the administration services.
    Solution:
    1. Run the config tool (EPM_ORACLE_HOME/common/config/version_numberconfigtool.sh) and change the DB server setting (fill the new IP for the db server, and choose 'reuse the database' when prompted)
    After this step, the essbase could startup. But administration services couldn't
    2. Go to weblogic admin console (http://ip:7001/console). Edit the JDBC data source setting from old DB server to new one
    After this step, the administration services could startup now.

  • SBS2011 Exchange Migration (Server configuration change is temporarily preventing access)

    Greetings,
    I 've begun an exchange migration from SBS2011 (Exch 2010) to 2013 Exchange.  I am on this step of the deployment assistant, for reference,  http://technet.microsoft.com/en-us/exdeploy2013/Checklist?state=2419-W-EQBEAgAAQAAAAQEAAQAAAAg~
    I can login and access any users mailbox with the respective credentials if their mailbox is on the SBS exchange server.
    Ive migrated a couple test users, and while I can access their owa box if I browse to the localhost of the 2013 server, I cannot access their mailbox internally nor externally if I go to the external FQDN of the owa site.  All other users with mailboxes
    still on the 2010 exchange work.
    I get this message for those with mailboxes on the new server: A server configuration change is temporarily preventing access to your account. Please close all Web browser windows and try again in a few minutes. If the problem continues, contact your helpdesk.
    Any ideas?
    Thanks!

    Hi,
    On current situation, please check if you move mailboxes to the new Database properly. Please refer to Olaf’s
    solution in following thread and check if can help you.
    OWA
    not working after SBS2008 to SBS 2011 Migration
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Portal server has changed DNS zone, CM URLs not

    Hello,
    we have a standalone server which changed from the DMZ to internal LAN. With this change the portal got a new DNS suffix and a new IP address. Now the portal is accessable but the acess URLs for CM repository objects having still the old DNS suffix in the URLs.
    Has someone experience with changing DNS suffix of  a portal server? What must be changed for CM? (using EP 6.0 with KMC, SPS12)
    Thanks and regards
    Alex

    Hello,
    found the solution: Systemadministration -> Systemkonfiguration -> KM -> CM -> Global Services (advanced mode!)-> URL Generator Service
    Here I could change the Host entry to the new domain for all access paths of KM.
    Regards
    Alex

  • Ramifications of Server name change

    What are the ramifications of changing the name of a Windows 2000 server on the operation of an Oracle database. I did this and the TNS listener failed to start. After changing the name back it works fine. Are there any suggested procedures for what files, etc. need to reflect the server name change for Oracle to work or do I need to uninstall Oracle, change the server name and then reinstall Oracle.
    Thanks!

    Hi,
    some things to check are:
    tnsnames.ora and listener.ora files (hostname...)
    also, make sure that you change your DNS so that people can find the server under the new name.
    Good Luck

  • Clone a RAC database to a new RAC server

    Hi,
    How can clone a RAC database to a new RAC environment ?
    I installed Cluster and RDBMS 10g R1 in a new RAC server and I need to copy my database "dbrest" to the new server, my new database must have the same name ("dbrest"). My actual dbrest database is in ASM and I need to use ASM for the new database too.
    I don't have any database in the new RAC environment.
    At the end I need to have this configuration:
    Source configuration:
    SERVER:
    Node 1: srvprod1
    Node 2: srvprod2
    CLUSTER DB: dbrest using ASM
    Node 1: dbrest1
    Node 2: dbrest2
    Clone configuration:
    SERVER:
    Node 1: dupenv1
    Node 2: dupenv2
    CLUSTER DB: dbrest using ASM
    Node 1: dbrest1
    Node 2: dbrest2
    How can I do this?
    How can I copy my dbrest database to

    use rman Duplicate Database on srvprod* to dupenv*
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#BRADV165
    When duplicate database can run on both dupenv1 and dupenv2.
    use "srvctl" to add database, instance and services (if you have)
    Usage: srvctl add database -d <name> -o <oracle_home> [-m <domain_name>] [-p <spfile>] [-A <name|ip>/netmask] [-r {PRIMARY | PHYSICAL_STANDBY | LOGICAL_STANDBY}] [-s <start_options>] [-n <db_name>] [-y {AUTOMATIC | MANUAL}]
    Usage: srvctl add instance -d <name> -i <inst_name> -n <node_name>
    Usage: srvctl add service -d <name> -s <service_name> -r "<preferred_list>" [-a "<available_list>"] [-P <TAF_policy>]
    Usage: srvctl add service -d <name> -s <service_name> -u {-r "<new_pref_inst>" | -a "<new_avail_inst>"}

  • Oracle RAC server's IP and Subnetmask change

    Oracle DB Version:10.2.0.3.0
    OS version : RedHat linux 4
    Number of Nodes: 2
    We need to move our RAC db servers from Atlanta to NJ. This move requires IP and subnet mask change. How we can do this chanse in for nodeapps / CRS components?

    I am doing a clean installation of RAC 10g rev.2, and during the installation I set the netmask for the VIP to 255.255.252.0, which is different from the pub netmask of 255.255.255.0.
    I ran the following:
    srvctl modify nodeapps -n rachost1 -A 192.168.180.88/255.255.255.0/pub
    srvctl modify nodeapps -n rachost2 -A 192.168.180.89/255.255.255.0/pub
    I then stopped the services.
    C:\oracle\product\10.2.0\crs\BIN>crs_stop -all
    Attempting to stop `ora.rachost1.gsd` on member `rachost1`
    Attempting to stop `ora.rachost1.ons` on member `rachost1`
    Attempting to stop `ora.rachost2.gsd` on member `rachost2`
    Attempting to stop `ora.rachost2.ons` on member `rachost2`
    Stop of `ora.rachost1.gsd` on member `rachost1` succeeded.
    Stop of `ora.rachost2.gsd` on member `rachost2` succeeded.
    Stop of `ora.rachost1.ons` on member `rachost1` succeeded.
    Stop of `ora.rachost2.ons` on member `rachost2` succeeded.
    I restarted the services.
    C:\oracle\product\10.2.0\crs\BIN>crs_start -all
    Attempting to start `ora.rachost1.vip` on member `rachost1`
    Attempting to start `ora.rachost2.vip` on member `rachost2`
    Start of `ora.rachost1.vip` on member `rachost1` succeeded.
    Start of `ora.rachost2.vip` on member `rachost2` succeeded.
    Attempting to start `ora.rachost1.gsd` on member `rachost1`
    Attempting to start `ora.rachost1.ons` on member `rachost1`
    Attempting to start `ora.rachost2.gsd` on member `rachost2`
    Attempting to start `ora.rachost2.ons` on member `rachost2`
    Start of `ora.rachost2.gsd` on member `rachost2` succeeded.
    Start of `ora.rachost1.gsd` on member `rachost1` succeeded.
    Start of `ora.rachost1.ons` on member `rachost1` succeeded.
    Start of `ora.rachost2.ons` on member `rachost2` succeeded.
    I checked the status, and I noticed the changes "took".
    C:\oracle\product\10.2.0\crs\BIN>crs_stat -p ora.rachost1.vip
    NAME=ora.rachost1.vip
    TYPE=application
    ACTION_SCRIPT=C:\oracle\product\10.2.0\crs\bin\racgwrap.bat
    ACTIVE_PLACEMENT=1
    AUTO_START=1
    CHECK_INTERVAL=60
    DESCRIPTION=CRS application for VIP on a node
    FAILOVER_DELAY=0
    FAILURE_INTERVAL=0
    FAILURE_THRESHOLD=0
    HOSTING_MEMBERS=rachost1
    OPTIONAL_RESOURCES=
    PLACEMENT=favored
    REQUIRED_RESOURCES=
    RESTART_ATTEMPTS=0
    SCRIPT_TIMEOUT=60
    START_TIMEOUT=0
    STOP_TIMEOUT=0
    UPTIME_THRESHOLD=7d
    USR_ORA_ALERT_NAME=
    USR_ORA_CHECK_TIMEOUT=0
    USR_ORA_CONNECT_STR=/ as sysdba
    USR_ORA_DEBUG=0
    USR_ORA_DISCONNECT=false
    USR_ORA_FLAGS=
    USR_ORA_IF=pub
    USR_ORA_INST_NOT_SHUTDOWN=
    USR_ORA_LANG=
    USR_ORA_NETMASK=255.255.255.0
    USR_ORA_OPEN_MODE=
    USR_ORA_OPI=false
    USR_ORA_PFILE=
    USR_ORA_PRECONNECT=none
    USR_ORA_SRV=
    USR_ORA_START_TIMEOUT=0
    USR_ORA_STOP_MODE=immediate
    USR_ORA_STOP_TIMEOUT=0
    USR_ORA_VIP=192.168.180.88
    C:\oracle\product\10.2.0\crs\BIN>crs_stat -p ora.rachost2.vip
    NAME=ora.rachost2.vip
    TYPE=application
    ACTION_SCRIPT=C:\oracle\product\10.2.0\crs\bin\racgwrap.bat
    ACTIVE_PLACEMENT=1
    AUTO_START=1
    CHECK_INTERVAL=60
    DESCRIPTION=CRS application for VIP on a node
    FAILOVER_DELAY=0
    FAILURE_INTERVAL=0
    FAILURE_THRESHOLD=0
    HOSTING_MEMBERS=rachost2
    OPTIONAL_RESOURCES=
    PLACEMENT=favored
    REQUIRED_RESOURCES=
    RESTART_ATTEMPTS=0
    SCRIPT_TIMEOUT=60
    START_TIMEOUT=0
    STOP_TIMEOUT=0
    UPTIME_THRESHOLD=7d
    USR_ORA_ALERT_NAME=
    USR_ORA_CHECK_TIMEOUT=0
    USR_ORA_CONNECT_STR=/ as sysdba
    USR_ORA_DEBUG=0
    USR_ORA_DISCONNECT=false
    USR_ORA_FLAGS=
    USR_ORA_IF=pub
    USR_ORA_INST_NOT_SHUTDOWN=
    USR_ORA_LANG=
    USR_ORA_NETMASK=255.255.255.0
    USR_ORA_OPEN_MODE=
    USR_ORA_OPI=false
    USR_ORA_PFILE=
    USR_ORA_PRECONNECT=none
    USR_ORA_SRV=
    USR_ORA_START_TIMEOUT=0
    USR_ORA_STOP_MODE=immediate
    USR_ORA_STOP_TIMEOUT=0
    USR_ORA_VIP=192.168.180.89
    Configuration Assistant
    Virtual Private IP Configuration Assistant
    I keep getting "OUI-25031"
    I am not sure why this is not working.

  • Different instructions for disable arch log mode on 11Gr2 RAC server?

    Hello all,
    I've run into a problem where I've lost my tape drive...and have no sysadmins to help.
    I don't want my RAC instances to run our of space and halt, so I'm planning to take them out of archive log mode, and just do exports daily till I can move them or get tape going again.
    This is easy enough with a non-clustered instance, but I'm reading around and finding conflicting information for doing it on a RAC system.
    In the Oracle® Real Application Clusters Administration and Deployment Guide
    11g Release 2 (11.2)...it states in simple terms:
    (http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/rman.htm#i474611)
    "In order for redo log files to be archived, the Oracle RAC database must be in ARCHIVELOG mode. You can run the ALTER DATABASE SQL statement to change the archiving mode in Oracle RAC, because the database is mounted by the local instance but not open in any instances. You do not need to modify parameter settings to run this statement."
    and thats about it.
    I've been researching and found a couple of other non-oracle official guides to this, where they describe a much more involved process, that seems to follow this path:
    1. sqlplus into one instance and change the cluster_database=false scope=spfile sid='specific_node_name';
    2. Shut down all instances, srvctl stop database -d <instance_name>
    3. Startup the instance you changed cluster_database on with sqlplus and startup mount;
    4 On this instance you do ALTER DATABASE NOARCHIVELOG;
    5. On same instance change the cluster parameter back: alter system set cluster_database=true scope=spfile sid='specific_node_name';
    6. Shut down this single instance
    7. Start all instances with srvctl start database -d <instance>
    I've found references to this at:
    http://oracle-dba-yi.blogspot.com/2010/12/enabledisable-archive-log-mode-in-11gr2.html
    and
    http://www.dba-oracle.com/bk_disable_archive_log_mode.htm
    Among other sites. I'm curious why the Oracle documentation on this doesn't mention all these steps?
    I'm guessing the longer version is the path I should take, but I wanted to ask here first if this is correct?
    I'm on Oracle 11Gr2....hasn't been patched with latest patchset, running on RHEL5, and is a 5 node cluster.
    Thank you in advance,
    cayenne
    Edited by: cayenne on Oct 21, 2011 11:51 AM

    Fiedi Z wrote:
    There are couple things you need to consider
    - export daily is not a backup strategy
    - you're risking your enterprise company by disabling archivelog
    your company have 5 RAC nodes I assume this is mid-to-large company, question you might ask to yourself Is your company really desperately don't have any available disk space for you to backup to temporary location / server?
    However if you still insist and persistent with your strategy then follow the links you have, that is how to disable archivelog in RAC
    CheersThank you everyone for the comments.
    This is a DEV environment...and they are planning to move this all to a new facility where we won't have the powerouttages and old defunct equipment.
    Right now...I do not have drive space to put all of this. I've informed them of the risks of not having point in time recovery. I really don't see any other choice on this....I don't want to run noarchive either...but I've been without tape to move the logs off for days now..and even with low traffic, I'm afraid they will fill and I'll have databases halting.
    I think at this point, and again, this is not production data....I'm going to have to go with daily exports and that will have to do me till I can get these servers 'moved' to a new facility soon.
    Again, thank you for the comments!!!
    cayenne

Maybe you are looking for

  • Failure to install Creative Cloud Master for Windows

    Hi all, I am using an Enterprise Creative Cloud and have packaged the Adobe CC Master for Windows. I have followed the rules of installation by installing Acrobat XI first. Upon installation of Acrobat, I proceeded to install Creative Cloud by going

  • Integration SD-FICA: Avoid cancellation cleared documents

    Hi Experts: When i try to cancel a billing document who was cleared, the system permit it. I know you can avoid this for accounting documents who was created in FI-AR, but with FICA I can´t find the routine to avoid the cancellation. Does anybody kno

  • Ical Server Email Invitations Setup

    Is there a guide to setup the Email Invitations? I have changed the settings over and over again in an attempt to make it work. I have tried pointing to the local mail server (same box) as well as our outside host with no luck. I have searched throug

  • Problem in reading  file

    Hi, Here i read file then i want to put it's contents in textarea . I used FileInputStream and bufferedInputstream for reading file but the content not appear in the textarea . why this ? import java.awt.*; import java.awt.event.*; import java.io.*;

  • Constantly getting pop-ups from Itunes!

    Constantly getting pop-ups from Itunes!