Microsoft
Software
Hardware
Network
Question : How to set password to unexipre for oracle account on linux
Hi experts,
wanted to know if there is a command that can be used to set an account to not locked, not expiry and not disabled on a linux server. This that the password of the particular account never expires and that the account is never disabled and or never locked.
something like: usermod -x administrative_lock_applie
d=0 passwd_expire_time=0 passwd_lifetime=0 [username]
The command above does work on linux.
Answer : How to set password to unexipre for oracle account on linux
chage -I -1 -m 0 -M 99999 -E -1 username
If account was locked, it can be unlocked with:
usermod -U username
Random Solutions
Reinstall CAS Windows SBS 2008 - can't find EXCHSRV80 folder
Setting parameters in a drop down list
Create static title and multiple summary field - Crystal 2008
Formula to return Month and Year when subtracting from a start date.
Adding new HtmlLink to Me.Page.Header asp.net 4.0 in UserControl
Copying file names from explorer into excel as text
How to idnetify tables needs to be reorges in db2 installed on production solaris box
single user mode
Show Currency on calculation value within a totals query that has a total of sum?
Any good idea on computer science projects for engineering graduates?