Oracle Database Creation

Source: Internet
Author: User

To create a table space : Create tablespace pdb_videos_pace datafile ' f:/oracle/app/oradata/orcl/pdb_videos_pace.dbf ' size 200M autoextend On next 5M maxsize 3000M;

Create a user and assign a default tablespace : create user Jsby identified by Jsby default tablespace pdb_videos_pace;

Give the user the appropriate permissions: grant update any table to Jsby;    grant select any table to Jsby ;    grant create any View to Jsby;    grant create any Sequence to Jsby;    grant create any Table to Jsby;    grant Delete any Table to Jsby;

Grant insert any table to Jsby; Grant connect to Jsby;

Oracle Database Creation

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.