How to create a user in Oracle on Linux
To create an Oracle user in Linux, follow these steps:
- Log in to the Linux system as the root user.
- Open the terminal window and switch to the Oracle user using the following command:
- Switch to the user account “oracle”
- Use the following command to create a new user, where username is the desired username to be created:
- Make a user with the username.
- Enter the new user’s password and other information based on the prompts.
- Assign permissions to new users using the following commands:
- Grant full access rights to the user with the specified username.
- Use the following command to exit the Oracle user and return to the root user:
- leave
You have now successfully created an Oracle user in Linux.