I have changed default internal password < oracle > to something else with orapwd utility but still connect internal/oracle works!!!!! the new password works as well. I am running 8i mon win 2k can you tell me how I can get rid of < oracle > password permanently.
11-12-2002, 04:09 PM
mike2000
drop your password file and create the new password file with the desired password.
11-12-2002, 07:37 PM
farrokhp
Bilive me. I did that but still internal/oracle works!!!!! Why???
11-13-2002, 12:23 AM
ligang
Your internal has no password actually
You can connect as
connect internal
without password:-)
11-13-2002, 04:43 AM
prakashs43
you can enter any name for internal password it will still connect. it doen't have any password.
11-13-2002, 04:45 AM
ksarav
hi,
use this command,
svrmgrl> alter user sys identified by ;
your internal password will change.
11-13-2002, 04:47 AM
ksarav
hi,
the above command is
svrmgrl> alter user sys identified by newpassword.
it changes your internal password and sys password.
u can connect as internal/newpassword.
11-20-2002, 08:48 PM
ligang
What's behind of command :
alter user sys identified by newpassword.