Tags: account

Oracle: Usefull Commands

Technology, Oracle Send feedback »
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 »

Linux: How to lock/unclock user account

Technology, Linux Send feedback »
Lock user ID : # passwd -l username Unlock user ID : # passwd -u username Change password: # passwd username more »

HP-UX: How to unlock user account

Technology, HP-UX Send feedback »
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 »

Solaris: How to lock/unclock user account

Technology, Solaris Send feedback »
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 »

Aix: Unlock user account AIX

Technology, Aix 8 feedbacks »
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 »