internal password [message #51838] |
Mon, 17 June 2002 02:58 |
Silviu
Messages: 6 Registered: April 2002
|
Junior Member |
|
|
Hi,
How can I set password to "internal" user? I want to restrict access to database with this user from "svrmgrl".
Thank.
Silviu.
|
|
|
|
|
Re: internal password [message #51850 is a reply to message #51843] |
Mon, 17 June 2002 21:46 |
topgunroot
Messages: 3 Registered: June 2002
|
Junior Member |
|
|
1. if local user belong to sysdba group (you assign it when install), can "connect internal" without passwd locally.
2.to allow remote administrative connections you must:
Set up a password file for the database on the server
and Set up any relevant init.ora parameters "REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE"
3.to disable remote administrative connections set
"REMOTE_LOGIN_PASSWORDFILE=NONE"
hope it can help.
|
|
|