Data Base Oracle Common commands

Source: Internet
Author: User

Data Base Oracle Common commands

1. Login: (no password required, administrator rights)

Conn/as SYSDBA

2. View the database storage location:

Select name from v$datafile;

3. Create TABLE spaces:

Syntax:create tablespace tablespace name datafile ' data file path ' size;

Example:create tablespace test_db datafile ' D:\ORACLE\ORADATA\ORCL\test_db.dbf ' size 3000m;  

4. Create a User:

Syntax:create user username identified by password default tablespace which table space is used by the user;

Example:Create User test_db identified by test_db default tablespace test_db;

5. Change Password:

6. Unlock:

7. Add Lock:

8. Authorization:

syntax: grant  role 1, role 2  to  user name;   

Example:Grant DBA, connect to test_db;

Data Base Oracle Common commands

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.