Monday, June 27, 2011

Oracle database Security FAQ - Oracle FAQ

Oracle database Security FAQ - Oracle FAQ: "How does one create, manage and drop database users?

One can add, drop and manage database users from the Enterprise Manager GUI. The following examples will show how the same can be achieved from the SQL*Plus command prompt:
CREATE USER scott
IDENTIFIED BY tiger -- Assign password"

No comments:

Post a Comment