Oracle Learning notes continue to update

Source: Internet
Author: User

1. CREATE TABLE Space Data_basic

(1) Orale User Login System

(2) Sqlplus/as sysdba; DBA User Login database;

Execution: Create tablespace tab_sts_basic datafile '/oracle/app/uboss/oradata/uboss/datafile/uboss_def01.dbf' Size 512M; --The path should be modified according to actual situation;

SELECT * from Dba_data_files can find the data file storage path

2. Create a database user and give permissions

Create Test_user, table space specified as Data_basic

(1) Create user Test_user identified by "Test_user" default tablespace data_basic temporary tablespace TEMP profile default ;

granting permissions

Grant connect to Test_user;

Grant DBA to Test_user;

Grant resource to Test_user;

http://blog.csdn.net/rznice/article/details/6683905/

http://blog.csdn.net/small____fish/article/details/7920126

Oracle Learning notes continue to update

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.