Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cannot fix installation Oracle 11g on unix

Jon80Jul 7 2013 — edited Jul 7 2013

I downloaded Oracle 11g and I am trying to install it on my ubuntu machine, however, the installation wizard seems to have failed running the prerequisite checks, and, has generated some scripts (intended to fix) which seem to have failed as well.

Would you please guide me?

Download link:

Oracle Database 11g Release 2 for Linux x86</title><meta name="Title" content="Oracle Database 1…

Log

jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ sudo runfixup.sh

[sudo] password for jonathan:

sudo: runfixup.sh: command not found

jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ sudo ./runfixup.sh

Response file being used is :./fixup.response

Enable file being used is :./fixup.enable

Log file location: ./orarun.log

./orarun.sh: 186: [: true: unexpected operator

./orarun.sh: 848: [: unexpected operator

./orarun.sh: 864: [: unexpected operator

./orarun.sh: 882: [: unexpected operator

./orarun.sh: 903: [: true: unexpected operator

./orarun.sh: 1052: [: unexpected operator

./orarun.sh: 1057: [: unexpected operator

./orarun.sh: 1075: [: unexpected operator

./orarun.sh: 1085: [: unexpected operator

./orarun.sh: 1115: [: unexpected operator

./orarun.sh: 1143: [: unexpected operator

./orarun.sh: 1189: [: unexpected operator

./orarun.sh: 139: [: unexpected operator

./orarun.sh: 139: [: unexpected operator

./orarun.sh: 1228: [: unexpected operator

./orarun.sh: 1284: [: unexpected operator

./orarun.sh: 1342: [: unexpected operator

./orarun.sh: 1426: [: unexpected operator

./orarun.sh: 1451: [: unexpected operator

jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ more runfixup.sh

#!/bin/sh

#

# $Header: opsm/cvutl/runfixup.sh /main/3 2008/7/07 17:45:45 nvira Exp $

#

# runfixup.sh

#

# Copyright (c) 2007, 2008, Oracle. All rights reserved. 

#

#    NAME

#      runfixup.sh - This script is used to run fixups on a node

#

#    DESCRIPTION

#      <short description of component this file declares/defines>

#

#    NOTES

#      <other useful comments, qualifications, etc.>

#

#    MODIFIED   (MM/DD/YY)

#    nvira       06/24/08 - remove sudo

#    dsaggi      05/29/08 - remove orarun.log before invocation

#    dsaggi      10/24/07 - Creation

#

if [ -z "$ECHO" ]; then ECHO=/bin/echo; fi

if [ -z "$ID" ]; then ID=/usr/bin/id; fi

RUID=`$ID -u`

if [ "${RUID}" != "0" ];then

   $ECHO "You must be logged in as root (uid=0) when running $0."

     exit 1

fi

EXEC_DIR=`dirname $0`

RMF="/bin/rm -f"

#  Remove old orarun.log before invocation

$RMF ${EXEC_DIR}/orarun.log

${EXEC_DIR}/orarun.sh ${EXEC_DIR}/fixup.response  ${EXEC_DIR}/fixup.enable ${EXE

C_DIR}

jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ more orarun.log

This is the log file for orarun script

Timestamp: 070713135132

Response file being used is :./fixup.response

Enable file being used is :./fixup.enable

jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$

NOTE: It is too bad that I cannot upload a screenshot to this forum, sometimes it would be handy.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2013
Added on Jul 7 2013
2 comments
1,635 views