Oracle user management

Source: Internet
Author: User

Oracle user management

1. Create a new user (normal)
Create user Username identified by password
For example, create a user named James with the password xm

2. Change the password of an ordinary user as an administrator (when a common user forgets his/her password)
Alter user Username identified by new password

3. Create a new user (advanced)

The first row does not need to be explained here. The second row indicates the default tablespace used by the table created by the user, and the third row indicates the temporary tablespace used by the table created by the user, the fourth row indicates that the maximum size of the Data Objects (tables, views, etc.) created by the user is 3 mb. If the maximum size is exceeded, the system will prompt that the user space is insufficient.
4. Assign permissions to new users
The newly created user does not have any permissions, so the newly created user cannot log on.
Assign logon permissions to new users:

However, at this time, xiaoming can only log on, but other permissions are still not available.
System permissions:
Create session logon permission
Create table
Create index permission
Create view permission
Create sequence
Create trriger create trigger permission
....
Object permission:
Update
Insert
Delete
Select

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.