Tags: account
Aug
07
1.EXPORT:
exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log
rows=y statistics=none feedback=100 indexes=y consistent=y compress=n;
(for individual tables=table1,table2,.....)
2.IMPORT:
imp system@test fromu… more »
Jul
16
Lock user ID :
# passwd -l username
Unlock user ID :
# passwd -u username
Change password:
# passwd username more »
Jul
16
Unlock the locked HP-UX user account:
# /usr/lbin/modprpw –l –k username
NOTE: modprpw is HP-UX command and it will not work in Solaris, AIX and Linux. more »
Jul
16
Lock user ID :
# passwd -l username
Unlock user ID :
# passwd -d username
Unlock user ID and force user to enter new password :
# passwd -df username
Note: This will unlock the user id, and force the user to enter a new password… more »
Jul
07
Procedure to change the password on a server
# passwd <UserName>
Note: The account needs to be reset if when trying to log in the following message is received:
3004-303 There have been too many unsuccessful login attempts; please see… more »
Recent comments