oracle database question

From: justin.bleistein@SUNGARD.COM
Date: Sun Oct 20 2002 - 22:37:33 EDT


I'm trying to create an additional Oracle database on an AIX system this
will be the test database as appose to the production one. I'm receiving
the error a seen below any Oracle DBA's could point me in the right
direction as to what the problem maybe and how to correct it it'd be
appreciate thanks?!

SVRMGR> create database justindbtest
     2> maxlogfiles 5
     3> maxlogmembers 5
     4> maxdatafiles 100
     5> maxloghistory 100
     6> logfile
     7> group 1('/databases/oradata/justindbtest/redo1.log') size 2m,
     8> group 2('/databases/oradata/justindbtest/redo2.log') size 2m
     9> datafile
    10> '/databases/oradata/justindbtest/system01.dbf' size 5m autoextend
on;
create database dmvtest
*
ORA-01501: CREATE DATABASE failed
ORA-01991: invalid password file '/home/oracle/OraHome1//dbs/justindbprod'
SVRMGR>

Where is it reading that "password" file from it's not in any oratab or
pfiles on the system? thanks!.

--Justin



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:16 EDT