Oracle creates and authorizes users in PLSQL

Source: Internet
Author: User

1. Open SQL Plus and enter the user name and password as prompted.

Note: If you are a system user, you can only log on with sysdba. For example: sys as sysdba, enter the User password to log on.

2. After logon, create a tablespace. Here, my tablespace is "StationSpace ".

Create TableSpace StationSpace DataFile 'e: \ Oracle \ oradata \ StationSpace. dbf' Size 1024 M Uniform Size 128 k;

3. After the tablespace is created successfully, create a user.

Create User UserName Identified by Password Default TableSpace StationSpace;

4. After the user is created, the user can be authorized.

Grant Connect, Resource, DBA to UserName;

After Oracle 10g is installed, restart the system. If PLSQL is used for connection, no listening is reported.

ORA-03114 PLSQL process compilation disconnection Error

Simple configuration of PLSQL connection to Oracle

Detailed description on Performance Improvement of PLSQL batch Forall operations

Use Oracle SQLDeveloper to connect to the database and create a user

Oracle PL/SQL Developer import and export data

Install the Oracle 11g and Oracle SQL Developer clients in 64-bit Windows 7

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.