The problem is that when I use the ORAPWD to create my password file for the SYS and INTERNAL,
how can I use the password file for my database authentication !?

let's say, I type the follow command :

orapwd80 file=c:\ownpass.dat password=abc123

After this, the ownpass.dat file will be created,
when I add the line "REMOTE_LOGIN_PASSWORD=c:\ownpass.dat" in the init.ora, when I restart the server, it said
"INVALID REMOTE_LOGIN_PASSWORD parameter".

Pls advice me.
Thanks.