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: Create Database Error - UNIX

Re: Create Database Error - UNIX

From: Joel Garry <joelga_at_pebble.org>
Date: 1998/06/24
Message-ID: <slrn6p2nqh.94i.joelga@pebble.org>#1/1

On Wed, 24 Jun 1998 11:36:51 +0100, Steven Egberghs <steven.egberghs_at_advalvas.be> wrote:
>Hi there,
>
>The unix user who is trying to create a new database (probally oracle7) has
>to be from the group "dba"
>
>I also experienced on AIX4.2 that there is sometimes a difference in the
>export notation.
>
> export ORACLE_HOME=/bla/bla
>
> is not the same as
>
> ORACLE_HOME=/bla/bla; export ORACLE_HOME
>
> The second notation works always, don't ask me why or how.

The first way is Korn shell (usually, /bin/ksh), the second is Bourne shell (/bin/sh). Korn is superset of Bourne - but on some computers, they are actually linked to the same executeable. Grep /etc/password for the login name and look at the last entry to see the default shell, on most unix.

>
>CU
>Steven
>
>

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

Original text of this message

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