password creation in oracle 10g [message #364861] |
Wed, 10 December 2008 05:20  |
sekharsomu
Messages: 72 Registered: December 2008
|
Member |
|
|
I have three databases like eam,eai,s2px
so i wanted to authenticate them with separate password file using orapwd utilities
so i have made 3 entries like this in command prompt (one after another)
c:\orapwd file=oraeai password=eai ENTRIES=10
c:\orapwd file=oraEAM password=EAM ENTRIES=10
c:\orapwd file=oras2px password=s2px ENTRIES=10
but i could not find any entries in my( D:\oracle\product\10.2.0\db_1\dbs )dbs folder
now how should i proceed
are my password files created successfully (i didn't receive any such message in the command prompt)
please guide me with this issues i know how to proceed with futher steps
like
set the value of REMOTE_LOGIN_PASSWORDFILE to EXCLUSIVE in INIT.ORA
MY DATABASE :ORACLE 10G
THANKS IN Advance
|
|
|
|
|
|
|
|
|
Re: password creation in oracle 10g [message #364907 is a reply to message #364887] |
Wed, 10 December 2008 07:38   |
sekharsomu
Messages: 72 Registered: December 2008
|
Member |
|
|
now when i tried to change the parameter REMOTE_LOGIN_PASSWORDFILE in my respective init.ora files for each database all the files are already set to exclusive mode what shuld i do now?
NOTE:thepath for my init files are as follows
D:\oracle\product\10.2.0\admin\EAM\pfile
D:\oracle\product\10.2.0\admin\EAI\pfile
D:\oracle\product\10.2.0\admin.........
|
|
|
|
|
|