how to connect after creating passwd file [message #179934] |
Thu, 29 June 2006 06:11 |
mail2jose
Messages: 3 Registered: June 2006 Location: MUMBAI
|
Junior Member |
|
|
How we can use password utility after creating the password file .I mean after we create the password file as the follwoing:
orapwd file =oraSID.pwd password=password enteries=30
then we create a user for example scott with sysdba privilege granted .Now how can scott this new password ? is it by connecting as the follwoing:
conn scott/password as sysdba
or
conn scott/tiger as sysdba
or
conn scott as sysdba
|
|
|
|