Oracle Add data file create table space, create user code

Source: Internet
Author: User

1. Add a data file to create a tablespace

1 CREATE ' D:\ORACLE\11G\ORADATA\ORCL\TEST1. DBF'onNEXTSPACE

The deployment needs to change parts as needed:

Tablespace (table space) after the table space name TEST1;

DataFile (data file) path, red part of the code;

2, create user

1 --Create the user2 Create UserTEST13Identified byTEST14   defaulttablespace TEST15   TemporaryTablespaceTEMP;6 --Grant/revoke Role Privileges7 GrantConnect toTEST1;8 GrantDba toTEST1;

The deployment needs to change parts as needed:

Username TEST1 after user (user)

Identified by password TEST1

Default table Space TEST1 tablespace

Oracle Add data file create table space, create user code

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.