`
edwards0307
  • 浏览: 25815 次
  • 性别: 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

    北邮数据库学姐自制期末知识点总结

    The overall design of the database is called the database schema. The physical schema describes the database design at the physical level, while the logical schema describes the database design at the...

    数据库系统基础教程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 ...

    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....

    Beginning Python (2005).pdf

    What Is a Schema/DTD? 278 What Are Document Models For? 278 Do You Need One? 278 Document Type Definitions 278 An Example DTD 278 DTDs Aren’t Exactly XML 280 Limitations of DTDs 280 Schemas ...

    国科大数据挖掘刘莹第一次作业

    (b) Starting with the base cuboid [date, spectator, location, game],what specific OLAP operations should one perform in order to list the total charge paid by student spectators in Los Angeles?...

    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...

    Programming Entity Framework: Code First

    relationships and the database schema they map to whether you use Code First to help create a database or you want to use it with an existing database With this knowledge you can reap the benefits of...

    Irresistible.APIs.Designing.web.APIs.that.developers.will.love

    The trick is getting the whole village together. This book shows you how. About the Book Irresistible APIspresents a process to create APIs that succeed for all members of the team. In it, you'll ...

    WordPress 宝典.pdf

    Examining the Schema and Properties of the Database Class Adding Data to MySQL with WordPress Retrieving Data from MySQL with WordPress Preventing SQL Injection Summary Chapter 8: Dissecting the Loop ...

Global site tag (gtag.js) - Google Analytics