Common oracle-sqlplus commands and user management

Source: Internet
Author: User

1. Common commands

1) linesize the number of characters displayed per line

2) pagesize: number of lines displayed per page

2. Basic oracle usage, user management, and table management

Advanced: Table query, permissions and roles, functions, pl/SQL programming, database management, indexing and constraints and transactions

3. User Management

1) create user XXX identified by XXX;

2) a tablespace is the space in the table. A tablespace points to a specific data file;

3) create user XXX identified by XXX

Default tablesapce users

Temporary tablespace temp

Quota 3 m on users

4) A User just created does not have the logon permission and needs to be authorized:

Grant create session to XXX;

4. Permissions

System permissions: 128 types of create session/table/index/view/sequence/trriger

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.