Introduction to Schema Objects (153)
A schema is 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.
Schema objects are logical data storage structures. Schema objects do not have a
one-to-one correspondence to physical files on disk that store their information.
However, Oracle stores a schema object logically within a tablespace of the database.
The data of each object is physically contained in one or more of the tablespace’s
datafiles. For some objects, such as tables, indexes, and clusters, you can specify how
much disk space Oracle allocates for the object within the tablespace’s datafiles.
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.
方案物件
1. 方案是一個邏輯資料結構或稱為方案物件 , 每個方案都術語一個資料庫使用者並與之同名 ,
一個使用者擁有一個方案 .
2. 方案物件是一種邏輯資料儲存結構 .
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-981068/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dependencies Among Other Remote Schema Objects (255)REMObject
- Recompiling Invalid Schema ObjectsObject
- Oracle 19c Concepts(04):Partitions, Views, and Other Schema ObjectsOracleViewObject
- How to Clean Up Duplicate Objects Owned by SYS and SYSTEM Schema_1030426.6Object
- oracle ocp 052-153Oracle
- Oracle ocp 052-153Oracle
- Introduction to AlgorithmGo
- Introduction to GitGit
- RL Introduction
- 域控安全-EventID 4662&Powershell將Schema下Objects的schemaIDGUID屬性離線儲存ObjectAIGUI
- TLS 1.3 IntroductionTLS
- nodejs introductionNodeJS
- Chapter 1:IntroductionAPT
- Introduction to Partitioning
- No Sql Db IntroductionSQL
- Hadoop IntroductionHadoop
- Introduction to Databases and MySQLDatabaseMySql
- Oracle RAC introductionOracle
- HTML 01 - IntroductionHTML
- 【檢視】oracle 資料字典檢視之 DBA_OBJECTS / ALL_OBJECTS / USER_OBJECTS(OBJ)OracleObject
- Oracle dba_objects和all_objects 最大的區別OracleObject
- 淺談Associated ObjectsObject
- Destroying Window ObjectsObject
- create objects inmemory optionsObject
- Naming Database ObjectsDatabaseObject
- Introduction of DataGuard protection mode
- A re-introduction to JavaScriptJavaScript
- [zz]android introductionAndroid
- Introduction to Index Segments (24)Index
- zend_objects_store_putObject
- Objects as Points 論文總結Object
- PDO--PHP Data ObjectsPHPObject
- row cache objects latch研究Object
- Cost objects in SAP R/3Object
- Program Units and Referenced Objects (244)Object
- 1 Introduction to the Multitenant ArchitectureNaN
- Machine Learning-IntroductionMac
- A gentle introduction to multithreadingthread