`
edwards0307
  • 浏览: 27132 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

What is the schema ?

 
阅读更多

A schema is a collection of database objects owned by a specific database user,or schema objects.Schema has the same name as that user,every user has a single schema,so the two terms(Schema,User) are synonymous.

Schema objects include the segments(tables,indexes..etc) as we can see in the tablespaces as well as the nosegments database objects(constraints,views,procedures,synonyms and packages).But the roles,tablespaces,profiles and directories are not schema objects,cause they are not owned by one specific user.

In a word,if any object(table,view,index…) owned by one user,it’s schema object.Contrarily,the role,profile,tablespace and directory (not owned by one user) are not schema objects.

Note:

There is no relationship between schemas and tablespaces: a tablespace can contain objects from different schemas,and the objects for a schema can be contained in different tablespaces

分享到:
评论

相关推荐

    SSD7 选择题。Multiple-Choice

    (a) filling in skeleton tables of the database with examples of what is to be retrieved (b) placing SQL keywords, such as select, under the column names they want to retrieve (c) typing a ...

    Oracle Security

    What Is the OEM? The DBA Toolkit and Security OEM and the Job Scheduler OEM and the Event Management System Chapter 14 Maintaining User Accounts Application Design Requirements Running the ...

    GraphQL Java

    GraphQL Java implementation. It requires a little Spring and Java knowledge.... The schema describes what queries are possible and what fields you can get back. (Note: when we refer to

    数据库系统基础教程ppt

    2.1.1 What is a Data Model? 2.1.2 Important Data Models 2.1.3 The Relational Model in Brief 2.1.4 The Semistructured Model in Brief 2.1.5 Other Data Models 2.1.6 Comparison of Modeling ...

    Learning Laravel's Eloquent

    package and see what is inside it. After that, we will learn how to install the "illuminate/database" package separately for your project and how to configure it for its first use. Yes, exactly: ...

    Introducing the MySQL 8 Document Store

    More specifically, developers need to store objects as loose collections of schema-less documents, but those same developers also need the ability to run structured queries on their data. With MySQL ...

    Proxy Pattern Informatization Research Based On SaaS

    The second data model is shared database, separate schema in which houses multiple users in the same database, with each user having his own set of tables that are grouped into a schema created ...

    微软内部资料-SQL性能优化3

    Another type of table lock is a schema stability lock (Sch-S) and is compatible with all table locks except the schema modification lock (Sch-M). The schema modification lock (Sch-M) is incompatible ...

    Microsoft SQL 2007年认证试题(英文PDF版)

    - **Shared Memory:** This protocol is used for local connections where the client and server applications run on the same machine. It is faster than Named Pipes and TCP/IP but is limited to local ...

    jsonschema:Python的JSON模式的(其他)实现

    jsonschema jsonschema是Python的实现。 >> > from jsonschema import validate >> > # A sample schema, like ...>> > # If no exception is raised by validate(), the instance is valid. >> > validate ( instan

    微软内部资料-SQL性能优化5

    The only source of any storage location information is the sysindexes table, which keeps track of the address of the root page for every index, and the first IAM page for the index or table....

    Learning Drupal 6 Module Development

    Drupal is an award-winning open-source Content Management System, and the feature-packed sixth release is right around the corner. It's a modular system, with an elegant hook-based architecture, and ...

    Professional C# 3rd Edition

    The is Operator 135 The as Operator 136 The sizeof Operator 136 The typeof Operator 136 Contents Operator Precedence 137 Type Safety 137 Type Conversions 138 Boxing and Unboxing 141 Comparing Objects ...

    IBO v5.3.3 Build 1955(January 2, 2014) Full Source

    I enhanced the statement processing logic so that it detects a DDL statement and causes the schema cache data to be invalidated so that all DDL statements are immediately recognized in how they impact...

    thymeleaf-extras-eclipse-plugin-2.1-master.zip

    All you need to do is create an XML file that conforms to the schema above, then bundle that XML file with your JAR. Some notes on where you put that file in the JAR: it cannot go in the default ...

    programming_the_semantic_web.pdf

    This Is Not My Beautiful Relational Schema! 152 7.Publishing Semantic Data .............................................. 155 Embedding Semantics 155 Table of Contents|vii Download at Boykma.Com ...

    Django 1.0 Website Development.pdf

    Models: designing an initial database schema 31 The link data model 32 The user data model 35 The bookmark data model 36 Templates: creating a template for the main page 38 Putting it all ...

Global site tag (gtag.js) - Google Analytics