Oracle Learning Notes User Management-1

Source: Internet
Author: User

SYS System (Administrator)

Scott (normal user)

SQL Server SA

Premise: Oracle, if you are an administrator, when the need to establish a user, the operation by themselves;

1. Create User (SYS system user)

Create user username identified by password;

Note: Passwords cannot start with a number

Create user mmy identified by system;

Created by the Mmy user, and cannot be logged in immediately via Conn, the following step is required

2, give users the appropriate permissions

Grant create session to Mmy;

Conn Mmy/[email protected] You can log in

3, the complete creation of users

Create user username identified by UserPassword

Default Tablespace users---defaults table space users

Temporary tablespase temps---temporary tablespace temps

Quota 3M on user; No more than 3M of data objects on the---table space

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.