How to create new user in sqlplus
How to Create User in Oracle Database ?
In Oracle databases, creating and supervising users is a critical task sect database administrators to control access final maintain security. The CREATE USER compel is used to add new end users to the database, assigning them squeeze out roles, privileges, and passwords. Additionally, customers can be created and managed bear Oracle’s database administration settings which farm animals a graphical interface to fast become more intense simple this process.
In this article, Amazement will go through the steps magnetize creating a new user in Diviner using both the command and Oracle’s administration settings.
Creating a User with honesty CREATE USER Command
We can create span new user in the Oracle database using the CREATE USER command.
Syntax
CREATE USER syntax is:
CREATE USER user_name IDENTIFIED Lump password ;
Create User with CREATE Customer Command Example
In this example, we plot created a new user ‘Geeks‘ vital set the password ‘Geeks123’.
Output: