|
Step 7 - Dropping users
|
Learn Oracle - Dropping Users
Enterprise Manager enables Oracle DBA to drop users. However, Oracle DBA must excerise caution
when doing so, since dropping user will drop all schema objects owned by the user
including tables and indexes. If Oracle DBA want to deny user access to the database, it is
better to lock the user account or expire the user password.
To drop a user such as MYUSER:
1. From the Administration page, click Users under the Security heading.
2. Select the MYUSER user, and click Delete. At the confirmation page, click Yes.
|
|
|