CONVERTING TWO NODE  RAC ON WINDOWS TO SINGLE INSTANCE

I got question about a two node RAC on Windows.
One of our vendors is hosting our oracle enviroment and we are planning to bring in the datacenter in house and manage it ourselves.
Current they have a two node RACon windows
The new enviroment we are building here , we want to get rid of RAC and bring it back to a single instance environment.
How do i approach this?
1. My first option was to create a new database server and do the export dp from one of the node and import to the new single instance enviroment.
My conncern is can you do export from RAC database and import it to a non RAC enviroment?
2. My second option is to delete one node on the two node RAC and then do export dump or cold backup and copy the database files and necessary config files.
let me know how i can approach this.....

Okay guys after digging aroung i found the following approach.....
Cloning Oracle 10gR2 from RAC Environment to Single Instance Environment will raise the following error
ORA-29702: Error occurred in Cluster Group Service Operation.
The new instance is looking for CRS on new single instance non RAC environment.
For UNIX platform follow the following steps:
- Shutdown the instance which is cloned to non RAC.
- Shutdown all the listeners.
- Relink Oracle executable with rac_off option.
$ make -f ins_rdbms.mk rac_off
$ make -f ins_rdbms.mk ioracle
- Remove all the parameters from init.ora which points to second instance
and it is on other node.
- Remove cluster_database parameter
- Remove undo_tablespace parameter which points to second instance
For Windows Platform follow the following steps:
- Shutdown the instance which is cloned to non RAC.
- Shutdown all the listeners.
- Rename following file in %ORACLE_HOME%/bin directory: orarac10.dll to orarac10.dll.bak
Give me your thoughts, there is nothing on Metalink....

Similar Messages

  • How to add a second database along with existing two node RAC environment

    Hi,
    I was wondering if anyone can help me with this.
    My Environment:
    1. Two node RAC Cluster database (11.2.0.2) with ASM running perfectly (Oracle Sid = test-1)
    2. I have installed a second single instance db on node 2 (Oracle Sid = test-2) with NTFS file system for datafiles
    3. Database is up and running, but I am not able to connect it from any client.
    4. I am getting ORA-12514:  TNS:listener does not currently know of service requested in connect descriptor
    5. Database (test2) is registered with grid LISTENER
    5. TNSPING from client machine response is ok
    Am I missing something here, happy to provide more info if requested.
    Thanks,
    PS

    C:\Users\root.test_prod>lsnrctl
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 23-FEB-2012 11:58:05
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 18-FEB-2012 19:51:47
    Uptime 4 days 16 hr. 6 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\11.2.0\grid\network\admin\listener.ora
    Listener Log File C:\app\11.2.0\grid\log\diag\tnslsnr\IRIS11G-DB-2\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENERipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.30.0.202)(PORT=1520)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.30.0.215)(PORT=1520)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+asm2", status READY, has 1 handler(s) for this service...
    Service "test-11gRAC.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "test-11gRXDB.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "irisapps.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Service "test-2" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Service "test-2XDB" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> service
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+asm2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1322 refused:0 state:ready
    LOCAL SERVER
    Service "test-11gRAC.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1829 refused:0 state:ready
    LOCAL SERVER
    Service "test-11gRXDB.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: IRIS11G-DB-2, pid: 4496>
    (ADDRESS=(PROTOCOL=tcp)(HOST=IRIS11G-DB-2.test_prod.internal)(PORT=57695))
    Service "irisapps.test_prod.internal" has 1 instance(s).
    Instance "test-11gr2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1829 refused:0 state:ready
    LOCAL SERVER
    Service "test-2" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "test-2XDB" has 1 instance(s).
    Instance "test-2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: IRIS11G-DB-2, pid: 9340>
    (ADDRESS=(PROTOCOL=tcp)(HOST=IRIS11G-DB-2.test_prod.internal)(PORT=58653))
    The command completed successfully
    LSNRCTL>

  • 11gR2- webutil upload file to AS on two nodes RAC?

    Hellow experts plz help with the following issue,
    we are using 11gR2 forms on two node rac,webutil configured on both nodes. upload/download files to AS folder(UP_FILES) using our forms. node 2 is actually replica of node 1(forms,reports,UP_FILES). we are now facing a problem that the form which upload file to AS, only upload that to the node from where it is running say if it is running from node1 then it upload files to folder UP_FILES on that node( as the entry in webutil.cfg file) but we want that UP_FILES folder should be synced with each other on both nodes and a form running whether from node1 or node2 upload the file to both nodes at time.
    How this will be accomplished?
    --------webutil.cfg entry
    transfer.appsrv.read.3=D:\UP_FILES
    transfer.appsrv.write.3=D:\UP_FILES
    -----FORM UPLOAD CODE
          IF :CONTROL.FILE_LOC IS NOT NULL THEN
            acyr3 := :CONTROL.TXTVOUCHERNO||'-'||acyr2 ;
           FILE_RESULT := WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS_WITH_PROGRESS(CLIENTFILE=>:CONTROL.FILE_LOC,
           SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'UPLOAD TO DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT' );
          END IF;
    --FORM DOWNLOAD CODE
            FILE_RESULT := WEBUTIL_FILE_TRANSFER.AS_TO_CLIENT_WITH_PROGRESS
                 CLIENTFILE=>'D:\UP_FILES\'||acyr3||'.PDF',
            SERVERFILE =>'D:\UP_FILES\'||acyr3||'.PDF',
          PROGRESSTITLE=>'DOWNLOAD FROM DATABASE IN PROGRESS',
          PROGRESSSUBTITLE=>'PLEASE WAIT'
                 CLIENT_HOST('rundll32.exe url.dll,FileProtocolHandler D:\UP_FILES\'||acyr3||'.PDF');
                 IF FILE_RESULT THEN
      message('File downloaded successfully from the Application Server');
      END IF;

    Well, you're uploading the file to one node, so this is no surprise. What you can do is to store your file on a shared folder (which might be a bit tricky on windows) or synchronize a folder between your nodes. Unfortunately Forms can't access ASM directly (assuming you are using ASM), so you can't store your files directly in ASM where it would be accessible from both nodes.
    cheers

  • Mutliple serveres in a two node RAC

    hello friends m i newbie in RAC and i have 7 servers in my company 4 are for oracle database used for different purposes having same instance name on each of them and 3 are for application servers used for different purposes having same instance name and i want to use two node RAC for all of them now my question is
    1) can i use all the 7 servers (4 database and 3 application) together in a two node RAC?
    2) in RAC can i have different instances having same name?
    thanx in advance

    saugat chatterjee wrote:
    hello friends m i newbie in RAC and i have 7 servers in my company 4 are for oracle database used for different purposes having same instance name on each of them and 3 are for application servers used for different purposes having same instance name and i want to use two node RAC for all of them now my question isRAC is a single database running across multiple servers (db instance on each). That is how Oracle scales.
    Oracle does not scale the converse way - running multiple databases on a single server.
    1) can i use all the 7 servers (4 database and 3 application) together in a two node RAC?That depends entirely on whether the 2 severs have the capacity to deal with the processing load currently handled by the database servers.
    Also note that in Oracle the terms "+database+" and "+schema+" differ from what are used by some other RDBMS products.
    An Oracle database is a physical entity. An Oracle schema is a (amongst other things) a logical database. So a single physical Oracle database can contain 1000's of logical databases - and these logical databases can be physically separated from one another (via tablespaces), can have different rights, can have different resource profiles, etc.
    Each RAC node is part of a shared everything cluster - meaning that the entire physical database is available on each and every RAC node.
    On RAC, you can do what is called application partitioning. You can for example configure HR clients to make use of the HR logical database (schema) on RAC node 1. RAC node 3 is for example used for the Data Mart application and node 2 handles the customer billing clients.
    In other words, you partition your applications across RAC nodes.
    2) in RAC can i have different instances having same name? The instance name is a physical name and should very seldom be explicitly used. Your physical RAC database's SID may be PROD. Your 4 RAC instances, one on each server, will have SIDs PROD1 to PROD4.
    But you should instead create database services and have clients connect (via the RAC's SCAN/Single Client Access Name) to a specific service.
    Bottom line to keep in mind - RAC is Oracle's answer to scalability. And RAC is multiple servers and a single database. Doing the converse and running multiple database on a single server (RAC or no RAC), very seldom makes any technical sense. It almost always will reduce both performance and scalability.

  • Daily checklist maintainace activities for two node rac

    i need queries for two node rac which i can check everyday maintainace
    10.2.0.4
    windows (os)
    asm
    please provide what do i do everyday for maintainace
    please give me queries and check the health check
    thanks in advance

    Hi;
    pelase check below notes, you can see notes and can understand which process is important and what you need to check.
    RAC Assurance Support Team: RAC and Oracle Clusterware Starter Kit and Best Practices (Generic) [ID 810394.1]
    Master Note for Real Application Clusters (RAC) Oracle Clusterware and Oracle Grid Infrastructure [ID 1096952.1]
    11gR2 Clusterware and Grid Home - What You Need to Know [ID 1053147.1]
    Also see:
    daily check list for rac
    daily check list for rac
    Regard
    Helios

  • When we create  one service as preferred on both nodes in  two node RAC

    How to configure listener,tnsnames.ora & listener file When we create one service as preferred on both nodes in two node RAC ... ( I don't need load balancing here but i just want to create service as preferred on both nodes)
    please some one help me in this ..

    Thanks alot Sebastain for your reply..
    I am using 10.2.0.4 version and below tns entry is from my client side tns entry ..
    M4AMPRD_TEST=
    (DESCRIPTION=
    (ADDRESS= (PROTOCOL=TCP) (HOST=153.88.184.228) (PORT=1521))
    (ADDRESS= (PROTOCOL=TCP) (HOST=153.88.184.229) (PORT=1521))
    (FAILOVER=ON)
    (CONNECT_DATA=(SERVICE_NAME=M4AMPRD_TEST)
    (FAILOVER_MODE=
    (TYPE=SELECT)
    (METHOD=BASIC)
    (RETRIES=20)
    (DELAY=5)
    service creation: srvctl add service -d M4AMPRD -s M4AMPRD_TEST -r M4AMPRD1,M4AMPRD2
    But when i connect to database usign above service from client some times its working fine and some times its failing please see below log with timings how it is behaving ..
    SQL> set time on
    18:39:46 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    Connected.
    18:39:48 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Warning: You are no longer connected to ORACLE.
    18:39:52 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    Connected.
    18:39:53 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    Connected.
    18:39:55 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    Connected.
    18:39:57 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Warning: You are no longer connected to ORACLE.
    18:39:59 SQL> CONN m4owner/iamm4amdev!@M4AMPRD_TEST
    Connected.
    Thanks for your help in advance
    Anil Vejendla..

  • How do i licence a two node RAC with ASM infrastructure

    AM trying to estimate the licensing of two node RAC with ASM as storage manager and GRID control as management tool

    Hi,
    Oracle license depends on lot of things, Edition of Oracle your running standard or enterprise, the optional packges you need and etc.
    Read through http://docs.oracle.com/cd/E11882_01/license.112/e10594/editions.htm#BABDJGGI
    also if you license named users or processor. You can get the price for the from online oracle store
    https://oraclestore.oracle.com/OA_HTML/ibeCCtdMinisites.jsp?language=US&ref=ibeCZzpHome.jsp

  • Converting to Oracle Real Application Clusters from Single-Instance Oracle

    Is there any notes at metalink for
    Converting to Oracle Real Application Clusters from Single-Instance Oracle Databases
    We should have 10g DB on ASM to make it RAC?

    With Oracle Database 10g Release 2, $ORACLE_HOME/bin/rconfig tool can be used to convert Single instance database to RAC. This tool takes in a xml input file and convert the Single Instance database whose information is provided in the xml. You can run this tool in "verify only" mode prior to performing actual conversion. This is documented in the RAC admin book and a sample xml can be found $ORACLE_HOME/assistants/rconfig/sampleXMLs/ConvertToRAC.xml. Grid Control 10g Release 2 provides a easy to use wizard to perform this function.

  • Clone multi-node RAC and ASM to single node

    Hi everyone.
    I need clone system with 3 application server and 2 oracle database RAC and ASM to single-node. The operating system is RHEL 5.
    I see some metalink notes, but we can't found nothing. I find notes with multi-node to single-node, but nothing with RAC to non-RAC.
    The eBS version is 11.5.10.2 and database version is 10.2.0.3
    Is possible this clone?
    Thanks very much.

    Hi User;
    Please follow below and see its helpful:
    EBS R12 with RAC and non-RAC
    Re: RAC to single instance ebs R12
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Re: CLONING R12 RAC to NON RAC CLONING giving error RMAN-05517 temporary file
    [b]Migrating the DB-Tier (DB and CM) to Two node non RAC cluster[/b]
    Also check:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html
    Regard
    Helios

  • Can fiber channel be used for connect server to a storage in two nodes RAC

    I decided to have an Oracle RAC cluster with only two nodes.
    The storage I have is a sun 3510FC. Also have five fiber chanal ports. But my each server (Sunfire v240) has got one Ultra160SCSI multimode (SE/LVD) not any fiber chanal ports. I found that there is some FC card available to use but none fiber switch available. I want to install this FC cards to the servers and make a straight connection with fibre cable to the storage. Can this be asolution or do i have to have a fibre switch?

    Hi
    Irrespective of whether such a configuration is supported or not by Oracle.
    Has anybody got 10gR2 RAC working on
    a. 2 servers
    b. shared storage with HBA and fibre channel cables
    c. interconnect on LAN
    (yes we know it is not supported by Oracle...but again we are not going production on that....just for demo/training purposes)
    No FC switch
    No ethernet switch
    If anybody has got this working would be great to hear of 'issues to guard against'
    Thanks

  • Configure OEM in Oracle 10.2.0.4 Two nodes RAC

    Hi all,
    I'm having some troubles making rigth configuration for OEM in my RAC.
    Everything during installation or configuracion seems ok but later it's all wrong.
    The point is:
    Global database is ON and every of two nodes is also ON. I can accees it from inside and outside the server nodes.
    CRS shows everything OK with all services and resources ONLINE.
    emctl status dbconsole -clusterhttps://node2:5500/em/console/aboutApplication
    EM Daemon is running.
    emca -displayConfig dbcontrol -clusterINFO:
    **************** Current Configurationl ****************
    INSTANCE NODE DBCONTROL_UPLOAD_HOST
    inode2 node2 node2
    inode1 node1 node2
    So everything should be OK
    When I try to access OEM, it says that status can't be acess and offers me the choice of START or BEGIN RECOVER
    When I go through START the two nodes are up but can't access the instances.
    So I know that something has wrong configuracion but I don't know WHAT!!!
    Any Idea???
    Thanks in advance

    Start looking at the logs under $OH/<node_name>/sysman/log - most likely it will offer some clues.

  • 11g R2 - 2 node RAC on Windows X64 2003 Server

    hi
    we are soon going to start building a 2 node 11g R2 RAC on Windows X64 2003 server
    questions
    1. In 11g R2, is creating 2 disk group DATA and FRA still considered the best practice?
    2. On which disk group should we place the OCR and Voting Disk
    3. If there are issues placing OCR and Voting Disk on ASM (there definitely appears to be some concerns / reported issues on this), is using OCFS2 still a viable option?
    4. Can someone point us to a document such as step by step installation of 11g R2 RAC on Windows with ASM or best practices 11g R2 RAC on Windows?
    thanks

    A bit late maybe, but you can check Note 811271.1 - RAC Assurance Support Team: RAC Starter Kit and Best Practices (Windows).
    Edited by: olmartins on Jun 2, 2010 11:53 AM

  • How does a RAC DB 'spread' from single instance to multiple instances ?

    GI/RDBMS Version: 11.2.0.3
    OS: Oracle Linux 6.3
    Filesystem : ASM
    When a RAC database is created using dbca , Manually , or RMAN restore, the DB is created in the Node1 first with cluster_Database=FALSE .
    Then you run the following commands (for 3-node RAC)  from Node1
    srvctl add database -d lmnprod -o $ORACLE_HOME -p +LMNPROD_DATA01/lmnprod/spfilelmnprod.ora
    srvctl add instance -d lmnprod -i lmnprod1 -n hwcarser290
    srvctl add instance -d lmnprod -i lmnprod2 -n hwcarser291
    srvctl add instance -d lmnprod -i lmnprod3 -n hwcarser292
    Once the DB is created,mounted and opened in Node1 and the above commands are executed , you set cluster_Database=TRUE and startup the Instance2 and Instance 3 in Node2 and Node3.
    I just want to know how does Node2 and Node3 becomes aware of the DB and joins the DB cluster ? What happens internally ?

    Generally speaking, registering in OCR is not required for database to be a cluster database.
    Migration from single-instance database to cluster consists of creating redo logs and undo tablespace for new instance and enabling this instance (thread). If database is policy-managed, this is done automatically for new node.

  • Does Oracle RAC improve performance over single-instance db

    Hallo!i am running a single instance db that seems to be overwhelmed by workload as CPU is constantly 100% utilized despite code and instance tuning and users persistently complain of system slowness.
    It is our plan to uprgade to more powerful servers but would also like to implement load balancing to have 2 instances and 2 servers share workload via RAC solution.
    Some of peers state that RAC mostly a High Availability solution to enable continuity should one instance fail.I would like to know if db performance would improve on RAC as load balancing between 2 or more instances occurs in a RAC setup.
    Thanks.

    4joey1 wrote:
    Some of peers state that RAC mostly a High Availability solution to enable continuity should one instance fail.I would like to know if db performance would improve on RAC as load balancing between 2 or more instances occurs in a RAC setup.RAC also provides scalability - as you have additional servers and database instances to deal with the workload. It is not a mere high availability and redundancy architecture.
    BTW, a 2 node RAC is IMO not a "real" RAC... We also have one of those and I regret not insisting that it be, at minimum, a 4 node RAC - from both a redundancy/availability and performance/scalability viewpoints.
    Simple example - on our bigger RAC we are dealing with about 37000+ row inserts every second (3+ billion rows per day). This workload is only handled (on smallish dual 2-core CPU servers) due to RAC. No way that a single one of these servers would alone (as a single non-RAC instance) be capable to deal with that workload.
    So yeah - RAC is most definitely also about performance and scalability too. (but that does not mean it's a magic wand for solving your performance problems either).

  • INSTALL PROBLEM 2 NODES RAC ON SOLARIS ZONES SINGLE HOST

    Hi,
    Does anybody tried to install rac using two zones located on the same physical machines as rac nodes?
    I got problem after installation when it adds deamons to inittab and tries to start crs stack.
    Even the css didn't come up.
    It seems that voting disk where formatted correctly
    alerttest-zone.log:
    [client(20136)]CRS-1006:The OCR location /dev/rdsk/c0t0d0s0 is inaccessible. Details in /app/oracle/product/10.2.0/crs_1/log/test-zone/client/ocrconfig_20136.log.
    2009-11-19 10:41:14.587
    [client(20136)]CRS-1006:The OCR location /dev/rdsk/c0t0d0s0 is inaccessible. Details in /app/oracle/product/10.2.0/crs_1/log/test-zone/client/ocrconfig_20136.log.
    2009-11-19 10:41:14.636
    [client(20136)]CRS-1006:The OCR location /dev/rdsk/c0t0d0s0 is inaccessible. Details in /app/oracle/product/10.2.0/crs_1/log/test-zone/client/ocrconfig_20136.log.
    2009-11-19 10:41:14.936
    [client(20136)]CRS-1001:The OCR was formatted using version 2.
    2009-11-19 10:44:22.023
    [client(20190)]CRS-1801:Cluster crs configured with nodes test-zone test-zone2 .
    OCR config also created correctly :
    ocrconfig_20136.log:
    2009-11-19 10:41:14.685: [  OCROSD][1]utsz:3: ioctl DKIOCGAPART failed. errno [48]
    2009-11-19 10:41:14.686: [  OCRRAW][1]propriogid:1: INVALID FORMAT
    2009-11-19 10:41:14.785: [  OCRRAW][1]propriowv: Vote information on disk 0 [dev/rdsk/c0t0d0s0] is adjusted from [0/0] to [2/2]
    2009-11-19 10:41:14.936: [  OCRRAW][1]propriniconfig:No 92 configuration
    2009-11-19 10:41:14.936: [  OCRAPI][1]a_init:6a: Backend init successful
    2009-11-19 10:41:15.709: [ OCRCONF][1]Initialized DATABASE keys in OCR
    2009-11-19 10:41:16.019: [ OCRCONF][1]Successfully set skgfr block 0
    2009-11-19 10:41:16.022: [ OCRCONF][1]Exiting [status=success]...
    But it just can't run starting from css services:
    css.log:
    2009-11-19 10:54:39.297: [  OCROSD][1]utsz:3: ioctl DKIOCGAPART failed. errno [48]
    2009-11-19 10:54:39.337: [ CSSCLNT][1]clsssInitNative: connect failed, rc 9
    2009-11-19 10:54:40.401: [  OCROSD][1]utsz:3: ioctl DKIOCGAPART failed. errno [48]
    2009-11-19 10:54:40.440: [ CSSCLNT][1]clsssInitNative: connect failed, rc 9
    Does anyone has any idea???
    Best Regards
    Radek

    I don't have an answer for you, but I do have a warning. Do not stop any RAC processes. All RAC processes are essential to the successful operation of RAC. If you stop one of these processes then it is likely that either the instance on that node will fail and crash, or communication with the other node will be lost for a period of time. If this were to happen that the other node which was still running and unchanged would assume the other node had failed and perform a failover operation, recovering inflight transactions in the redo logs of the other instance.
    All of this takes time, will impact performance, and will possibly kill off half of your sessions that were on the node you made the changes to. Recovery from one node to another takes time, and will mean that the remaining node will force the other node to shutdown, one way or another. It will use some of the underlying Clusterware capabilities to achieve this.
    So, please do not just stop a RAC process, just because you want to backup some files in a file system. Do not touch the RAC processes at all. They are only meant to be controlled through RAC specific commands and tools such as Enterprise Manager.
    John

Maybe you are looking for