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: Please raise the ORACLE owner's ulimit as per the IUG. - What's it ?

Re: Please raise the ORACLE owner's ulimit as per the IUG. - What's it ?

From: Joel Garry <joelga_at_pebble.org>
Date: 1998/09/03
Message-ID: <slrn6uu746.25k.joelga@pebble.org>#1/1

On Wed, 02 Sep 1998 14:21:51 -0700, lnsn_at_yahoo.com <lnsn_at_yahoo.com> wrote:
>Every time I installed Oracle, I got this message. Then I can bring up
>the database fine.
>
>What is the problem ? What do I need to change to get rid of the
>message ?

In some unix versions, it is a bogus message. If you have lines like

if [ "$REMOTE_DB" != "T" ]; then

# osh is not shipped for Oracle for Solaris 2.x (SunOS5).

    echo "Please raise the ORACLE owner's ulimit as per the IUG." | tee -a $LOG

fi

in root.sh, and your ulimit is indeed raised as in the Installation Users Guide (or unlimited), then you can see, it is asking for a situation that doesn't exist: installing remotely from the machine you are on. Or something like that. :)

Previous versions would blow up using oraenv with a non-numeric ulimit.

>

jg

-- 
These opinions are my own and not necessarily those of Information Quest or 
Pebble In The Sky http://www.informationquest.com mailto:jgarry@nospameiq.com
http://ourworld.compuserve.com/homepages/joel_garry   Remove nospam to reply.  
mailto:joel_garry_at_compuserve.nospam.com  "See your DBA?"  I AM the @#%*& DBA! 
Received on Thu Sep 03 1998 - 00:00:00 CDT

Original text of this message

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