DBCA - Oracle 11.1.0.6

Hi,
I getting below error while starting dbca on oracle version 11.1.0.6
$ dbca
Exception in thread "main"My Oracle is running on AIX 6.1 and all the necessary OS patches were installed before proceeding with new Oracle installation.
All the environment variables are set properly, I am able to see the GUI of "netca" & "xclock" from same prompt.
Also there were no errors reported during oracle installation.
Please suggest what could be the cause.
Thanks for your time.

Hope all the binaries are linked?? crosscheck..with opatch lsinventroy -all
% env | grep PATH --make sure you are on the correct PATH for executing dbca....
% which dbca - will give you the path linked to...can give idea if missing out earlier...
--Raman.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Cannot create ASM disk groups in DBCA - Oracle 11gR1, Windows 32bit

    Good afternoon,
    Using 11gR1 on Windows XP, I need help installing a database (single instance) using ASM, I am not able to select disks to be stamped for use by ASM. I have done the following steps:
    1. Installed the Oracle 11gR1 software (no database created - just the software)
    2. Connected nine (9) SCSI hard drives to the system
    3. Created a primary partition on each hard drive, formatted the partition but did *not* assign a drive letter
    4. Created a listener service (working properly - checked with lsnrctl  status)
    5. Started DBCA to create a single database instance using ASMIn DBCA I performed the following:
    a. at the welcome screen, click Next
    b. at "Step 1 of 16", click Next (accepting the default "Create a Database")
    c. at "Step 2 of 16", click Next (accepting the default "General Purpose or Transaction Processing)
    d. at "Step 3 of 16", "Global Database Name" set to "dbca", "SID" set to "dbca", click Next
    e. at "Step 4 of 16", click Next (accepting the defaults)
    f. at "Step 5 of 16", click "Use same administrative passwords for all accounts" and entered password, click Next
    g. at "Step 6 of 16", click "Automatic Storage Management (ASM)", click Next
    Everything seems just fine until I reach the following step
    h. at "Step 7 of 16", click "Create New"
        - The Create Disk Group window pops up (there is nothing shown in the "Select Member Disk Area")
        - set the "Disk Group Name" to  "DATAGROUP"
        - click on "Show All" (no devices shown after clicking)
        - click on "Stamp Disks..."  this causes the "asmtool operation" window to pop up
          - click on "Add or change label", click on Next
          - the "Select Disks" step appears.   There are 11 hard drives listed but NONE of them
            can be selected - all I can do here is click on Cancel*The question:* Why aren't the drives selectable and what do I need to do to make them selectable ?
    Thank you very much for your help,
    John.

    >
    The question: Why aren't the drives selectable and what do I need to do to make them selectable ?
    >
    To answer my own question (now that I've figured it out), the reason is because the partition should not be formatted.
    When Windows displays the "New Partition Wizard", it is important to:
    1. not assign a drive letter
    2. and select "Do not format this partition"
    This will cause Windows to mount the volume thus making it accessible to Oracle.
    Hopefully this will help someone not fall in this trap as I did,
    John.

  • Starting dbca (Oracle 9i Solaris 9)

    Hi Guys,
    I get this error when starting dbca:
    ora902@deatdb1->pll01:/export/ora902>dbca
    java.lang.NoClassDefFoundError
    What can I do to evercome this problem.
    Thank you.

    Hi,
    The DBCA is a graphical tool. To display graphics (in unix at least) you will require a working x-windows environment. If you are using a windows PC to connect to the server you will need to install an x-server onto your PC. I use one called xming - which is free. You can download it from here:
    http://www.straightrunning.com/XmingNotes/
    You'll also find some instructions for installing it and getting it working on that link.
    Cheers,
    Andy Barry
    http://www.shutdownabort.com
    Message was edited by:
    AndyBarry

  • New Install: dbca problem on ubuntu 10.04

    Hello List,
    I want to install Oracle 11gR2 on my Ubuntu box which is running 10.04 Lucid:
    oracle@z2:~/oh$ cat /etc/issue
    Ubuntu 10.04.1 LTS
    oracle@z2:~/oh$ uname -a
    Linux z2 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 GNU/Linux
    The above command suggests to me that I am running 32bit Linux.
    I downloaded the 32bit Oracle cdroms.
    I read this link:
    - http://www.pythian.com/news/13291/installing-oracle-11gr2-enterprise-edition-on-ubuntu-10-04-lucid-lynx/
    I carefully followed the instructions there.
    The instructions there are for 64 bit Linux. Like I said, my box is 32bit.
    Here are the results of my libstdc++5 shoehorn-install:
    oracle@z2:/usr/lib$ ll libstd*
    lrwxrwxrwx 1 root root 18 2010-08-10 21:59 libstdc++.so.5 -> libstdc++.so.5.0.7
    -rw-r--r-- 1 root root 737192 2010-08-10 21:58 libstdc++.so.5.0.7
    lrwxrwxrwx 1 root root 19 2010-08-09 13:54 libstdc++.so.6 -> libstdc++.so.6.0.13
    -rw-r--r-- 1 root root 975088 2010-03-26 15:43 libstdc++.so.6.0.13
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$ file libstdc++.so.5.0.7
    libstdc++.so.5.0.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$ file libstdc++.so.6.0.13
    libstdc++.so.6.0.13: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$
    The instructions suggest that I install some debian packages.
    Here are my results for that task:
    root@z2:/oracle/downloads/database# apt-get install unzip build-essential x11-utils rpm ksh lsb-rpm libaio1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    unzip is already the newest version.
    build-essential is already the newest version.
    x11-utils is already the newest version.
    rpm is already the newest version.
    ksh is already the newest version.
    lsb-rpm is already the newest version.
    libaio1 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    The instructions described a software-only install so I did that.
    I bumped into no problems.
    After the install,
    I added env vars to my .bashrc and got a new bash:
    export ORACLE_BASE=/oracle/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export PATH=$ORACLE_HOME/bin:$PATH
    Then:
    oracle@z2:~$ sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Aug 14 18:03:00 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> exit
    oracle@z2:~$ ln -s $ORACLE_HOME oh
    oracle@z2:~$ ln -s $ORACLE_HOME 11gr2oh
    oracle@z2:~$ cd oh
    oracle@z2:~/oh$ OPatch/opatch lsinventory
    Invoking OPatch 11.1.0.6.6
    Oracle Interim Patch Installer version 11.1.0.6.6
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /oracle/app/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.6
    OUI version : 11.2.0.1.0
    OUI location : /oracle/app/oracle/product/11.2.0/dbhome_1/oui
    Log file location : /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2010-08-14_18-06-29PM.log
    Patch history file: /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch_history.txt
    Lsinventory Output file location : /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/lsinv/lsinventory2010-08-14_18-06-29PM.txt
    Installed Top-level Products (1):
    Oracle Database 11g 11.2.0.1.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    oracle@z2:~/oh$
    So far so good.
    oracle@z2:~/oh$
    oracle@z2:~/oh$ which dbca
    /oracle/app/oracle/product/11.2.0/dbhome_1/bin/dbca
    Then I tried dbca and it bombed:
    oracle@z2:~/oh$
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb78476f3, pid=5883, tid=3077301952
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    # An error report file with more information is saved as hs_err_pid5883.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ env|sort
    DISPLAY=localhost:10.0
    HOME=/oracle
    JAVA_HOME=/java/jdk16
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/oracle/app/oracle/product/11.2.0/dbhome_1/lib:/lib:/usr/lib
    ORACLE_BASE=/oracle/app/oracle
    ORACLE_HOME=/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=orcl
    PATH=/oracle/app/oracle/product/11.2.0/dbhome_1/bin:/java/jdk16/bin:/pt/jruby151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/dan/bin:/pt/bin:.
    SHELL=/bin/bash
    TERM=dumb
    USER=oracle
    _=/usr/bin/env
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ unset JAVA_HOME
    oracle@z2:~/oh$
    oracle@z2:~/oh$ export LD_LIBRARY_PATH=${ORACLE_HOME}/lib
    oracle@z2:~/oh$
    oracle@z2:~/oh$ export PATH=${ORACLE_HOME}/bin:/usr/bin:/bin:/usr/sbin:/sbin
    oracle@z2:~/oh$
    oracle@z2:~/oh$ which java
    /usr/bin/java
    oracle@z2:~/oh$
    oracle@z2:~/oh$ java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3)
    OpenJDK Server VM (build 16.0-b13, mixed mode)
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ su
    Password:
    root@z2:/oracle/oh# mv /usr/bin/java /usr/bin/java16
    root@z2:/oracle/oh#
    root@z2:/oracle/oh# exit
    oracle@z2:~/oh$ which java
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb785a6f3, pid=5953, tid=3077314240
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    # An error report file with more information is saved as hs_err_pid5953.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    I used these google keywords to search for clues:
    google:
    oracle ubuntu 10.04 dbca SIGSEGV ld-linux.so.2
    I found no clues in Google.
    So, I look for clues here.
    Does anyone have any ideas on how do debug this error from dbca:
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb785a6f3, pid=5953, tid=3077314240
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    ??

    I am running V11.2 on 64-bit Ubuntu
    Below are some log files on my system.
    You may be able to find similar ones on yours & they might contain additional clues.
    /u01/app/oracle/product/11.2.0/dbhome_1/assistants/dbca/logs
    /u01/app/oracle/cfgtoollogs/dbca
    /u01/app/oracle/cfgtoollogs/dbca/v112
    /u01/app/oracle/cfgtoollogs/dbca/v112/mkplug_v3_v112.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/tts_example_imp.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/postDBCreation.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/rmanRestoreDatafiles.sql
    /u01/app/oracle/cfgtoollogs/dbca/v112/trace.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/postScripts.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/OraDb11g_home1_v112_creation_checkpoint.xml
    /u01/app/oracle/cfgtoollogs/dbca/v112/cloneDBCreation.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/CloneRmanRestore.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/lockAccount.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/emConfig.log
    /u01/app/oracle/cfgtoollogs/dbca/trace.log_OraDb11g_home1
    bcm@bcm-laptop:~$ uname -a
    Linux bcm-laptop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux

  • Java.lang.Unsatisfiedlink Error while invoking dbca

    Hi All,
    I am Darshan..... need help from all of you.
    While invoking dbca(Oracle 10g) on HP UX I am getting following error.
    java.lang.unsatisfiedLink Error : no Osutils in java.library.path
    Pls let me know how to set LD_LIBRARY_PATH. I have been stuck up here
    since 1 wk.
    Regards,
    Darshan
    India

    hI Ugonic,
    How are you???
    hope you are well n fine.......... but I am not bcoz of this error.
    I will try option given by u, Mean while pls see my dbca script. I know I am taking your much time, But Pls help to run dbca and emca..... I got stuck up bcoz of this problem sice last 1wk, and i think you are the only person who can help me out.
    looking for your reply, Thanks bye
    #!/bin/sh -f
    # $Header: dbca.sh 21-nov-2003.17:29:23 spanchum Exp $
    # dbca.sh
    # Copyright (c) 1997, 2003, Oracle Corporation. All rights reserved.
    # NAME
    # dbassist - Shell script to run Database Creation Assistant
    # DESCRIPTION
    # Runs Database Creation Assistion java application
    # Run this script with -h or -help option to get the help.
    # MODIFIED (MMDD/YY)
    # npamnani 10/23/02 - add 1.3.1. java flag
    # npamnani 10/09/02 - run with java instead jre
    # dkapoor 07/05/2000 - Created
    # Variables set by Oracle Universal Installer for dependent components.
    # Define ORACLE_HOME -> OH
    OH=/oraback/orahome/OraHome_2
    PLATFORM=HP_UX
    ORACLE_HOME=$OH
    export ORACLE_HOME;
    # Version specific JAR files
    JRE_FILE=rt.jar
    I18_FILE=i18n.jar
    EWT_FILE=ewt3.jar
    JEWT_FILE=jewt4.jar
    EWT_COMP_FILE=ewtcompat-3_3_15.jar
    SHARE_FILE=share.jar
    HELP_FILE=help4.jar
    #ICE_BROWSER_FILE=oracle_ice5.jar
    ICE_BROWSER5_FILE=oracle_ice5.jar
    KODIAK_FILE=kodiak.jar
    SWING_FILE=swingall-1_1_1.jar
    XMLPARSER_FILE=xmlparserv2.jar
    JDBC_FILE=classes12.zip
    VISI_ORB_FILE=vbjorb.jar
    VISI_TOOLS_FILE=vbjtools.jar
    VISI_APP_FILE=vbjapp.jar
    GSS_FILE=orai18n.jar
    NETCFG_FILE=netcfg.jar
    OJMISC_FILE=ojmisc.jar
    PKI_FILE=oraclepki103.jar
    LDAP_FILE=ldapjclnt10.jar
    OPM_FILE=opm.jar
    SRVM_FILE=srvm.jar
    SRVMHAS_FILE=srvmhas.jar
    SRVMASM_FILE=srvmasm.jar
    ASSISTANTS_COMMON_FILE=assistantsCommon.jar
    DBCA_FILE=dbca.jar
    EMLITE_JAR=oemlt-10_1_0.jar
    INSTALLER_FILE=OraInstaller.jar
    # Directory Variables
    SRVM_JLIB_DIR=/oraback/orahome/OraHome_2/jlib
    JRE_DIR=/oraback/orahome/OraHome_2/jdk/jre
    LIB_DIR=$OH/lib
    VISI_LIB_DIR=$OH/lib
    LIB32_DIR=$OH/lib32
    JLIB_DIR=$OH/jlib
    DBCA_JLIB_DIR=$OH/assistants/dbca/jlib
    ASSISTANTS_JLIB_DIR=$OH/assistants/jlib
    INSTALLER_JLIB_DIR=/oraback/orahome/OraHome_2/oui/jlib
    # Classpath
    JRE_CLASSPATH=$JRE_DIR/lib/$JRE_FILE
    I18_CLASSPATH=$JRE_DIR/lib/$I18_FILE
    EWT_CLASSPATH=$JLIB_DIR/$EWT_FILE:$JLIB_DIR/$EWT_COMP_FILE
    SHARE_CLASSPATH=$JLIB_DIR/$SHARE_FILE
    HELP_CLASSPATH=$JLIB_DIR/$HELP_FILE:$JLIB_DIR/$JEWT_FILE
    ICE_BROWSER_CLASSPATH=$JLIB_DIR/$ICE_BROWSER5_FILE
    KODIAK_CLASSPATH=$JLIB_DIR/$KODIAK_FILE
    SWING_CLASSPATH=$JLIB_DIR/$SWING_FILE
    XMLPARSER_CLASSPATH=/oraback/orahome/OraHome_2/lib/$XMLPARSER_FILE
    JDBC_CLASSPATH=$OH/jdbc/lib/$JDBC_FILE
    VISI_CLASSPATH=$VISI_LIB_DIR/$VISI_ORB_FILE:$VISI_LIB_DIR/$VISI_TOOLS_FILE:$VISI_LIB_DIR/$VISI_APP_FILE
    GSS_CLASSPATH=/oraback/orahome/OraHome_2/jlib/$GSS_FILE
    NETCFG_CLASSPATH=$JLIB_DIR/$NETCFG_FILE:$JLIB_DIR/$OJMISC_FILE:$JLIB_DIR/$PKI_FILE:$JLIB_DIR/$LDAP_FILE:$JLIB_DIR/$OPM_FILE
    SRVM_CLASSPATH=$SRVM_JLIB_DIR/$SRVM_FILE:$SRVM_JLIB_DIR/$SRVMHAS_FILE:$SRVM_JLIB_DIR/$SRVMASM_FILE
    EM_CLASSPATH=$OH/classes:$JLIB_DIR/$EMLITE_JAR:$JLIB_DIR/emca.jar:$OH/oc4j/j2ee/home/oc4j.jar:$OH/oc4j/j2ee/home/db_oc4j_deploy.jar:$JLIB_DIR/emConfigInstall.jar
    ASSISTANTS_COMMON_CLASSPATH=$ASSISTANTS_JLIB_DIR/$ASSISTANTS_COMMON_FILE
    DBCA_CLASSPATH=$DBCA_JLIB_DIR/$DBCA_FILE
    INSTALLER_CLASSPATH=$INSTALLER_JLIB_DIR/$INSTALLER_FILE
    # Check for silent or help
    SILENT="false"
    for i in $*
    do
    if [ $i = "-silent"  ] || [ $i = "-help"  ] || [ $i = "-h"  ]; then
    SILENT="true"
    break
    fi
    done
    # Check for DISPLAY
    if [ $SILENT = "false"  ]; then
    case $DISPLAY in
    echo "DISPLAY not set."
    echo "Set DISPLAY environment variable, then re-run."
    exit;
    esac
    fi
    # The environment variable $TWO_TASK cannot be set during the installation
    unset TWO_TASK
    # The environment variable $JAVA_HOME cannot be set during the installation
    unset JAVA_HOME
    # Basic error checking
    case $OH in
    "") echo "*** ORACLE_HOME Not Set!"
    echo " Set and export ORACLE_HOME, then re-run"
    echo " ORACLE_HOME points to the main directory that"
    echo " contains all Oracle products."
    exit 1;;
    esac
    # Set the LD_LIBRARY_PATH to set the path for shared objects
    # Do not set it on AIX
    if [ $PLATFORM != IBM_AIX ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib:/usr/lib:/usr/dt/lib:/usr/ccs/lib:$LIB_DIR:$LIB32_DIR:$OH/network/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    fi
    # Set SHLIB_PATH for HP to use 32bit native libraries
    SHLIB_PATH=$ORACLE_HOME/jdk/jre/lib:$LIB_DIR:$LIB32_DIR:$ORACLE_HOME/network/lib32:$SHLIB_PATH
    export SHLIB_PATH
    # Set LIBPATH for AIX to use 32bit native libraries
    LIBPATH=$LIB32_DIR:$ORACLE_HOME/network/lib32:$LIBPATH
    export LIBPATH
    # Set the TNS_ADMIN
    TNS_ADMIN=$OH/network/admin
    export TNS_ADMIN;
    # Set Classpath for Database Creation Assistant
    CLASSPATH=$JRE_CLASSPATH:$I18_CLASSPATH:$DBCA_CLASSPATH:$ASSISTANTS_COMMON_CLASSPATH:$EWT_CLASSPATH:$SHARE_CLASSPATH:$HELP_CLASSPATH:$ICE_BROWSER_CLASSPATH:$KODIAK_CLASSPATH:$SWING_CLASSPATH:$XMLPARSER_CLASSPATH:$GSS_CLASSPATH:$VISI_CLASSPATH:$NETCFG_CLASSPATH:$JDBC_CLASSPATH:$SRVM_CLASSPATH:$EM_CLASSPATH:$INSTALLER_CLASSPATH
    ARGUMENTS=""
    NUMBER_OF_ARGUMENTS=$#
    if [ $NUMBER_OF_ARGUMENTS -gt 0 ]; then
    ARGUMENTS=$*
    fi
    # Run DBCA
    $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    Regards,
    Darshan

  • Problem about use dbca create database

    before run dbca
    [oracle@rac1 bin]$ ./crs_stat -t
    Name           Type           Target    State     Host
    ora....SM1.asm application    ONLINE    ONLINE    rac1
    ora....C1.lsnr application    ONLINE    ONLINE    rac1
    ora.rac1.gsd   application    ONLINE    ONLINE    rac1
    ora.rac1.ons   application    ONLINE    ONLINE    rac1
    ora.rac1.vip   application    ONLINE    ONLINE    rac1
    ora....SM2.asm application    ONLINE    ONLINE    rac2
    ora....C2.lsnr application    ONLINE    ONLINE    rac2
    ora.rac2.gsd   application    ONLINE    ONLINE    rac2
    ora.rac2.ons   application    ONLINE    ONLINE    rac2
    ora.rac2.vip   application    ONLINE    ONLINE    rac2when i run dbca to create DB ,it failed
    [oracle@rac2 ~]$ dbca -silent -responseFile /home/oracle/dbca.rsp
    Look at the log file "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb.log" for further details.
    [oracle@rac2 ~]$ cat "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb.log"
    The file path +ORADG/oradata/mydb/system01.dbf is invalid. Please check the permissions.info in my dbca.rsp
    OPERATION_TYPE = "createDatabase"
    GDBNAME = "mydb.oracle.com"
    SID = "mydb"
    NODELIST=rac1,rac2  
    TEMPLATENAME = "/home/oracle/mydb.dbc"
    SYSPASSWORD = "Myss123456"
    SYSTEMPASSWORD = "Myss123456"
    EMCONFIGURATION = "LOCAL"
    SYSMANPASSWORD = "Myss123456"
    DBSNMPPASSWORD = "Myss123456"
    ASM_SYS_PASSWORD="Myss123456"in template file,i put redo file,datafile,spfile and control file in ASM, some diag file and pfile i put in local file system
    and i do not know why dbca will complain no permission
    and i run the same command on another node
    [oracle@rac1 ~]$ dbca -silent -responseFile /home/oracle/dbca.rsp
    Look at the log file "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb0.log" for further details.
    [oracle@rac1 ~]$ cat "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb0.log"
    The directories "[+ORADG/mydb, +ORADG/oradata/mydb]" are not on cluster file system partitions shared across nodes "rac1, rac2".Edited by: 859340 on 2011-7-23 上午12:21

    Check the permission of dbca.rsp file in /home/oracle by
    #ls -l /home/oracle/dbca.rsp
    From the error its very clear that oracle user is not having sufficient privilege on this file.

  • Problem in create database use dbca in RAC

    i setup a two-nodes RAC, and use dbca to create db
    here is the output of dbca
    [oracle@rac1 ~]$ dbca -silent -responseFile /home/oracle/dbca.rsp
    Copying database files
    1% complete
    3% complete
    9% complete
    15% complete
    21% complete
    27% complete
    30% complete
    Creating and starting Oracle instance
    32% complete
    36% complete
    40% complete
    44% complete
    45% complete
    48% complete
    50% complete
    Creating cluster database views
    52% complete
    70% complete
    Completing Database Creation
    73% complete
    76% complete
    79% complete
    80% complete
    81% complete
    90% complete
    99% complete
    100% complete
    Look at the log file "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb/mydb.log" for further details.
    and here is the log output:
    Failed to retrieve network listener resources required for the Real Application Clusters high
    availability extensions configurations on the following nodes: [rac1, rac2].
    Do you want listeners on port 1521 with prefix LISTENER to be created on nodes [rac1, rac2]
    automatically? If you would like to configure the listener with different properties, run NetCA
    before continuing.
    PRKS-1009 : Failed to start ASM instance "+ASM1" on node "rac1", [CRS-0215: Could not start
    resource 'ora.rac1.ASM1.asm'.]
    PRKS-1009 : Failed to start ASM instance "+ASM2" on node "rac2", [CRS-0215: Could not start
    resource 'ora.rac2.ASM2.asm'.]
    Could not mount the diskgroup on node: rac2. The ASM instance on node rac2 is not started.
    Could not mount the diskgroup on node: rac2. The ASM instance on node rac2 is not started.
    Copying database files
    DBCA_PROGRESS : 1%
    DBCA_PROGRESS : 3%
    DBCA_PROGRESS : 9%
    DBCA_PROGRESS : 15%
    DBCA_PROGRESS : 21%
    DBCA_PROGRESS : 27%
    DBCA_PROGRESS : 30%
    Creating and starting Oracle instance
    DBCA_PROGRESS : 32%
    DBCA_PROGRESS : 36%
    DBCA_PROGRESS : 40%
    DBCA_PROGRESS : 44%
    DBCA_PROGRESS : 45%
    DBCA_PROGRESS : 48%
    DBCA_PROGRESS : 50%
    Creating cluster database views
    DBCA_PROGRESS : 52%
    DBCA_PROGRESS : 70%
    Completing Database Creation
    Failed to start listeners on nodes "[rac1, rac2]" of cluster database "mydb", "CRS-1028: Dependency
    analysis failed because of:
    CRS-0223: Resource 'ora.rac2.LISTENER_RAC2.lsnr' has placement error.".
    DBCA_PROGRESS : 73%
    DBCA_PROGRESS : 76%
    DBCA_PROGRESS : 79%
    ORA-01078: failure in processing system parameters
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ORADG/mydb/spfilemydb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15056: additional error message
    ORA-17503: ksfdopn:DGOpenFile05 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15173: entry 'spfilemydb.ora' does not exist in directory 'mydb'
    ORA-06512: at line 4
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 80%
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 81%
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 90%
    Enterprise manager configuration failed due to the following error -
    Invalid username/password.
    Refer to the log file at /opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb/emConfig.log for more
    details.
    You can retry configuring this database with Enterprise Manager later by manually running
    /opt/ora/product/10.2.0/db_1/bin/emca script.
    DBCA_PROGRESS : 99%
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    PRKP-1001 : Error starting instance mydb1 on node rac1
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.mydb.mydb1.inst' has placement error.
    PRKP-1001 : Error starting instance mydb2 on node rac2
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.mydb.mydb2.inst' has placement error.
    DBCA_PROGRESS : 100%
    Database creation complete. Check the logfiles at
    /opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb for details.
    Database Information:
    Global Database Name:mydb
    System Identifier(SID) Prefix:mydb
    it should be run netca before running dbca?

    this time i run netca first,and then run dbca to configure the ASM,after that i run dbca to create database
    listener and asm instance is online,but when i create DB ,still have error
    Copying database files
    DBCA_PROGRESS : 1%
    DBCA_PROGRESS : 3%
    DBCA_PROGRESS : 9%
    DBCA_PROGRESS : 15%
    DBCA_PROGRESS : 21%
    DBCA_PROGRESS : 27%
    DBCA_PROGRESS : 30%
    Creating and starting Oracle instance
    DBCA_PROGRESS : 32%
    DBCA_PROGRESS : 36%
    DBCA_PROGRESS : 40%
    DBCA_PROGRESS : 44%
    DBCA_PROGRESS : 45%
    DBCA_PROGRESS : 48%
    DBCA_PROGRESS : 50%
    Creating cluster database views
    DBCA_PROGRESS : 52%
    DBCA_PROGRESS : 70%
    Completing Database Creation
    DBCA_PROGRESS : 73%
    DBCA_PROGRESS : 76%
    DBCA_PROGRESS : 79%
    ORA-01078: failure in processing system parameters
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ORADG/mydb/spfilemydb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15056: additional error message
    ORA-17503: ksfdopn:DGOpenFile05 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15173: entry 'spfilemydb.ora' does not exist in directory 'mydb'
    ORA-06512: at line 4
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 80%
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 89%
    DBCA_PROGRESS : 98%
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    PRKP-1001 : Error starting instance mydb1 on node rac1
    CRS-0215: Could not start resource 'ora.mydb.mydb1.inst'.
    PRKP-1001 : Error starting instance mydb2 on node rac2
    CRS-0215: Could not start resource 'ora.mydb.mydb2.inst'.
    DBCA_PROGRESS : 100%
    following info from my template file
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>false</customSGA>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>+ORADG/admin/{DB_UNIQUE_NAME}/pfile/init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}/dbs/spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    and dbca create +ORADG in /home/oracle dir (why??)
    [oracle@rac1 ~]$ ls +ORADG/admin/mydb/pfile/init.ora.6132011173958
    +ORADG/admin/mydb/pfile/init.ora.6132011173958
    Edited by: 859340 on 2011-7-12 下午7:25

  • Dbca fails cuz ASM instance startup fails. Unable to start both instances.

    Following Jeffrey Hunter guide. Installing 2 node RAC on Oracle EL5 w/ 11g
    All cluvfy operations successful up to this point of running dbca from node1 (lin1).
    Errorwhen starting ASM instance on node lin2: PRKS-1009: Failed to start ASM instance "+ASM2 on node "lin2"...[CRS-0233: Resource or relatives are currently involved with another operation.]
    [root@lin1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE lin1
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE OFFLINE
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    [root@lin1 bin]# pwd
    /u01/app/crs/bin
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` failed.
    lin1 : CRS-1019: Resource ora.lin2.ASM2.asm (application) cannot run on lin1
    CRS-0215: Could not start resource 'ora.lin2.ASM2.asm'.
    [root@lin1 bin]# ./crs_stop ora.lin1.ASM1.asm
    Attempting to stop `ora.lin1.ASM1.asm` on member `lin1`
    Stop of `ora.lin1.ASM1.asm` on member `lin1` succeeded.
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` succeeded.
    [root@lin1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application OFFLINE OFFLINE
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE ONLINE lin2
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    ...and so forth. I can't get both ASM instances to run concurrently. The dbca complains about whichever one is OFFLINE. When I try to start the OFFLINE instance I get something like:
    [root@lin1 bin]# ./crs_start ora.lin2.ASM2.asm
    Attempting to start `ora.lin2.ASM2.asm` on member `lin2`
    Start of `ora.lin2.ASM2.asm` on member `lin2` failed.
    lin1 : CRS-1019: Resource ora.lin2.ASM2.asm (application) cannot run on lin1
    CRS-0215: Could not start resource 'ora.lin2.ASM2.asm'.
    Any assistance very much appreciated. - thx, yomick

    thanks for the response...vip seems to be fine...
    [oracle@lin1 bin]$ more /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.1.50 shiva
    # Public Network - (eth0)
    192.168.1.100 lin1
    192.168.1.101 lin2
    # Private Interconnect - (eth1)
    192.168.2.100 lin1-priv
    192.168.2.101 lin2-priv
    # Public Virtual IP (VIP) - (eth0)
    192.168.1.200 lin1-vip
    192.168.1.201 lin2-vip
    # Private Storage Network for Openfiler - (eth1)
    192.168.1.195 openfiler
    192.168.2.195 openfiler-priv
    [2]+ Exit 255 dbca
    [oracle@lin1 bin]$ ping 192.168.1.200
    PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data.
    64 bytes from 192.168.1.200: icmp_seq=1 ttl=64 time=0.100 ms
    64 bytes from 192.168.1.200: icmp_seq=2 ttl=64 time=0.092 ms
    --- 192.168.1.200 ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 999ms
    rtt min/avg/max/mdev = 0.092/0.096/0.100/0.004 ms
    [oracle@lin1 bin]$ ping 192.168.1.201
    PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data.
    64 bytes from 192.168.1.201: icmp_seq=1 ttl=64 time=3.30 ms
    64 bytes from 192.168.1.201: icmp_seq=2 ttl=64 time=0.236 ms
    64 bytes from 192.168.1.201: icmp_seq=3 ttl=64 time=0.297 ms
    --- 192.168.1.201 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.236/1.279/3.306/1.433 ms
    [oracle@lin1 bin]$ crs_stat -t
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE lin1
    ora....N1.lsnr application ONLINE ONLINE lin1
    ora.lin1.gsd application ONLINE ONLINE lin1
    ora.lin1.ons application ONLINE ONLINE lin1
    ora.lin1.vip application ONLINE ONLINE lin1
    ora....SM2.asm application ONLINE OFFLINE
    ora....N2.lsnr application ONLINE ONLINE lin2
    ora.lin2.gsd application ONLINE ONLINE lin2
    ora.lin2.ons application ONLINE ONLINE lin2
    ora.lin2.vip application ONLINE ONLINE lin2
    [oracle@lin1 bin]$

  • 执行dbca 或者netca 报错

    在vbox中新装的系统
    OS: Centos 5.8 x64
    DB: 10.2.0.1 x64 已经升级到 10.2.0.5x64
    执行dbca 或者netca 报错,但是netmgr可以。
    请问何解?
    [oracle@centos2 ~]$ uname -ra
    Linux centos2.localdomain 2.6.18-308.el5 #1 SMP Tue Feb 21 20:06:06 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@centos2 ~]$ cat /etc/redhat-release
    CentOS release 5.8 (Final)
    [oracle@centos2 ~]$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x0039dae4, pid=3170, tid=4160035136
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x69ae4] cfree+0x34
    # An error report file with more information is saved as hs_err_pid3170.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    /u01/app/oracle/product/10.2.0.5/dbhome_1/bin/dbca: line 175: 3170 Aborted $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true $IBM_STREAM_NIO -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx128m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    以下是日志hs_err_pid3170.logu部分内容:
    [oracle@centos2 ~]$ cat hs_err_pid3170.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x0039dae4, pid=3170, tid=4160035136
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x69ae4] cfree+0x34
    --------------- T H R E A D ---------------
    Current thread (0x096e2230): JavaThread "main" [_thread_in_native, id=3170]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000010
    Registers:
    EAX=0x0048b124, EBX=0x00489ff4, ECX=0x00000000, EDX=0x00000014
    ESP=0xff83a49c, EBP=0xff83a4cc, ESI=0x0000000c, EDI=0xefc8f000
    EIP=0x0039dae4, CR2=0x00000010, EFLAGS=0x00210206
    Top of Stack: (sp=0xff83a49c)
    0xff83a49c: e7984598 096e22d4 096e22d4 096e3430
    0xff83a4ac: ff83a4c8 ff83a4c8 f7d0248b 09809750
    0xff83a4bc: e7984598 e2a22ae4 00000000 efc8f000
    0xff83a4cc: ff83a4f0 e213892e 00000014 e2ab188c
    0xff83a4dc: 09d7c010 e29b0f5c efc8f000 09809754
    0xff83a4ec: efc8f000 ff83a638 e2a9ee39 e2a95aa0
    0xff83a4fc: efc8f000 096e22d4 ef910eb0 746e6563
    0xff83a50c: 2e32736f 61636f6c 6d6f646c 006e6961
    Instructions: (pc=0x0039dae4)
    0x0039dad4: 08 85 c9 0f 85 a2 00 00 00 85 d2 74 28 8d 72 f8
    0x0039dae4: 8b 46 04 a8 02 75 2b a8 04 8d bb 4c 11 00 00 74
    Stack: [0xff64b000,0xff83d000), sp=0xff83a49c, free space=1981k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x69ae4] cfree+0x34
    C [libclntsh.so.10.1+0x4ce92e] snlinFreeAddrInfo+0x5e
    C [libnjni10.so+0x5e39] Java_oracle_net_common_NetGetEnv_getLocalHostName+0xe3
    j oracle.net.common.NetGetEnv.getLocalHostName()Ljava/lang/String;+0
    j oracle.net.config.Config.systemName()Ljava/lang/String;+36
    j oracle.net.config.DirectoryService.getSystemObjectPath(Loracle/net/config/Config;)Ljava/lang/String;+6
    j oracle.net.config.DirectoryService.qualifyObjectName(Loracle/net/config/Config;Ljava/lang/String;Z)Ljava/lang/String;+36
    j oracle.net.config.Listener.<init>(Loracle/net/config/Config;Ljava/lang/String;)V+37
    j oracle.sysman.assistants.util.NetworkUtils.getOneLocalListenerProtocolAddress(Ljava/lang/String;Ljava/lang/String;)Loracle/net/config/AddressConfig;+9
    j oracle.sysman.assistants.util.NetworkUtils.getOneLocalListenerProtocolAddress(Ljava/lang/String;)Loracle/net/config/AddressConfig;+3
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddressForPort(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+2
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddress(Ljava/lang/String;)Ljava/lang/String;+4
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddresses([Ljava/lang/String;)[Ljava/lang/String;+25
    j oracle.sysman.assistants.util.NetworkUtils.needLocalListener([Ljava/lang/String;)Z+2
    j oracle.sysman.assistants.util.step.StepContext.setListenersToUpdate([Ljava/lang/String;)V+28
    j oracle.sysman.assistants.util.step.StepContext.<init>(Ljava/lang/String;)V+112
    j oracle.sysman.assistants.dbca.backend.Host.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+2
    j oracle.sysman.assistants.dbca.ui.UIHost.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+3
    j oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+3
    j oracle.sysman.assistants.dbca.Dbca.getHost(Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)Loracle/sysman/assistants/dbca/backend/Host;+56
    j oracle.sysman.assistants.dbca.Dbca.execute([Ljava/lang/String;)V+12
    j oracle.sysman.assistants.dbca.Dbca.main([Ljava/lang/String;)V+25
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1b1454]
    V [libjvm.so+0x266ef9]
    V [libjvm.so+0x1b16a6]
    V [libjvm.so+0x1b996e]
    V [libjvm.so+0x1c853d]
    C [java+0x1880]
    C [libc.so.6+0x15e9c] __libc_start_main+0xdc
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.net.common.NetGetEnv.getLocalHostName()Ljava/lang/String;+0
    j oracle.net.config.Config.systemName()Ljava/lang/String;+36
    j oracle.net.config.DirectoryService.getSystemObjectPath(Loracle/net/config/Config;)Ljava/lang/String;+6
    j oracle.net.config.DirectoryService.qualifyObjectName(Loracle/net/config/Config;Ljava/lang/String;Z)Ljava/lang/String;+36
    j oracle.net.config.Listener.<init>(Loracle/net/config/Config;Ljava/lang/String;)V+37
    j oracle.sysman.assistants.util.NetworkUtils.getOneLocalListenerProtocolAddress(Ljava/lang/String;Ljava/lang/String;)Loracle/net/config/AddressConfig;+9
    j oracle.sysman.assistants.util.NetworkUtils.getOneLocalListenerProtocolAddress(Ljava/lang/String;)Loracle/net/config/AddressConfig;+3
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddressForPort(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+2
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddress(Ljava/lang/String;)Ljava/lang/String;+4
    j oracle.sysman.assistants.util.NetworkUtils.getLocalListenerAddresses([Ljava/lang/String;)[Ljava/lang/String;+25
    j oracle.sysman.assistants.util.NetworkUtils.needLocalListener([Ljava/lang/String;)Z+2
    j oracle.sysman.assistants.util.step.StepContext.setListenersToUpdate([Ljava/lang/String;)V+28
    j oracle.sysman.assistants.util.step.StepContext.<init>(Ljava/lang/String;)V+112
    j oracle.sysman.assistants.dbca.backend.Host.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+2
    j oracle.sysman.assistants.dbca.ui.UIHost.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+3
    j oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(Ljava/lang/String;Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)V+3
    j oracle.sysman.assistants.dbca.Dbca.getHost(Loracle/sysman/assistants/dbca/backend/CommandLineArguments;)Loracle/sysman/assistants/dbca/backend/Host;+56
    j oracle.sysman.assistants.dbca.Dbca.execute([Ljava/lang/String;)V+12
    j oracle.sysman.assistants.dbca.Dbca.main([Ljava/lang/String;)V+25
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0972e3f0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3176]
    0x0972d588 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3175]
    0x09718de0 JavaThread "Finalizer" daemon [_thread_blocked, id=3173]
    0x097181f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3172]
    =>0x096e2230 JavaThread "main" [_thread_in_native, id=3170]
    Other Threads:
    0x09716f40 VMThread [id=3171]
    0x097394d0 WatcherThread [id=3177]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 521K [0xe7910000, 0xe79b0000, 0xe82e0000)
    eden space 512K, 90% used [0xe7910000, 0xe79845b0, 0xe7990000)
    from space 64K, 86% used [0xe7990000, 0xe799de58, 0xe79a0000)
    to space 64K, 0% used [0xe79a0000, 0xe79a0000, 0xe79b0000)
    tenured generation total 2360K, used 1602K [0xe82e0000, 0xe852e000, 0xef910000)
    the space 2360K, 67% used [0xe82e0000, 0xe8470818, 0xe8470a00, 0xe852e000)
    compacting perm gen total 4096K, used 3631K [0xef910000, 0xefd10000, 0xf3910000)
    the space 4096K, 88% used [0xef910000, 0xefc9bf18, 0xefc9c000, 0xefd10000)
    Dynamic libraries:
    00315000-00330000 r-xp 00000000 08:02 2970957 /lib/ld-2.5.so
    e744e000-e744f000 ---p e744e000 00:00 0
    e744f000-e74cf000 rwxp e744f000 00:00 0
    e74cf000-e76cf000 r-xp 00000000 08:02 2678091 /usr/lib/locale/locale-archive
    e76cf000-e76d0000 ---p e76cf000 00:00 0
    e76d0000-e76dd000 rwxp e76d0000 00:00 0
    e76dd000-e76e0000 ---p e76dd000 00:00 0
    e76e0000-e7750000 rwxp e76e0000 00:00 0
    e7750000-e7751000 ---p e7750000 00:00 0
    e7751000-e775e000 rwxp e7751000 00:00 0
    e775e000-e7761000 ---p e775e000 00:00 0
    e7761000-e77d1000 rwxp e7761000 00:00 0
    e77d1000-e77d2000 ---p e77d1000 00:00 0
    e77d2000-e7855000 rwxp e77d2000 00:00 0
    e7855000-e7873000 rwxp e7855000 00:00 0
    e7873000-e7875000 rwxp e7873000 00:00 0
    e7875000-e78af000 rwxp e7875000 00:00 0
    e78af000-e78b0000 rwxp e78af000 00:00 0
    e78b0000-e78b3000 rwxp e78b0000 00:00 0
    e78b3000-e78b6000 rwxp e78b3000 00:00 0
    e78b6000-e78ef000 rwxp e78b6000 00:00 0
    e78ef000-e78f1000 rwxp e78ef000 00:00 0
    e78f1000-e790f000 rwxp e78f1000 00:00 0
    e790f000-e79b0000 rwxp e790f000 00:00 0
    e79b0000-e82e0000 rwxp e79b0000 00:00 0
    e82e0000-e852e000 rwxp e82e0000 00:00 0
    e852e000-ef910000 rwxp e852e000 00:00 0
    ef910000-efd10000 rwxp ef910000 00:00 0
    efd10000-f3910000 rwxp efd10000 00:00 0
    f3913000-f3915000 r-xp 00000000 08:02 5288944 /u01/app/oracle/product/10.2.0.5/dbhome_1/lib32/libOsUtils.so
    f3915000-f3916000 rwxp 00001000 08:02 5288944 /u01/app/oracle/product/10.2.0.5/dbhome_1/lib32/libOsUtils.so
    f3916000-f3919000 r-xs 00000000 08:02 5295440 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/ext/jta.jar
    f3919000-f391c000 r-xs 00000000 08:02 5295443 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/ext/smtp.jar
    f391c000-f3948000 rwxp f391c000 00:00 0
    f3948000-f39c4000 rwxp f3948000 00:00 0
    f39c4000-f3a8c000 rwxp f39c4000 00:00 0
    f3a8c000-f59c4000 rwxp f3a8c000 00:00 0
    f59c4000-f5f99000 r-xs 00000000 08:02 5294806 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/charsets.jar
    f5f99000-f5fab000 r-xs 00000000 08:02 5294844 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/jce.jar
    f5fab000-f6088000 r-xs 00000000 08:02 5294845 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/jsse.jar
    f6088000-f609e000 r-xs 00000000 08:02 5294853 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/sunrsasign.jar
    f609e000-f60e8000 rwxp f609e000 00:00 0
    f60e8000-f7a99000 r-xs 00000000 08:02 5294852 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/rt.jar
    f7a99000-f7aa7000 r-xp 00000000 08:02 5295293 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libzip.so
    f7aa7000-f7aa9000 rwxp 0000d000 08:02 5295293 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libzip.so
    f7aa9000-f7ac5000 r-xp 00000000 08:02 5295278 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libjava.so
    f7ac5000-f7ac7000 rwxp 0001b000 08:02 5295278 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libjava.so
    f7ac7000-f7ad4000 r-xp 00000000 08:02 5295292 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libverify.so
    f7ad4000-f7ad6000 rwxp 0000c000 08:02 5295292 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/libverify.so
    f7ad6000-f7ada000 rwxs 00000000 08:04 155042 /tmp/hsperfdata_oracle/3170
    f7ada000-f7b01000 r-xp 00000000 08:02 2970873 /lib/libm-2.5.so
    f7b01000-f7b02000 r-xp 00026000 08:02 2970873 /lib/libm-2.5.so
    f7b02000-f7b03000 rwxp 00027000 08:02 2970873 /lib/libm-2.5.so
    f7b03000-f7f20000 r-xp 00000000 08:02 5295299 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/client/libjvm.so
    f7f20000-f7f3c000 rwxp 0041c000 08:02 5295299 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/client/libjvm.so
    f7f3c000-f7f52000 rwxp f7f3c000 00:00 0
    f7f54000-f7f5e000 r-xp 00000000 08:02 2970850 /lib/libnss_files-2.5.so
    f7f5e000-f7f5f000 r-xp 00009000 08:02 2970850 /lib/libnss_files-2.5.so
    f7f5f000-f7f60000 rwxp 0000a000 08:02 2970850 /lib/libnss_files-2.5.so
    f7f60000-f7f66000 r-xp 00000000 08:02 5295300 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7f66000-f7f68000 rwxp 00005000 08:02 5295300 /u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7f68000-f7f69000 rwxp f7f68000 00:00 0
    ff641000-ff64b000 rwxp ff641000 00:00 0
    ff64b000-ff64e000 ---p ff64b000 00:00 0
    ff829000-ff83f000 rwxp 7ffffffe8000 00:00 0 [stack]
    ffffe000-fffff000 r-xp ffffe000 00:00 0
    VM Arguments:
    jvm_args: -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=/u01/app/oracle/product/10.2.0.5/dbhome_1 -DDISPLAY=localhost:10.0 -DJDBC_PROTOCOL=thin -Xmx128m
    java_command: oracle.sysman.assistants.dbca.Dbca
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/u01/app/oracle/product/10.2.0.5/dbhome_1/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386/client:/u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/lib/i386:/u01/app/oracle/product/10.2.0.5/dbhome_1/jdk/jre/../lib/i386:/u01/app/oracle/product/10.2.0.5/dbhome_1/lib32:/u01/app/oracle/product/10.2.0.5/dbhome_1/network/lib32:/u01/app/oracle/product/10.2.0.5/dbhome_1/lib:/u01/app/oracle/product/10.2.0.5/dbhome_1/network/lib
    SHELL=/bin/bash
    DISPLAY=localhost:10.0
    --------------- S Y S T E M ---------------
    OS:CentOS release 5.8 (Final)
    uname:Linux 2.6.18-308.el5 #1 SMP Tue Feb 21 20:06:06 EST 2012 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 16384, NOFILE 65536, AS infinity
    load average:54429105212843180688962200742632619628407009651367013291195830758832076373765571495483396535234444773507654185162508136226399184498571625707388446494432393833362409520065351606062502121974760626194150270567624382700091445442400172200003895296.00 0.00 213777324321401292434701953527309704017021932018469821373918337020364016623749685754593677093468424432750337813759073078000086072229239260359860158678284508332032.00
    CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2058716k(1429352k free), swap 3212992k(3212992k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_14-b05) for linux-x86, built on Mar 16 2007 00:44:46 by unknown with unknown compiler
    [oracle@centos2 ~]$

    刚继续尝试:
    在vbox中 使用 OEL5.8 x64 ,然后安装10.2.0.1 x64,在升级至10.2.0.5x64
    netca 仍然报错。
    dbca可以出来,但是在建立数据库的第二阶段(启动实例)时,报错停止,无法成功建立数据库。
    以下是建立数据库时的日志:
    [oracle@oel2 ~]$ tail -1000f /u01/app/oracle/product/10.2.0.5/dbhome_1/cfgtoollogs/dbca/papa/cloneDBCreation.log
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size          2098112 bytes
    Variable Size          163580992 bytes
    Database Buffers     427819008 bytes
    Redo Buffers          6287360 bytes
    alter database "papa" open resetlogs
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    specify password for SYS as parameter 1:
    specify password for HR as parameter 2:
    specify password for OE as parameter 3:
    specify password for PM as parameter 4:
    specify password for IX as parameter 5:
    specify password for SH as parameter 6:
    specify password for BI as parameter 7:
    specify INPUT metadata import file as parameter 8:
    specify INPUT database backup file for tablespace EXAMPLE as parameter 9:
    specify OUTPUT database file for tablespace EXAMPLE as parameter 10:
    specify OUTPUT log directory as parameter 11:
    Sample Schemas are being plugged in ...
    SELECT TO_CHAR(systimestamp, 'YYYYMMDD HH:MI:SS') FROM dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Import: Release 10.2.0.5.0 - Production on Thu Aug 30 23:23:06 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    IMP-00058: ORACLE error 1034 encountered
    ORA-01034: ORACLE not available
    IMP-00005: all allowable logon attempts failed
    IMP-00000: Import terminated unsuccessfully
    old 1: CREATE USER hr IDENTIFIED BY &&password_hr
    new 1: CREATE USER hr IDENTIFIED BY change_on_install
    CREATE USER hr IDENTIFIED BY change_on_install
    ERROR at line 1:
    ORA-01034: ORACLE not available
    old 1: CREATE USER oe IDENTIFIED BY &&password_oe
    new 1: CREATE USER oe IDENTIFIED BY change_on_install
    CREATE USER oe IDENTIFIED BY change_on_install
    ERROR at line 1:
    ORA-01034: ORACLE not available
    old 1: CREATE USER ix IDENTIFIED BY &&password_ix
    new 1: CREATE USER ix IDENTIFIED BY change_on_install
    CREATE USER ix IDENTIFIED BY change_on_install
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size          2098112 bytes
    Variable Size          163580992 bytes
    Database Buffers     427819008 bytes
    Redo Buffers          6287360 bytes
    alter database "papa" open resetlogs
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size          2098112 bytes
    Variable Size          163580992 bytes
    Database Buffers     427819008 bytes
    Redo Buffers          6287360 bytes
    alter database "papa" open resetlogs
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced

  • DBCA utility problem

    Hi all,
    I use DBCA for creating DATABASE on server which is Linux server.
    The last step is to UNLOCK PASSWORD.
    Sometime DBCA works in wierd way, machine hangs when when I click on PASSWORD MANAGEMENT.
    I need to unlock those accounts from command prompt. Enterprise manager does not work. :(
    I tried following way, it does not work.
    SQL>sqlplus /nolog
    SQL> connect sys/map3 as sysdba
    Connected.
    -ALTER USER scott ACCOUNT UNLOCK;
    SQL> ALTER USER scott ACCOUNT UNLOCK;
    User altered.
    SQL> select password from dba_users where username='SCOTT';
    PASSWORD
    F894844C34402B67
    SQL> ALTER USER scott IDENTIFIED BY prash;
    User altered.
    Can anyone suggest me how to unlock these account without using Enterprise Manager
    As these acounts are locked I can not delete it.(DBCA hangs up if I try to delete it )
    Friends waiting for your reply.

    Thanks for reply.
    After server reboot I connected to database server.
    I followed the procedure to connect to database & result is as below :((
    map4 is a database I hav created using DBCA
    [oracle@intel1 oracle]$ sqlplus
    SQL*Plus: Release 10.1.0.3.0 - Production on Tue Dec 5 11:26:42 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: sys/map4 as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> alter user scott account unlock;
    User altered.
    SQL> alter user scott identified by tiger;
    User altered.
    SQL> conn scott/tiger
    Connected.
    SQL> select * from tab;
    TNAME TABTYPE CLUSTERID
    DEPT TABLE
    EMP TABLE
    BONUS TABLE
    SALGRADE TABLE
    SHOP TABLE
    VECMASTER TABLE
    vecmaster TABLE
    BHANDFRAME TABLE
    MDRT_1112E$ TABLE
    BHANDBLOCKBOUNDARY TABLE
    TEST_INSERT TABLE
    11 rows selected.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@intel1 oracle]$ sqlplus "scott@map4"
    SQL*Plus: Release 10.1.0.3.0 - Production on Tue Dec 5 11:28:11 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Can anybody give me the solution. :)
    Why its so
    Thanks in advance

  • DBCA & CRS question -- Please help

    I installed Oracle CRS 10.2.0.1 & RDBMS 10.2.0.1 on 64-bit CentOS 4.5
    Now when I am trying to create a RAC database using DBCA, I am getting the message:
    "The current version of CRS is: null. Please upgrade CRS to version 10.2 before continuing ...."
    And everything stops there.
    Any clue how to resolve it?
    Thanks.

    I am sorry to say that I am not sure what you are asking me to provide. Here is what I can say.
    1. CRS is running & showing all the resources (on both nodes) ONLINE.
    2. Under that situation, I start dbca (as owner oracle).
    dbca -> Oracle Real Application Clusters database -> Create a database (or even Configure Automatic Storage Management) ->
    A small window pops up and gives the message:
    The current version of CRS is: null. Please upgrade CRS to version 10.2 before continuing. If a rolling upgrade of CRS was in progress, complete that first.
    After this, I can't go any further -- totally stuck & has no clue what is the problem!
    To let you know that, there was no upgrade going on.
    Both software & active versions on both the nodes are 10.2.0.1.0, the RDBMS is also same on both the nodes.
    It's a system I am trying to build at home for learning & fun, extremely controlled.
    I also executed the following:
    runcluvfy.sh stage -pre dbcfg -n linux1,linux2 -d /home/oracle/rac10g
    Everything passed except "Membership of user oracle in group "dba" [as primary]" -- Failed on both nodes.
    When I created "oracle", I assigned "oinstall" as it's primary group.
    Please let me know if you need anything specific.
    Thanks again for all your help.

  • Is 2.5 Oracle XML DB  required fro Apex 3.1 ?

    Dear All,
    As i have Preconfigured the database during an Installtion, so i didnt Installaed
    Oracle XML DB mentioned in 2.5 Step in the Documentation, as it is mentioned Not to Install if so,
    Do i need to Install Oracle XML DB too apart from Preconfigured database during an Installtionfor Apex 3.1 ?
    ( If you are using a preconfigured database created either during an installation or by Database Configuration Assistant (DBCA), Oracle XML DB is already installed and configured.)
    << from Documentation >>
    2.5 Oracle XML DB Requirement
    Oracle XML DB must be installed in the Oracle database that you want to use. If you are using a preconfigured database created either during an installation or by Database Configuration Assistant (DBCA), Oracle XML DB is already installed and configured.
    See Also:
    Oracle XML DB Developer's Guide for more information about manually adding Oracle XML DB to an existing database
    Tip:
    The installer does prerequisite checks for database components Oracle XML DB and will exit if either component is not installed.
    >>
    please Do Suggest Me
    Edited by: khaja on Jan 18, 2009 10:58 AM

    Yeah i did unlock tyhe Account APEX_PUBLIC_USER ,
    dads Config File
    <<<
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "C:\oracle\product\10.2.0\db\Apache\Apache\images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nruhv:1521:ora10gdb ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword oracle
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    >>>
    thanks alot John for the Response
    Edited by: khaja on Jan 18, 2009 11:08 AM

  • Oracle User Interface slowness

    Hello All,
    One of the prerequisite requirements of Oracle RAC 11gR2 is to have a DNS server.
    For this reason I configured a DNS server on Windows Server 2003.
    What I discovered that from any client where I add the DNS server, any client I mean, windows, AIX .., all OUI become to slow, netca, dbca, Oracle Universal Insatller ...
    any reason ? any solution ??
    Regards,

    Hello All,
    To clarify my issue:
    I configured a DNS server to resolve the SCAN Name.
    Every thing is going OK on my servers.
    I am able to ping the DNS server.
    able to nslookup the SCAN Name.
    able to ping the FQDN ....
    The Only issue I am facing is that when I add the DNS setting to any client, Oracle user interfaces like (netca, dbca, OUI....) become to slow to move from one screen to another.
    Regards,

  • Dbca command not found

    hi
    please help me i m install oracle 10.2.0.4 oracle software on my server (os aix 5.3) after installation .when i m creating database by using dbca command it will show me dbca command not found
    steps that i performed
    1)export ORACLE_HOME=/oracle/oracle_home
    2) oracle_home/bin
    execute dbca command
    i m little bit confused when i insalling the product it will ask to execute root.sh and root.sh will ask enter full path of your local bin directory: what path suppose to give here.
    can any one help me

    user12009184 wrote:
    hi
    please help me i m install oracle 10.2.0.4 oracle software on my server (os aix 5.3) after installation .when i m creating database by using dbca command it will show me dbca command not found
    steps that i performed
    1)export ORACLE_HOME=/oracle/oracle_home
    2) oracle_home/bin
    execute dbca command
    i m little bit confused when i insalling the product it will ask to execute root.sh and root.sh will ask enter full path of your local bin directory: what path suppose to give here.
    can any one help meIt would have been nice if you had actually shown us the command and result (copy and paste are a beautiful thing), but it's not hard to guess what happened here. There problem has zero to do with your oracle installation and everything to do with the subject "OS User 101".
    When you enter a command - any command - if you do not qualify the executable file name with the full directory spec to the file, then the OS will search each directory listed in your PATH variable for an executable file by that name. So,
    oracle> dbcaand the os will search each directory in your path, in turn, looking for an executable file named 'dbca'.
    oracle> sqlplusand the os will search each directory in your path, in turn, looking for an executable file named 'sqlplus'.
    oracle> firefoxand the os will search each directory in your path, in turn, looking for an executable file named 'firefox'.
    So, you need to insure that the path containing 'dbca' ($ORACLE_HOME/bin) is in your PATH. Simply beein in the directory that contains the file isn't enough. *nix operating systems don't automatically include the current directory in the path search.
    Again, this is not really an Oracle problem.

  • Problem at silent 9.2.0.1 installation

    Hi guys! I'm trying to install oracle 9.2.0.1 on AIX 3 5 00F7619C4C00 with a silent installation
    I have tried silent because with oui, the installation hangs at 27% when trying to install apache. We have opened a SR with Oracle, and they suggested us to install it in silent mode.
    When I'm running
    $ ./runInstaller -silent -responseFile /exports/9201/Disk1/response/enterprise.rsp
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    $ Initializing Java Virtual Machine from /tmp/OraInstall2012-05-04_05-15-15AM/jre/bin/java. Please wait...
    In UNIX Group Name Page
    In Cluster Node Selection Page
    In File Locations Page
    In Available Products Page
    In Installation Types Page
    It hangs there. I have been playing with the parameters but nothing happens.
    I attach my response file
    $ cat /exports/9201/Disk1/response/enterprise.rsp
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/exports/9201/Disk1/stage/products.jar"
    FROM_LOCATION_CD_LABEL="orcl920"
    #Parameter: NEXT_SESSION_RESPONSE
    #Type: String
    #Description: Optionally specifies the full path of next session's response file. If only a file name is specified, the response file is retrieved from <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
    #Example : NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    LOCATION_FOR_DISK2="../../Disk2"
    LOCATION_FOR_DISK3="../../Disk3"
    LOCATION_FOR_DISK4="../../Disk4"
    ORACLE_HOME="/oracleeng/app/oracle/product/9.2.0"
    ORACLE_HOME_NAME="ORACLEHOME"
    TOPLEVEL_COMPONENT={"oracle.server","9.2.0.1.0"}
    DEINSTALL_LIST={"oracle.server","9.2.0.1.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=false
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=false
    [oracle.server_9.2.0.1.0]
    COMPONENT_LANGUAGES={"en"}
    #Parameter: INSTALL_TYPE
    #Type: String
    #Description: Installation type of the component.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # EE, : Enterprise Edition
    # SE, : Standard Edition
    # Custom, : Custom
    #Example : INSTALL_TYPE = "EE"
    INSTALL_TYPE="EE"
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType={}#<Value Unspecified>
    #Parameter: s_selectedNodes
    #Type: String
    s_selectedNodes=<Value Unspecified>
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=EE#<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    #Parameter: b_autoStartApache
    #Type: Boolean
    b_autoStartApache=<Value Unspecified>
    [oracle.options_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ops_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: s_rawDeviceName
    #Type: String
    s_rawDeviceName=<Value Unspecified>
    [oracle.cartridges.spatial_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ano_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.options.odm_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rdbms_9.2.0.1.0]
    #Parameter: sl_dbaOperGroups
    #Type: StringList
    sl_dbaOperGroups=<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_nameOfBundle
    #Type: String
    s_nameOfBundle=<Value Unspecified>
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: s_OPSNodeInfoString
    #Type: String
    s_OPSNodeInfoString=<Value Unspecified>
    #Parameter: s_OPSClusterUser
    #Type: String
    s_OPSClusterUser=<Value Unspecified>
    #Parameter: s_OPSClusterPassword
    #Type: String
    s_OPSClusterPassword=<Value Unspecified>
    #Parameter: s_GlobalDBName
    #Type: String
    s_GlobalDBName=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_lowResource
    #Type: Boolean
    b_lowResource=<Value Unspecified>
    #Parameter: b_javaOptionBeingInstalled
    #Type: Boolean
    b_javaOptionBeingInstalled=<Value Unspecified>
    [oracle.utilities.util_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    [oracle.networking_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    [oracle.emprod_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchEMCA
    #Type: Boolean
    b_launchEMCA=<Value Unspecified>
    [oracle.assistants.dbma_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # dbma, : Database Upgrade Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"dbma"}
    OPTIONAL_CONFIG_TOOLS={}#<Value Unspecified>
    #Parameter: sl_migrateSIDDialogReturn
    #Type: StringList
    sl_migrateSIDDialogReturn=<Value Unspecified>
    #Parameter: s_sidToMigrate
    #Type: String
    s_sidToMigrate=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_noMigration
    #Type: Boolean
    b_noMigration=<Value Unspecified>
    [oracle.options.intermedia.imserver_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.sysman.oms_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # emca, : Enterprise Manager Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"emca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_emca_responseFileName
    #Type: String
    s_emca_responseFileName=<Value Unspecified>
    #Parameter: launchEMCA
    #Type: Boolean
    launchEMCA=<Value Unspecified>
    #Parameter: isTypicalInstall
    #Type: Boolean
    isTypicalInstall=<Value Unspecified>
    #Parameter: isSilentMode
    #Type: Boolean
    isSilentMode=<Value Required>
    #Parameter: ServerRepository_index
    #Type: Number
    ServerRepository_index=<Value Required>
    #Parameter: AUTOSVC
    #Type: String
    AUTOSVC=<Value Unspecified>
    [oracle.cartridges.locator_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.isearch.server_9.2.0.1.0]
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    [oracle.options.ano.sns_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.java.javavm_9.2.0.1.0]
    #Parameter: b_javavmIsInstalling
    #Type: Boolean
    b_javavmIsInstalling=<Value Unspecified>
    [oracle.cartridges.context_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.apache_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # configtool1, : Starting HTTP Server
    # configtool2, : Starting Oracle HTTP service
    #Example : OPTIONAL_CONFIG_TOOLS = {"configtool1"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_oracleSID
    #Type: String
    #Description: Oracle SID that can be passed in from top level install component.
    s_oracleSID=<Value Unspecified>
    #Parameter: s_jservPort
    #Type: String
    #Description: The port Apache JServ listens to
    s_jservPort=<Value Unspecified>
    #Parameter: s_apacheVersionNumber
    #Type: String
    #Description: version number of apache passed to oem agent
    s_apacheVersionNumber=<Value Unspecified>
    #Parameter: s_apachePortSSL
    #Type: String
    #Description: Apache SSL port used when starting in ssl mode. Default 443
    s_apachePortSSL=<Value Unspecified>
    #Parameter: s_apachePortNonSSL
    #Type: String
    #Description: Port number that apache uses when starting in non-ssl mode
    s_apachePortNonSSL=<Value Unspecified>
    #Parameter: s_apachePort
    #Type: String
    #Description: Port number that apache uses when starting in ssl mode
    s_apachePort=<Value Unspecified>
    #Parameter: s_NLSLANG
    #Type: String
    #Description: String to hold the NLS LANG value determined by GetNlsLangWindows q
    #uery.
    s_NLSLANG=<Value Required>
    #Parameter: s_LANGUAGE_TERRITORY
    #Type: String
    #Description: Substring of s_NLSLANG
    s_LANGUAGE_TERRITORY=<Value Required>
    #Parameter: b_autoStartApache
    #Type: Boolean
    #Description: Set to false if you do not want apache to start after installation
    b_autoStartApache=<Value Unspecified>
    #Parameter: b_apacheInstalling
    #Type: Boolean
    #Description: Set to true and passed to oem agent
    b_apacheInstalling=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: s_jvm
    #Type: String
    #Description: Path to the Java Virtual Machine
    s_jvm=<Value Unspecified>
    #Parameter: ServerRoot
    #Type: String
    #Description: Apache Server root directory
    ServerRoot=<Value Unspecified>
    #Parameter: JDK_HOME
    #Type: String
    #Description: JDK home location
    JDK_HOME=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Main apache directory off of ORACLE_HOME where all components live under i.e. ORACLE_HOME/Apache
    APACHE_HOME=<Value Unspecified>
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: Location of oracle_apache.conf file to be passed to all modules that need to include there conf file.
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the Jserv.properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    [oracle.soap.jserv_2.0.0.0.0a]
    #Parameter: s_soapPort
    #Type: String
    #Description: The port that SOAP/JServ listens to
    s_soapPort=<Value Unspecified>
    [oracle.rdbms.nid_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.emprod.agent_ext.emd_agentext_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.emprod.agent_ext.ows_agentext_9.2.0.1.0]
    #Parameter: s_apacheVersionNumber
    #Type: String
    s_apacheVersionNumber=<Value Unspecified>
    #Parameter: b_apacheInstalling
    #Type: Boolean
    b_apacheInstalling=<Value Unspecified>
    [oracle.rdbms.ds_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.isearch.is_common_9.2.0.1.0]
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    [oracle.emprod.oemagent_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    [oracle.emprod.oemagent.agentca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # agentca, : Agent Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"agentca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchAgentCA
    #Type: Boolean
    b_launchAgentCA=<Value Unspecified>
    [oracle.assistants.dbca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # dbca, : Oracle Database Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"dbca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType={""}#<Value Unspecified>
    #Parameter: s_responseFileName
    #Type: String
    s_responseFileName=<Value Unspecified>
    #Parameter: s_oidPasswd
    #Type: String
    s_oidPasswd=<Value Unspecified>
    #Parameter: s_oidAdmin
    #Type: String
    s_oidAdmin=<Value Unspecified>
    #Parameter: s_instType
    #Type: String
    s_instType=<Value Unspecified>
    #Parameter: s_globalDBName
    #Type: String
    s_globalDBName=<Value Unspecified>
    #Parameter: s_dbRetChoice
    #Type: String
    s_dbRetChoice=<Value Unspecified>
    #Parameter: s_dbRetChar
    #Type: String
    s_dbRetChar=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: ps_dbCharSet
    #Type: String
    ps_dbCharSet=<Value Unspecified>
    #Parameter: pb_askMountPoint
    #Type: Boolean
    pb_askMountPoint=<Value Unspecified>
    #Parameter: b_showCharsetDialog
    #Type: Boolean
    b_showCharsetDialog=<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_noMigration
    #Type: Boolean
    b_noMigration=<Value Unspecified>
    #Parameter: b_lowResource
    #Type: Boolean
    b_lowResource=<Value Unspecified>
    #Parameter: b_iAS
    #Type: Boolean
    b_iAS=<Value Unspecified>
    #Parameter: b_createStarterDBReturn
    #Type: Boolean
    b_createStarterDBReturn=<Value Unspecified>
    #Parameter: b_configureOid
    #Type: Boolean
    b_configureOid=<Value Unspecified>
    #Parameter: CLUSTER_SERVICES
    #Type: String
    CLUSTER_SERVICES={""}#<Value Unspecified>
    CLUSTER_NODES={""}
    #Parameter: s_dbcaProgressOnly
    #Type: String
    s_dbcaProgressOnly=<Value Unspecified>
    #Parameter: s_cfgname
    #Type: String
    s_cfgname=<Value Unspecified>
    #Parameter: pn_softwareSize
    #Type: Number
    pn_softwareSize=<Value Unspecified>
    #Parameter: b_passwdDialog
    #Type: Boolean
    b_passwdDialog=<Value Unspecified>
    #Parameter: s_seedLocation
    #Type: String
    s_seedLocation=<Value Unspecified>
    #Parameter: ps_mountPoint
    #Type: String
    ps_mountPoint=<Value Unspecified>
    #Parameter: pn_databaseSize
    #Type: Number
    pn_databaseSize=<Value Unspecified>
    #Parameter: s_templateValue
    #Type: String
    s_templateValue=<Value Unspecified>
    #Parameter: s_dbSid
    #Type: String
    s_dbSid=<Value Unspecified>
    #Parameter: s_mountPoint
    #Type: String
    s_mountPoint=<Value Unspecified>
    [oracle.soap.srv_2.0.0.0.0a]
    #Parameter: b_serverInstalled
    #Type: Boolean
    #Description: set to true and passed to client when server is installed.
    b_serverInstalled=<Value Unspecified>
    [oracle.soap.cli_2.0.0.0.0a]
    #Parameter: b_serverInstalled
    #Type: Boolean
    #Description: Bool set to true if soap server is installed.
    b_serverInstalled=<Value Unspecified>
    #Parameter: s_hostPort
    #Type: String
    #Description: Host and Port number used in url to soap server
    s_hostPort=<Value Unspecified>
    [oracle.bc4j_9.0.2.692.1]
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the JServ Properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    #Parameter: s_oc4jdeployini
    #Type: String
    #Description: Refer to deploy.ini under OH\j2ee\deploy.ini
    s_oc4jdeployini=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Apache Home directory.
    APACHE_HOME=<Value Unspecified>
    [oracle.rdbms.ovm_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.sysman.emcommon_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # console, : LaunchOEM
    #Example : OPTIONAL_CONFIG_TOOLS = {"console"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    [oracle.networking.netsrv_9.2.0.1.0]
    #Parameter: b_net8ServerIsInstalling
    #Type: Boolean
    b_net8ServerIsInstalling=<Value Unspecified>
    [oracle.networking.netclt_9.2.0.1.0]
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName={}#<Value Unspecified>
    #Parameter: b_rdbmsInstalling
    #Type: Boolean
    b_rdbmsInstalling=<Value Unspecified>
    #Parameter: b_net8ServerInstalling
    #Type: Boolean
    b_net8ServerInstalling=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    #Parameter: b_javavmIsInstalling
    #Type: Boolean
    b_javavmIsInstalling=<Value Unspecified>
    #Parameter: b_cmanIsInstalling
    #Type: Boolean
    b_cmanIsInstalling=<Value Unspecified>
    #Parameter: b_anoIsInstalling
    #Type: Boolean
    b_anoIsInstalling=<Value Unspecified>
    #Parameter: s_netCAInstalledProducts
    #Type: String
    s_netCAInstalledProducts=<Value Unspecified>
    [oracle.rdbms.common_schema_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.webdb.modplsql_3.0.9.8.3b]
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: The Apache config file oracle_apache.conf will be passed with this variable.
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: plsql_cache_dir
    #Type: String
    #Description: This is the location of the cache directory.
    plsql_cache_dir=<Value Unspecified>
    #Parameter: cookie_cache_dir
    #Type: String
    #Description: This variable holds the value of the cookie cache directory.
    cookie_cache_dir=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: The directory location where Apache is installed.
    APACHE_HOME=<Value Unspecified>
    [oracle.oid.tools_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.options.ops.pfs_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.networking.netca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # netca, : Oracle Net Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"netca"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: s_responseFileName
    #Type: String
    s_responseFileName=<Value Unspecified>
    #Parameter: s_netCAInstalledProtocols
    #Type: String
    s_netCAInstalledProtocols=<Value Unspecified>
    #Parameter: s_netCAInstalledProducts
    #Type: String
    s_netCAInstalledProducts=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    #Parameter: b_launchNETCA
    #Type: Boolean
    b_launchNETCA=<Value Unspecified>
    [oracle.install.instcommon_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rsf_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.apache.jserv_1.1.0.0.0g]
    #Parameter: s_soapPort
    #Type: String
    #Description: The port that soap/JServ listens to
    s_soapPort=<Value Unspecified>
    #Parameter: s_jservPort
    #Type: String
    #Description: The port Apache JServ listens to
    s_jservPort=<Value Unspecified>
    #Parameter: s_LANGUAGE_TERRITORY
    #Type: String
    #Description: Substring of n_NLSLANG
    s_LANGUAGE_TERRITORY=<Value Required>
    #Parameter: b_autoPortDetect
    #Type: Boolean
    #Description: Set to true by default, set to false for silent install
    b_autoPortDetect=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: s_jvm
    #Type: String
    #Description: Path to the Java Virtual Machine
    s_jvm=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: location of apache home
    APACHE_HOME=<Value Unspecified>
    #Parameter: s_oracleApacheConfigFile
    #Type: String
    #Description: location of the oracle_apache.conf file
    s_oracleApacheConfigFile=<Value Unspecified>
    #Parameter: s_oracleJservPropertiesFile
    #Type: String
    #Description: Location of the jserv.properties file
    s_oracleJservPropertiesFile=<Value Unspecified>
    [oracle.apache.jsdk_2.0.0.0.0d]
    #Parameter: s_topDir
    #Type: String
    #Description: APACHE_TOP directory for Apache Web Server
    s_topDir=<Value Unspecified>
    [oracle.ocs4j_2.1.0.0.0a]
    #Parameter: s_cachePort
    #Type: String
    #Description: Port to run local cache service on by default
    s_cachePort=<Value Unspecified>
    [oracle.rdbms.aqapi_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.apache.apache_1.3.22.0.0a]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # configtool3, : Starting HTTP Server
    # configtool8, : Starting Oracle HTTP service
    #Example : OPTIONAL_CONFIG_TOOLS = {"configtool3"}
    OPTIONAL_CONFIG_TOOLS=<Value Unspecified>
    #Parameter: sl_OHs
    #Type: StringList
    #Description: Holds oracle homes on machine
    sl_OHs=<Value Unspecified>
    #Parameter: s_apacheServerAppendText
    #Type: String
    #Description: This variable holds a concatenation of port configurations for apache server
    s_apacheServerAppendText=<Value Required>
    #Parameter: s_apachePortSSL
    #Type: String
    #Description: Port number that apache uses for SSL port when starting in SSL mode. Default 443
    s_apachePortSSL=<Value Unspecified>
    #Parameter: s_apachePortNonSSL
    #Type: String
    #Description: Port number that apache uses when starting in non-ssl mode
    s_apachePortNonSSL=<Value Unspecified>
    #Parameter: s_apachePort
    #Type: String
    #Description: Port number that apache uses when starting in ssl mode
    s_apachePort=<Value Unspecified>
    #Parameter: s_NLSLANG
    #Type: String
    #Description: String containing NLSLANG info
    s_NLSLANG=<Value Required>
    #Parameter: b_autoStartApache
    #Type: Boolean
    #Description: pass in true to have apache autostart when not using top level component
    b_autoStartApache=<Value Unspecified>
    #Parameter: b_autoPortDetect
    #Type: Boolean
    #Description: True by default, this variable should be set to false for silent installs.
    b_autoPortDetect=<Value Unspecified>
    #Parameter: s_topDir
    #Type: String
    #Description: top level directory for Apache Web Server
    s_topDir=<Value Unspecified>
    #Parameter: ServerRoot
    #Type: String
    #Description: root directory of apache server
    ServerRoot=<Value Unspecified>
    #Parameter: APACHE_HOME
    #Type: String
    #Description: Apache location off of ORACLE_HOME
    APACHE_HOME=<Value Unspecified>
    [oracle.rsf.hybrid_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.net_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.nlsrtl_rsf_9.2.0.1.0]
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    [oracle.jdk_1.3.1.0.0b]
    #Parameter: JDKHome
    #Type: String
    JDKHome=<Value Unspecified>
    #Parameter: s_rac
    #Type: String
    s_rac=<Value Unspecified>
    #Parameter: s_jdk
    #Type: String
    s_jdk=<Value Unspecified>
    [oracle.java.j2ee.core_9.2.0.1.0]
    #Parameter: JDK_HOME
    #Type: String
    #Description: This is the top level directory where the JDK lives.
    JDK_HOME=<Value Unspecified>
    [oracle.rsf.ssl_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.rsf.rdbms_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.doc.unixdoc_9.2.0.1.0]
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.rsf.xdk_rsf_9.2.0.1.0]
    #Parameter: s_bundleName
    #Type: String
    s_bundleName=<Value Unspecified>
    [oracle.options.ops.opsca_9.2.0.1.0]
    #Parameter: OPTIONAL_CONFIG_TOOLS
    #Type: StringList
    #Description: List of Optional Config tools that needs to be launched.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    # clustca, : Oracle Cluster Configuration Assistant
    #Example : OPTIONAL_CONFIG_TOOLS = {"clustca"}
    OPTIONAL_CONFIG_TOOLS={""}#<Value Unspecified>
    #Parameter: s_serverInstallType
    #Type: String
    s_serverInstallType=<Value Unspecified>
    #Parameter: s_cfgtyperet
    #Type: String
    s_cfgtyperet=<Value Unspecified>
    [oracle.swd.oui_2.2.0.12.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: InstLocProp
    #Type: String
    InstLocProp=<Value Unspecified>
    [oracle.swd.jre_1.1.8.3.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    #Description: This variable recives the OPS selected nodes value.
    s_OPSSelectedNodes=<Value Unspecified>
    [oracle.swd.jre_1.3.1.0.0]
    #Parameter: PROD_HOME
    #Type: String
    #Description: Complete path where the product needs to be installed.
    #Example : PROD_HOME = "C:\ProductName"
    PROD_HOME=<Value Unspecified>
    #Parameter: s_OPSSelectedNodes
    #Type: String
    s_OPSSelectedNodes=<Value Unspecified>
    $

    Just edit the below mentioned parameters alone as appropriately and try to run. This is what i use to do(but it is a 10g resp file). It may help.
    ./runInstaller -silent -noconfig -responseFile /oracle/enterprise.rsp
    Response file (enterprise.rsp) for the installation of 10.2.0.1
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gR2/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    s_nameForOPERGrp="dba"
    s_nameForDBAGrp="dba"
    SHOW_ROOTSH_CONFIRMATION=false
    ORACLE_HOSTNAME="domain5"
    n_configurationOption=3 //*Install Software Only)*//
    RESTART_SYSTEM=false
    =================================================================
    ./runInstaller -silent -noconfig -responseFile /u002_gps2dev/oracle/companionCD.db.rsp
    Response file(companionCD.db.rsp) for Companion CD
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gcompanion/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    SHOW_ROOTSH_CONFIRMATION=false
    =================================================================
    ./runInstaller -silent -noconfig -responseFile /u002_gps2dev/oracle/patchset.rsp
    Response file(patchset.rsp) for Patchset installation 10.2.0.2
    UNIX_GROUP_NAME="dba"
    FROM_LOCATION="/tools/orabin/10gPatch/Disk1/stage/products.xml"
    ORACLE_HOME="/u002/oracle/product/10.2.0"
    ORACLE_HOME_NAME="Ora10g2"
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_EXIT_CONFIRMATION=false
    RESTART_SYSTEM=false

Maybe you are looking for

  • Loading problems.

    Hi All, In my Production system, i just ran an full upload from source system  to  BW dso and from dso i triggerred an delta to cube Now i found that there is no use of this uploads and it disturbed the values in cube. i have a proposal 1. to delete 

  • Weird Flicker problem

    I don't know whether I am barking up the wrong tree so to speak, but I think I am having problems with my Geforce FX 5900 Ultra. I am running a 22" iiayma on the system which is a P4 3.2Ghz with 2Gb RAM. I built it about 6 months ago and it has been

  • Getting ora-00900 error when calling the procedure with the dynamic sql.

    create or replace procedure dyn_update(tab in varchar2,col in VARCHAR2) as BEGIN execute IMMEDIATE 'update'||tab||'set'||col||'= 0 where order_id=2458'; end; and when i call this procedure in sql developer or sql* plus using begin dyn_update('Orders'

  • Uninstalling CS6 from Windows 8.1

    Hello, I installed programs from CS6 Web and Design Premium on my laptop to do some work while I was on vacation. I installed Photoshop, Illustrator and Flash, and now I cannot seem to be able uninstall them. They are installed on a Windows 8.1 lapto

  • Labview Runtime-Engine 6.0, welche höhere Version ist Kompatibel?

    Hallo zusammen, Ich habe ein Labview-Vi  (bzw. dieses als .exe) das Ganze wurde mit Labview 6.0 erstellt. Die Runtime-Engine 6 produziert beim Aufruf eventlogwarnung die vom Kunden nicht akzeptiert werden. Nun habe ich Version 8.5 installiert und erh