DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Oracle 9.2.0.5 on Redhat AS 3.0

  1. #1
    Join Date
    Jan 2005
    Posts
    221

    Oracle 9.2.0.5 on Redhat AS 3.0

    Hi all,

    I was able to install Oracle 9.2.0.5 on Redhat AS 3.0 successfully. and below is what I have in my env:

    #oracle 9i
    export ORACLE_HOME=/opt/oracle/product/9.2.0
    export ORACLE_BASE=/opt/oracle
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/openwin/lib
    export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
    export TMP=/tmp
    export TMPDIR=$TMP
    export LD_ASSUME_KERNEL=2.4.1
    export ORACLE_OEM_JAVARUNTIME=/usr/java/jdk1.3.1_09




    When I run dbca, the GUI come up and going through the option of what I want to install for my database. At the end, when I click ok, Oracle configuration crashed and below is what I have when it crashed:

    $dbca
    /opt/oracle/product/9.2.0/bin/dbca:line 124 372 killed $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS

    can someone please tell me what happened???

    thanks

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I would have dbca create the scripts instead of creating the database. You then run the scripts one at a time and see where your problem lies.
    Jeff Hunter

  3. #3
    Join Date
    Jan 2005
    Posts
    221
    Jeff,

    I have scripts to create database mannualy, this is just one of my step to check to be sure everything working correctly.

    thanks Jeff

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    maybe you have a dodgy version of java in your path somewhere

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Well, that's a classic symptom of a core dump.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width