View and change passwords for sys, system, sapr3
Dear All
1.I need to view the password the for account :
sys, system, sapr3
2. I need to know for how long passwords have not been changed?
. and how can i change these passwords?
Any sugestions??
Regards
Rajesh
Edited by: rajesh sharma on Oct 15, 2008 1:51 PM
Ricky kayshap replied
hi
you can change the passwords from brtools (best practise) and please change it from brtools.
at the same time you can use commands:
SQL> select name, ptime from user$;
select username, account_status, expiry_date from dba_users;
i hope this will be helpful to you.
regards