|
Re: how to disable one user and how to enable one user. [message #190019 is a reply to message #190007] |
Tue, 29 August 2006 01:16 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
youthsen wrote on Tue, 29 August 2006 07:36 | i want ot disable one user and later to enable that user.
| Look up the ALTER USER command: "Specify ACCOUNT LOCK to lock the user's account and disable access. Specify ACCOUNT UNLOCK to unlock the user's account and enable access to the account."
Here's one example:
example from the manuals | ALTER USER ashwini ACCOUNT UNLOCK;
|
youthsen wrote on Tue, 29 August 2006 07:36 | pls reply fast.
| pls is no member of OraFAQ, so I doubt that he (she?) can reply fast.
MHE
|
|
|