Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Invalid Password File when creating a new database

Re: Invalid Password File when creating a new database

From: Kantix <francesco.cantisano_at_tin.it>
Date: Mon, 4 Nov 2002 09:09:16 +0100
Message-ID: <aq59tc$6i69r$1@ID-74096.news.dfncis.de>


Hi,
I think you have set remote_password_file=exclusive in your initSID.ora, so when you try to create the db, the instance search the password file in your $ORACLE_HOME/dbs.
You can:
1) Create a new password file before you create the db (with the command
-->orapwd file=orapwSID password=yourpassword entries=NumberOfEntries
in your $ORACLE_HOME/dbs )
2) Set remote_password_file=none in your initSID.ora before you create the db
Hope this helps you Received on Mon Nov 04 2002 - 02:09:16 CST

Original text of this message

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