Concepts of User and Schema in Oracle, oracleschema

Source: Internet
Author: User

Concepts of User and Schema in Oracle, oracleschema

In database theory, database users and database models are not necessarily related. For detailed explanations of database models, you can find them here:

Http://stackoverflow.com/questions/2674222/what-is-purpose-of-database-schema

A database schema is a way to logically group objects such as tables, views, stored procedures etc. think of a schema as a container of objects. you can assign a user login permissions to a single schema so that the user can only access the objects they are authorized to access.

Schemas can be created and altered in a database, and users can be granted access to a schema. A schema can be owned by any user, and schema ownership istransferable.


That is to say, the database mode can be created and modified, and different users can be accessed by different users.


In the Oracle document Concepts, the explanation is as follows:


ASchemaIs a collection of logical structures of data, or schema objects. A schema is

Owned by a database user and has the same name as that user. Each user owns a single
Schema.


Although the schema in Oracle is also a collection of data objects, a user corresponds to one schema, and a schema can only be owned by one database user.

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.