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: database instance creation

Re: database instance creation

From: Bob Fazio <rfazio_at_home.com.nospam>
Date: 2000/05/27
Message-ID: <iZPX4.211390$Tn4.1885725@news1.rdc2.pa.home.com>#1/1

It's not the SID, its a dumb message, but here is what you need to do.

It is due to a setting in the init.ora remote_login_passwordfile=EXCLUSIVE, if you change it to none, you don't need this file.

There is a command in $ORACLE_HOME/bin

run the following command. You can change the password if you wish.

% orapwd file=$ORACLE_HOME/orapw${ORACLE_SID} password=oracle entries=10

--
Robert Fazio, Oracle DBA
rfazio_at_home.com
remove nospam from reply address
http://24.8.218.197/
<christopher.lewis_at_ac.com> wrote in message
news:8gmrdh$qs4$1_at_nnrp1.deja.com...

> Hi there - while attempting to run the CREATE DATABASE command, I also
> appear to get the following error message:
>
> CREATE DATABASE msd2
> *
> Error at line 1:
> ORA-01501: CREATE DATABASE failed
> ORA-01990: error opening password file
> 'usr/local/oracle/product/8.1.5/dbs/orapw'
>
> Does anyone know what this password file is, where it gets called from,
> and how I can create it? Thanks...
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat May 27 2000 - 00:00:00 CDT

Original text of this message

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