This is a discussion on Oracle 8.1.7 & RH 7.2 within the Linux Administration forums, part of the Linux Forums category; Hi, Folks I am traying to install Oracle 8.1.7.0.1 Enterprise Edition fol Linux on RH7.2 (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, Folks
I am traying to install Oracle 8.1.7.0.1 Enterprise Edition fol Linux on RH7.2 (Kernel 2.4.7-10) PS: Celeron 466 MHz, 128 MB RAM When I start installation form CD, on screen Select installation type (Tipical or Custom), after few minits (during the process Executin Pre-requests) installation procedure broken down without logs or messages. Does someone have any suggestions? Thank's!!! |
|
|||
|
"tabinja" <tabinja@yahoo.com> wrote in message
news:bq4mmm$jm1$1@ls219.htnet.hr > I am traying to install Oracle 8.1.7.0.1 Enterprise Edition fol Linux > on RH7.2 (Kernel 2.4.7-10) > PS: Celeron 466 MHz, 128 MB RAM > > When I start installation form CD, on screen Select installation type > (Tipical or Custom), after few minits (during the process Executin > Pre-requests) installation procedure broken down without logs or > messages. > > Does someone have any suggestions? Does the machine have sufficient memory and swap space? The Java installation tool in 8i is unfortunately a *real* resource hog. tony -- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
|
|||
|
tabinja wrote:
> Hi, Folks > > I am traying to install Oracle 8.1.7.0.1 Enterprise Edition fol Linux on > RH7.2 (Kernel 2.4.7-10) > PS: Celeron 466 MHz, 128 MB RAM > > When I start installation form CD, on screen Select installation type > (Tipical or Custom), after few minits (during the process Executin > Pre-requests) installation procedure broken down without logs or messages. > You must change SHMMAX(?) in kernel sources, recompile kernel, set some kernel parameters (shared memory, ...). All in instruction from Oracle. good-luck |
|
|||
|
"ahoja" <ahoja@poczta.onet.pl> wrote in message news:bq7b51$aou$1@atlantis.news.tpi.pl... > tabinja wrote: > > Hi, Folks > > > > I am traying to install Oracle 8.1.7.0.1 Enterprise Edition fol Linux on > > RH7.2 (Kernel 2.4.7-10) > > PS: Celeron 466 MHz, 128 MB RAM > > > > When I start installation form CD, on screen Select installation type > > (Tipical or Custom), after few minits (during the process Executin > > Pre-requests) installation procedure broken down without logs or messages. > > > You must change SHMMAX(?) in kernel sources, recompile kernel, set some > kernel parameters (shared memory, ...). All in instruction from Oracle. > > good-luck > Thanks, but I do it before starting installation procedure for Oracle. Creted rc.config and add lines: cd /proc/sys/kernel echo 250 32000 100 128 > sem echo 4294967295 > shmax echo 4096 > shmin and add it into the /etc/rc |
|
|||
|
"tabinja" <tabinja@yahoo.com> wrote in message
news:bqa9oe$4lo$1@ls219.htnet.hr > Thanks, > but I do it before starting installation procedure for Oracle. Creted > rc.config and add lines: > cd /proc/sys/kernel > echo 250 32000 100 128 > sem > echo 4294967295 > shmax > echo 4096 > shmin > and add it into the /etc/rc You need tabs in the one entry: echo -e "250\t32000\t100\t128" > sem -- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |