| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> create database use dbca but get a problem
hi,
I want to create a database by using the dbca, when i got the last step of the configure , then i click the install button and get the error:
/opt/oracle/product/9.2/bin/dbca: line 124: 13265
Killed $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
my enviroment is :
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export LD_ASSUME_KERNEL=2.4.1
export ORACLE_SID=dbtest export ORACLE_BASE=/opt/oracle export ORACLE_HOME=$ORACLE_BASE/product/9.2export PATH=$ORACLE_HOME/bin:/sbin:/bin:/usr/sbin:$PATH export ORACLE_TERM=xterm
export ARCHIVE_LOG=/data/archive_log/
export BDUMP=$ORACLE_BASE/admin/devdb/bdump
export DATAFILE=/data/dbdata/
export PFILE=$ORACLE_BASE/admin/devdb/pfile export RDBMS=$ORACLE_HOME/rdbms/admin export TNS=$ORACLE_HOME/network/admin export UDUMP=$ORACLE_BASE/admin/devdb/udump
alias arc='cd $ARCHIVE_LOG'
alias bdump='cd $BDUMP'
alias data='cd $DATAFILE'
alias home='cd $ORACLE_HOME'
alias pfile='cd $PFILE'
alias rdbms='cd $RDBMS'
alias tns='cd $TNS'
alias udump='cd $UDUMP'
alias sql='sqlplus "/ as sysdba"'
umask 022
and my os is :
[root_at_dbamonitor data]# uname -a
Linux dbamonitor 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004
i686 i686 i386 GNU/Linux
the oracle software is 9.2.0.4.0
thank you ! Received on Wed Dec 12 2007 - 20:33:49 CST
![]() |
![]() |