Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Installing Oracle 7.3.2 Workgroup Server on HP 715 running 10.20

Re: Installing Oracle 7.3.2 Workgroup Server on HP 715 running 10.20

From: Impu <impu007_at_yahoo.com>
Date: 1998/12/15
Message-ID: <3677a23b.80744218@readnews.bbn.hp.com>#1/1

Ok, I made a little more progress...

I executed the .profile after uncommenting DTSOURCEPROFILE=true in .dtprofile.
and changed the umask to 022

now, when I do
$ echo $ORACLE_BASE

    /usr/oracle
$ echo $ORACLE_HOME

    /usr/oracle/product/7.2.3
(I created that directory structure manually /usr/oracle/product/7.2.3)
$ umask

    022

But I still get the error.

PS: BTW, my CD is a oracle licensed copy. I got it from the MIS dept who are on updated version. He said "I'm not sure, just play around with the environment" [helpful eh] ;p

Anyway, still hoping, somebody did encounter the problem, and solved it. Please let me know asap. Thanks.

On Tue, 15 Dec 1998 02:30:19 GMT, impu007_at_yahoo.com (Impu) wrote:

>Hello All,
>
>*******Please skip to "QUESTION-----PROBLEM---- STEPS------HELP" if
>you're in a hurry..thanks********
>
> For sometimes, I've been trying to learn Oracle, but reading
>documentation wasn't helping (actually, I wasn't sure what really to
>learn). So, after long search I found a workgroup server CD Workgroup
>Server 7.3.2.3 for 9000 series HPUX (mine is running under 10.20
>(Its the copy HP freely distributing to upgrade from 9x-10x which I
>hope has all the required patches) and Cleint (for Windows NT) CD
>7.3.2.2. Since I'm trying to learn, please tell me any detail you
>care to share. I'll describe step by step what Thanks a lot for your
>help.
>
>**********************************************************************************
>
>
>QUESTION-----PROBLEM---- STEPS------HELP
>
>Ok, here's what I've done so far.....
>
>1. Added two groups 'dba' and 'oper' (GID: 101 and 102). So when I
>vi /etc/group
>dba::101:oracle
>oper::102:oracle
>
>obviously, I added a user name 'oralce' who is a memeber of both
>groups. So when I
>vi /etc/passwd
>oracle:b4dj47FK87JD:102:20:,,,:/home/oracle:/usr/bin/sh
>
>2. created directory as root
>mkdir /usr/oracle
>...and then
>chown oracle:dba /usr/oracle
>
>3. Setup Environment Variable:
>from /home/oracle
>vi .profile
>
>....and add the following...
>
>##########################
>## Oracle Environment Variables ##
>##########################
>
>ORACLE_BASE=/usr/oracle
>ORACLE_HOME=$ORACLE_BASE/product/7.2.3
>ORACLE_SID=test
>export ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
>(I do it for root as root and execute by typing . /.profile (space
>between . and / )
>
>4. change to root again and mount the cdrom drive
>mount /dev/dsk/c0t2d0 /cdrom
>and per the direction in the CD, run
>./WGSTART
>which linked/copied all the file to /tmp/linkwg
>(Note: I tried to create a directory /oracle_link and chown to oracle
>and running ./START.SH and specifying /oracle_link (but I was getting
>tones of error, and decided to go by the manual)
>
>anyway, I made sure chmod 777 /tmp/linkwg
>
>5. I tried running from /orainst directory
>./orainst and it asked me to specify the correct terminal. anyway,
>after fighting over for hours, I realized I had to type
>export TERM=vt100
>export ORACLE_TERM=vt100
>
>.....hmm, why didn't it take it since I typed it in the .profile (oh
>btw, I typed all those statement both root and oracle's .profile
>
>6. Ok, after exporting the display, I type ./orainst
>
>...almost, but it generates an error message
>____________________________Oracle________________________________
>_________________________ Notification_______________________________
>se unix.stp(1986): Unbound environment variable 'WGSORAHOME'
>
>
>(OK)
>
>whe I press OK, it I get dropped to $ (prompt)
>
>
>This is where I'm stuck right now. Thanks for any help
>
>You can post your answer to this newsgroups, or if you like, please
>email me to impu007_at_yahoo.com thanks.
Received on Tue Dec 15 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US