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

Home -> Community -> Usenet -> c.d.o.server -> Re: Installation of Oracle 8.1.5 on Solaris 8

Re: Installation of Oracle 8.1.5 on Solaris 8

From: David Sharples <david.sharples3_at_ntlworld.com>
Date: Fri, 31 Jan 2003 21:15:43 -0000
Message-ID: <3IB_9.2075$Uo5.19369@newsfep4-gui.server.ntli.net>


> connection to .....0:0 refused by server. I am installing using Local
> CD only.

You need to set your display variable.

in ksh

export DISPLAY= <ip_address>:0.0

in csh

setenv DISPLAY <ip_address>:0.0

in bash

DISPLAY=<ip_address>:0.0
export DISPLAY

also do xhosts+ to enable access oh and make sure you have an x-server running, if you are using telnet it wont work.

And the space requirement depends on what components you are installing

"Srikanth Thota" <thota_2001_at_yahoo.com> wrote in message news:a69b2989.0301301953.6fc362a3_at_posting.google.com...
> Hi ,
> I have 2.5 GB Harddisk I installed Solaris 8 Entiredistrubution plus
> OEM support with root, usr & swap,VAR as slices After that I tried
> to install oracle8.1.5 solaris based version.But It gets hangs in the
> initial installation phase.The error I get is in the beginning of the
> install.
>
> connection to .....0:0 refused by server. I am installing using Local
> CD only.
>
> I took disk1,disk2,disk3 as 5,6,7 slices.I placed oraeng in root does
> it makes any difference?
>
> I had given 500 mb for root for usr 800 var 100 swap 129 mb & the rest
> for disk 1,2,3 slices 300,300,240 respectively.
> How much space does oracle8i reqire & placing oraeng in root makes
> difference?
>
>
> How much space does disk1,disk2,disk3 & oraeng require seperatley.
>
> is it possible to install oracle8.1.5 & solaris8 on my harddisk with
> 2.5Gb of HD space
>
> Thanks very much
> Thota
Received on Fri Jan 31 2003 - 15:15:43 CST

Original text of this message

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