Xref: alice comp.databases.oracle.server:74160
Path: alice!news-feed.fnsi.net!dca1-hub1.news.digex.net!intermedia!diablo.theplanet.net!diablo1!news.theplanet.net!newspost.theplanet.net!not-for-mail
From: alex@alenda.freeserve.co.uk (Alex Hudghton)
Newsgroups: comp.databases.oracle.server
Subject: Re: root.sh error on ora 8.04 for solaris
Date: Tue, 16 Nov 1999 11:40:18 GMT
Organization: Customer of Planet Online
Lines: 29
Message-ID: <38313d91.6382761@news.freeserve.net>
References: <38309B95.3B3285A7@sprint.ca>
X-Trace: news7.svr.pol.co.uk 942752424 13372 62.136.9.49 (16 Nov 1999 11:40:24 GMT)
NNTP-Posting-Date: 16 Nov 1999 11:40:24 GMT
X-Complaints-To: abuse@theplanet.net
X-Newsreader: Forte Free Agent 1.11/32.235

Root.sh checks the ulimit parameter (checkout the man page)

It is looking for a number to compare 
This number defines the maximum file size of the OS
If you type ulimit at the shell prompt you may get 'unlimited' instead
of a number.
Look in the script and find where it does the comparison
Set ulimit to a higher number than it is checking for by 
<ulimit big_number>
run the script again

Alex


On Mon, 15 Nov 1999 18:47:33 -0500, Carlos Reed <creeds@sprint.ca>
wrote:

>Hi gang !
>
>root.sh fails,  after installing oracle 8.04 on solaris 2.6
>
>Does any one has any idea why
>
>
>thanks in advance
>
>Carlos Reed
>

