SQLLoader issues of Oracle RAC with ASM

One of our client wants to use Oracle RAC with ASM for our application, i just want to know if there would be any two-phased commit transactions and SQL*Loader issues in ASM.
Database is Oracle 10g

ASM works only at storage layer and has nothing to do with:
- distributed transactions
- client executable that connects to database instance: SQL*Loader, SQL*Plus, etc.
RAC has also nothing to do with distributed transactions: a RAC database is a single database with multiple instances but still a single database; there is no need to use distributed transactions because you have a RAC database.
Edited by: P. Forstmann on 24 févr. 2011 13:27
Edited by: P. Forstmann on 24 févr. 2011 13:31

Similar Messages

  • Oracle RAC with ASM install failure

    Hi Guy's
    I've just rebuilt an Oracle RAC system, i've built this system many times and have the build documented. I usually follow the build doc to the tee and everything works fine. I have now been asked to rebuild the system to go into the production evironment. This is a two server standard RAC setup using ASM. We have a HP MSA500 shared storage setup. I've run the cluster verification tool and all the checks have come out fine. Whilst installing the clusterware i get a failed error message whilst it try's to confiure the Oracle Clusterware Configuration Assistant.
    The error message i get is:
    Command = C:\Windows\system 32\cmd\C Call E:\Oracle\Product\10.2.0\crs\install\crssetup.config.bat
    PROT-1:Failed to intialize OCR Config
    STEP 1 Checking status of CRS cluster
    STEP 2 Creating directories (E:\Oracle\Product\10.2.0\Crs
    STEP 3 Configuring OCR repository
    ocr upgrade failed with (-1)
    I've done this build many times and never seen this error. From what i've read on the internet it looks like it could be something up with my shared storage but i dont know what.
    Any help would be greatly appreciated
    Thanks
    Lee

    try to apply ''dd' command against OCR & Voting disks to ensure that their headers are formatted 100% and contains no data from old installation:
    dd if=/dev/zero of=YOUR_OCR_DISK bs=1024 count=10000
    dd if=/dev/zero of=YOUR_VOTE_DISK bs=1024 count=10000

  • Upgrade from 10.1.0.5 to 10.2.0.4 oracle RAC with ASM

    Hi ,
    I have to upgrade rac database from 10.1.0.5 to 10.2.0.4.Please let me know the best way to upgrade using ASM.If you will give a brief steps which has been used for real upgrade then it will be a great help.
    (1)Can we upgrade 10.1.0.5 crs software if yes then what are the steps?
    (2)we can upgrade the db by installing new software(10.2.0.4)
    (3)How to deal with ASM as asm has been introduced in 10.2.x only.
    (4)How to upgrade existing OCR and Voting Disk?
    Please give me some guide line for smooth start.
    Regards,
    MK

    Pl also see MOS Doc 466181.1 (10g Upgrade Companion)
    Srini

  • Planning Oracle RAC with ASM

    Hello Experts.
    Planning to build a RAC on following environment.
    Oracle Database Ver.: 11.2.0.3
    OS: Linux RHEL 6.1 - 64 Bit
    Servers: HP
    ASM and ACFS for storage.
    Please advise on planning guide/articles. Specially Hardware concerns such as interconnects speed.
    Thank you in advance:
    Ajazjn76.

    http://www.amazon.com/Pro-Oracle-Database-Linux-ebook/dp/B004VJ472I
    http://tahiti.oracle.com
    http://support.oracle.com
    http://www.oracle.com/partners/en/knowledge-zone/database/rac11g-exam-330024.html
    Based on what you posted no one can advise you on interconnect speeds. How is anyone to know whether you could get by with 1GEth, need 10gEth with JumboFrames, or perhaps 40G InfiniBand.
    What you wrote is roughly equivalent to ... I need to move some stuff please tell me how to do it? We don't know if you are moving a ball of cotton or a submarine.

  • Binding Luns in red hat linux5 while installing RAC with ASM

    Hi All,
    I am in the process of installing RAC with ASM. Our OS team have presented the shared LUN's on the cluster nodes. Now that i need to bound/map them to the raw partitions. I did the below step. Could you please let me know the next steps to be done for the binding to be completed?
    # cat /etc/udev/rules.d/60-raw.rules
    # This file and interface are deprecated.
    # Applications needing raw device access should open regular
    # block devices with O_DIRECT.
    # Enter raw device bindings here.
    # An example would be:
    # ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
    # to bind /dev/raw/raw1 to /dev/sda, or
    # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
    # to bind /dev/raw/raw2 to the device with major 8, minor 1.
    ACTION=="add", KERNEL=="/dev/emcpowerg", RUN+="/bin/raw /dev/raw/OCR.dbf %N"
    ACTION=="add", KERNEL=="/dev/emcpowerd", RUN+="/bin/raw /dev/raw/VOTING.dbf %N"
    ACTION=="add", KERNEL=="/dev/emcpowerf", RUN+="/bin/raw /dev/raw/ASM1 %N"
    ACTION=="add", KERNEL=="/dev/emcpowerc", RUN+="/bin/raw /dev/raw/ASM2 %N"
    ACTION=="add", KERNEL=="/dev/emcpowere", RUN+="/bin/raw /dev/raw/ASM3 %N"
    ACTION=="add", KERNEL=="/dev/emcpowerb", RUN+="/bin/raw /dev/raw/ASM4 %N"
    # cd /etc/udev/rules.d/
    # udevtest /dev/raw/OCR.dbf | grep mode
    # raw -qa
    # start_udev
    Starting udev: OK
    # raw -qa
    # ls -l /dev/raw
    ls: /dev/raw: No such file or directory
    Thanks for all your support,
    Sravan

    hi
    you should have got feedback on your other post refereing to the same question
    Bindind raw partitions in Red hat linux5 for Oracle RAC with ASM install
    regards,
    hub

  • Best practice for oracle 10.2 RAC with ASM

    Did any one tried/installed Oracle 10.2 RAC with ASM and CRS ?
    What is the best practice?
    1. separate home for CRS, ASM and Oracle Database?
    2. separate home for CRS and same home for ASM and Oracle Darabase?
    we set up the test environment with separate CRS, ASM and Oracle database homes, but we have tons of issues with the listener, spfile and tnsnames.ora files. So, seeking advise from the gurus who implimeted/tested the same ?

    I am getting ready to install the 10gR2 database software (10gR2 Clusterware was just installed ) and I want to have a home for ASM and another for database as you suggest. I have been told that 10gR2 was to have a smaller set of binaries that can be used for the ASM home ... but I am not sure how I go about installing it. The first look at the installer does not seem to make it obvious...Is it a custom build option?

  • Does managing Oracle 10g RAC with ASM require full root access?

    We currently have three entirely separate support areas, Unix, Storage and DBA. We're now considering using Oracle 10g RAC with ASM and as part of the assessment trying to work out if we can still draw similar support boundaries. I know that installing RAC and configuring ASM requires root access but will DBA continue to need root access to manage & support RAC? If so, does anyone know if the commands they need can be RBAC'd or if we just need to share root access going forwards. I've had a look at a number of docs including http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/toc.htm. which is fairly informative but none of them seem to mention the requirement for root access on Solaris. I'm guessing they just assume that it's available, but that's not generally the case in our environment.
    All advice / info welcome!

    I would have thought that the only reason you would need root access once RAC and ASM had been set up would be to add more disks to the ASM configuration. This would be needed to change the ownership on the raw LUNs or to make additions to metasets (SVM/Oban) or diskgroups (VxVM/CVM). Beyond that, I can't imagine needing root access.
    I'm sure others will chime in if they can think of other reasons!
    Regards,
    Tim
    Edited by: Tim.Read on Jun 3, 2008 2:25 AM

  • RAC with ASM

    Hi,
    We will be implementing oracle 10g RAC with ASM.
    Just wondering how many production systems are running on ASM.
    Are there any known issues with ASM for performance and maintaince.
    Please advice.
    Thanks in advance.

    Check more information about the difference between OCFS and ASM in metalink doc
    Automatic Storage Management (ASM) and Oracle Cluster File System (OCFS) in Oracle10g
    Doc ID: Note:255359.1
    ASM provides many advantages over pure raw device, I believe it's fairly standard to use ASM together with RAC in 10g. And perhaps some files on OCFS2 that ASM doesn't handle.

  • How to convert single instance10g db to 11gR2 RAC with ASM

    Hi,
    I need your help to decide the plan about how to convert single instance 10g database to 11gr2 rac with asm.
    I can have about 6 to 8 hours of downtime to upgrade and move to rac with asm.
    db size is about 1.5tb and on AIX.
    here is my plan....
    1) install 11gr2 rac with asm on two nodes
    2) verify rac installation and clustered asm
    3)install 10g oracle binaries( yes 10g )
    4) shutdown production db ( machine prod )
    5) make copy of production and restore on 1st node ( using shadow image , so it's quick and its file system )
    6) upgrade db to 11g ( still of file system )
    7) after successful upgrade, move to asm ( rman backup )
    8) add another node
    does it look okay ? OR is there a better approach to save time?
    can someone help me ?
    Thanks...

    Thanks ...
    So here is what I thought... suggest if something is not right...
    1) install 11gr2 grid infra on node A and B with ASM
    2) stop CLUSTER ON BOTH NODES.
    3) shutdown prod db on 10g ( downtime starts )
    4) take rman cold backup
    5) restore rman backup on node A on ASM ( as if single instance 11g , no rac parameters )
    6) mount and run upgrade script for 11g, then open db with 11
    7) after successful upgrade, shutdown db node A
    8) change all rac related parameters, spfile,undo,redo for rac environment on both nodes
    9) open db in rac environment
    can I do this way ?
    My only question is, even though I installed rac on node A and B, in step 5 and 6 I'm using only node A as if it is single instance. Is it possible ?
    if it is then I'm good to go...
    Thanks for all suggestions.

  • Does NFS support Oracle RAC with TAF ?

    Hi,
    Does NFS support Oracle RAC with TAF feature. ?
    If yes, please point to some valid document to prove the same.
    Regards
    Sumit

    TAF has nothing to do with the underlying storage architecture and is therefore 'supported' with your choice of asm, raw devices, cluster file system and NFS. NFS is supported on some platforms. For more details, check the certify tab in metalink. Some information can also be found here
    TAF will be available on any rac installation, but not all drivers support it (jdbc-thin for example)
    Bjoern

  • 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

  • 12.1.3 EBS single node 11.2.0.3 database to 2 node RAC with ASM

    Hi,
    We are planning to convert single node local/ordinary file system 11.2.0.3 database to 2 node RAC with ASM.
    Please help me in creating the roadmap for the same.
    e.g
    1. Create the shared raw file system
    2. Create diskgroup for ASM
    3.. Convert the local file system to ASM first
    etc, etc
    This is the first big task hence need expert guidance.

    Please refer to:
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 (Doc ID 823587.1)
    Oracle E-Business Suite Release 12 High Availability Documentation Roadmap (Doc ID 1072636.1)
    Thanks,
    Hussein

  • Manual of adding the new node on RAC with ASM

    Hello everbody
    Someone have the manual of the adding a new node on RAC with ASM for Solaris ?
    regards
    Spaulonci

    Go to http://www.oracle.com/technology/documentation/index.html, select your unknown database version and search for a manual named 'Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide'.
    Werner

  • Installing Oracle Database with ASM on Oracle VM for SPARC

    We're installing Solaris 11 and Oracle VM for SPARC so we can install Oracle Database with ASM. There is a requirement when creating the database that the raw disk have an owner that is the same as the database. Everytime we try to change the owner it will always show that the owner is root.
    Any ideas?

    Hi
    Please let me know from where you are allocating ASM raw disks for the guest domain.
    i hope you are changing the disk permissions using chown -R
    Also confirm the permission using command # ls -IL /dev/rdsk
    Regards
    AB

  • Oracle RAC with more then two nodes?

    Hello,
    knows anybody a reference client project that use Oracle RAC with more then two nodes on a Linux environment?
    Many thnaks!
    Norman Bock

    Hello Norman,
    XioTech is a SAN company that has a project called "THE TENS". They configured and ran a 10 node RH Linux Oralce 9i RAC. I understand they want to see if 32 are possible. I am sure if you ask them, they would be happy to give you the details.
    http://www.xiotech.com/
    Cheers

Maybe you are looking for

  • Payment Due Date Report

    Hi All, Our client requirment is T_code control for due date payment every day and follow the track of payment on time. Is there any T code for daily due date report. Please up

  • How to add 10.8 managed clients to 10.8 server

    Specifically, using Workgroup Manager 10.8 rather than Profile Mgr. Previously, you could point your clients to the OD Server using Directory Assistant (or via Users & Groups in 10.7) which would then become available to add to a Computer group you h

  • Xpath help please!!!

    This is the source XML file. The portion of interest only has been shown below. Now,i am trying to parse the DOM document that i could successfully generate out of this file, using XPath. I am only interested in the attributes and their values. Using

  • Email opverloaded with SPAM

    I'm very frustrated with my Verizon e-mail account; I waste so much time sorting through the messages and on an average out of 30 emails that I receive 28 will be SPAM.  I use Filter and block to no avail.  I do not experience these problems with my

  • OCP Certification

    Hi I am Kishore, having 10+ years of experience in IT and currently working as Project Lead in a software company. I am very much passionate about oracle and i want to take OCP and to be a Database Administrator. Is it wise choice to do OCP at this l