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

Thread: unable to start DBCA

  1. #1
    Join Date
    Oct 2006
    Posts
    19

    unable to start DBCA

    I am unable to invoke dbca. We are running 9.2.0.3.(Linux x86-64 ,RH-4) The error I get is class not found: oracle.sysman.assistants.dbca.DBCA

    Here are the contents of oracle user's .bash_profile:

    cat .bash_profile
    # .bash_profile

    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi

    # User specific environment and startup programs

    cat .bash_profile
    # .bash_profile

    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi

    # User specific environment and startup programs

    PATH=$PATH:$HOME/bin:/sbin
    export PATH

    ARC_HOME=/opt/CYEora8
    export ARC_HOME
    LD_LIBRARY_PATH=/u01/app/oracle/product/9.2.0/lib:$ARC_HOME
    export LD_LIBRARY_PATH
    unset USERNAME
    alias rm='rm -i'
    alias lt='ls -lt'


    Attached below is $PATH output:


    echo $PATH
    /u01/app/oracle/product/9.2.0/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/u01/oracle/bin:/u01/app/oracle/admin/scripts/bin:/u01/app/oracle/admin/scripts/lib:/u01/app/oracle/admin/scripts/sql:/u01/app/oracle/admin/scripts/tmp:/u01/app/oracle/admin/patch/OPatch:/u01/oracle/bin:/sbin

  2. #2
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    If I remember right, I think you need to run "linux32 bash" first
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    where is your ORACLE_HOME?

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