Major Defect in Oracle 9i RAC Quick Install Guide for Linux

Using Oracle Cluster File System, the section labeled Creating Quorum Disk and SERVCONFIG files is wrong. The command
touch /u01/cmdiskfile
should be replaced with
dd if=/dev/zero of=/u01/cmdiskfile bs=4096 count=65
Failure to do this will cause oracle cluster manager to spew errors and die in less than 30 seconds.

My email address is [email protected]
I like to speak to some one who has done a 9.2.0.5 RAC installation on AS 2.1. Could they send me an email so that I could get some help in doing this task successfully.

Similar Messages

  • Oracle Clusterware and Oracle Real Application Clusters Install Guide

    I've downloaded the latest "Oracle Database - Oracle Clusterware and Oracle Real Application Clusters Install Guide - 10g Release 2 (10.2) for HP-UX PA-RISC" (part no. B14202-01) dated August 2005 from OTN. I'm getting the following error when opening the pdf file in Adobe Reader:
    "Cannot extract the embedded font 'PEPPLC+Palatino-Italic'. Some characters may not display or print properly."
    When I print the manual, I get blank pages throughout the document which, in my opinion, should contain text and don't. Specifically pages 1-11, 2-5, 2-19, 2-24, 2-33, 3-5, 3-19 to name a few. When I go to those pages within the pdf file in Adobe Reader, I get the error: "There was a problem reading this document (114)."
    Can you verify this problem on your end. Also, how do I get a good copy of this document?

    Hi!
    Apologies for the delay in responding to you. Please try the documentation library, part B19306-01 at URL: http://www.oracle.com/technology/documentation/database10gR2.html. Search for the part B14202-01 and click: pdf at top right. Part B14202-01 documentation pdf is currently displaying and printing on this end. The blank pages at the end of each main topic are inserted on purpose.
    Another link to part B14202-01, on OTN is under the OEM, Oracle Enterprise Manager 10g Release 2 (10.2): http://www.oracle.com/pls/db102/portal.portal_db?selected=21
    Thank you for your comments and feedbacks. Its much appreciated.
    Main OTN, documentation URL: http://www.oracle.com/technology/documentation/index.html
    Regards,
    Chao

  • Oracle Application Server 10g Installation Guide for Windows

    The link to Oracle Application Server 10g Installation Guide for Windows on the OTN Web Site don't work. Using search on site does not turn up any installation document for Oracle Application Server 10g.
    How can I find the Installtion Guide or the Quick Installtion Guide for Oracle Application Server 10g for Windows?

    Hi,
    The docs you seek are available through the OTN documentation pages at: http://otn.oracle.com/documentation/index.html.
    Click on the link for "Oracle Application Server Release 10g (9.0.4)" and then on the "View Library" link for part B10468_04 - Oracle Application Server 10g Online Documentation 10g (9.0.4.0.0) for Microsoft Windows.
    The Docs are located under the Documentation tab.
    Alternatively, here is the direct link to the Documentation Tab interface of the Library:
    http://download.oracle.com/docs/cd/B10468_04/docs.htm
    Regards,
    Les

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • Oracle 10g (10.1.0.2) for Linux x86 missing from download page?

    Hello,
    Why isn't there a download link to Oracle 10g (10.1.0.2) for Linux x86 on the 10g download page?
    And what's the difference between 10.1.0.3 and 10.1.0.2?
    Thanks

    Hi,<br></br>
    <br>The level of one release is different with plateform.
    On the Oracle Database 10g Downloads you can find only final release, and not intermediare patch.</br><br>For example, the 10gR1 for Linux x86 is 10.1.0.3, and for Windows 32-bits this is 10.1.0.2, after what you can upgrade to the last patchset.
    </br>
    <br>Nicolas.</br>

  • Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite

    Somebody knows where to find this document for BAM 11g TP4 ?
    Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite
    I need to add new users for BAM and I m not able and the User's Guide for Oracle Business Activity Monitoring tells me I should look for the login management in this doc.
    Tanks

    Weird? fmwadmin stands for Fusion MiddleWare Admin. Quite easy to remember...
    --olaf                                                                                                                                                                                                                                               

  • Can anyone tell me where to find an install guide for the Liveoffice app.

    Can anyone tell me where to find an install guide for the Liveoffice app.
    Thanks
    Jeff

    Hi Jeff,
    You can download the install guide for Liveoffice application from the link provided below,
    http://help.sap.com/businessobject/product_guides/boexi/en/boXI_LiveOfficeInstall_en.pdf
    Hope this helps you.
    Regards,
    Abhijeet T.

  • Download Oracle Database 10.1.0.2 for Linux x86

    I can't find link for downloading Oracle Database 10.1.0.2 for Linux x86. Can anybody help me?

    Hi,
    I have a same situation. I needed to get 10.1.0.2 to patch it up to 10.1.0.5 where our database is now.
    How did you solve this issue? Did 10.1.0.3 work for you?

  • Oracle 11.5.9 and Oracle 9i RAC fresh install

    How is there an Oracle 11.5.9 and Oracle 9i RAC fresh install

    No, except you upgrade your developer patchset which should not be an issue for the customized forms you have.
    Can you please explain more in detail about this option and i will be thankful. Appreciate your help.Please see (Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]) for the steps you need to follow to upgrade your developer patchset.
    Your custom reports should work find after this upgrade, and in case you have any issues you can try to compile those forms again -- How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    Thanks,
    Hussein

  • Where can I find the quick install package for EBS extensions for Endeca?

    I want to install EBS extension for Oracle Endeca 12.1.3.4.
    Where can I find the quick install package in the edelivery.oracle.com site? Which Product Pack should I select in the site?

    If you're getting a "This update requires Mac OS X version 10.7" message, than you have the updater and not the full installer. Go to your Purchases section of the Mac App Store and you should see the full version there. But it may be 10.7.5, though in my system is shows as being from 2011 which would appear to be the original version.
    As to Mountain Lion, that's supported only on the Early 2008 Mac Pro or newer.
    Regards.

  • Installation of  oracle 10g rac on open solaris  for X86 Machine

    Hi
    Can you please let me know the advantages of installation of oracle 10g rac on open solaris on x86 machine.And also let me know the detail steps involved in instatllation of oracle 10g rac on open solaris on x86. please suggest the recommdendation for the installation
    Thanks
    Saiprasath

    If by "advantages of installation of oracle 10g rac on open solaris on x86 machine" you mean advantages over RAC on Linux or AIX or HP/UX there aren't any.
    If you want to know the advantages of RAC over stand-alone they generally relate to:
    1. Eliminating the server as a single point of failure
    2. Transparent fail-over
    2. Incremental horizontal scalability

  • [b]Can't not run the Oracle Universal Installer (Oracle8.1.7 for Linux) on

    I have a problem when try to install Oracle8i Release 8.1.7 Enterprise Edition on RedHat Linux 7.3. After I do the pre-installation tasks, i enter the command (runs as the oracle user):
    $ /tmp/Disk1/runInstaller
    I wait for the one minute and then nothing is happen. I don't understand the reason why the Oracle Universal Installer can't not display! Please tell me all reasons may be!

    Sorry the Oracle version should be 1.7 not 1.1.7. I downloaded it from the web site. The JRE I downloaded is jre 1.18 because the installer asked for this version.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bin Yao ([email protected]):
    I have a problem to install Oracle8 1.1.7 for linux on Mandrake. When I run ./runIstaller I got a error message that the Java RunTime Enviroment was not found at ?/bin/jre. The "?"stands for a strange character and may change at diffrent time runing the installer. I downloaded a JRE from blackdown and make a link to /usr/local/jre and I also tried to make link to the JRE shiped with Oracle8 1.1.7. But I still get same error. Does Oracle8 1.1.7 still need JRE downloaded and insatll(or link) to /usr/local/jre? I don't know what else I can try. Please give me a help. Thanks.<HR></BLOCKQUOTE>
    null

  • Download oracle software 11.2.0.3 for linux 6.0 x86_64

    Hello,
    where can I download the oracle 11.2.0.3 for linux 6.0 x86_64 from. I checked the technet.oracle,metalink and edelivery sites and was unable to find the download.
    Can someone please direct me to the URL where I can download it from. Thanks in advance.

    Thanks Srini. We do have support/maintenance license. I got the answer from another forum thread:
    Re: install 11.2.0.3.0 database on Red Hat Enterprise Linux Server v.5.7

  • Quick start guide for WL Portal 10.0 required

    Hi all,
    I am new to BEA WebLogic Portal but have a lot of experience on open-source portal frameworks. After downloaded a copy of the latest 10.0 version I want to have a try how it looks like. What I want is a quick start guide which will answer the following two questions.
    1) I think there is an example portal installed with a full installation of WL Portal 10.0, how to start up the server and access the url?
    - Start up script seems to be $WL_HOME/samples/domains/portal/startWebLogic.sh
    2) A quick start guide is required to demonstrate how to deploy a JSR 168 portlet inside WL Portal.
    Thanks in advance,
    X. Yang

    hi
    i havent used 10.0 but if you check the logs/system.out it should print out which ip and port the server is listening on when it starts up and using that login to the console or u can check the config files for the ip/port(ip:port/console) and weblogic/weblogic and you should be able to find out from your deployed ear and its descriptors what the url to access the app is
    I assume your not using windows because then there is an entry in your program files.
    regards
    deepak

Maybe you are looking for

  • Dummy Profit Center -- Customer Line item

    Hello I have a scenerrio on dummy profit center 1. On Augst 2006 -- A customer invoice has been posted using FB70 and some how the customer account  line item when to dummy profit center and other line items were posted to a the correct profit center

  • Issue creating planning query on cube partitioned by fiscal period

    I have a cube that is partitioned by fiscal period (0FISCPER).  This requires that there is a constant value for fiscal year variant (0FISCVARNT).  When I try to create an agg level on this cube 0FISCVARNT is automatically pulled into the agg level. 

  • Sales history or any other infostructure

    Hi all I need to create a sandbox demo for transfering sales history to APO DP. There is hardly any history available in R/3. I  believe I can not fill up the concerned info structure/key figure without sales orders. I am OK to use any infostructre/k

  • Mail.app quits unexpectedly upon quit

    Since a few days, I finally finished the transition to ML on my three macs (DT in the office and at home, and a MBP). Update to 10.8.2 done. On all three machines, Mail.app displays an "unexpected Quit" when I quit the program. In can upload the cras

  • USB, MAC, PC, and Password

    Hello, I need to protect my usb flashdrive.  But, I am using with a MAC and the computer that I would be using away from home is a PC.  If I set the password on the MAC, would the usb flashdrive be compatible with the PC when I insert it?