Oracle User 和 Schema 的區別
Oracle User 和 Schema 的區別
1 概述
A schema is a collection of database objects (used by a user.). Schema objects are the logical structures that directly refer to the database’s data. A user is a name defined in the database that can connect to and access objects. Schemas and users help database administrators manage database security.
Use the CREATE SCHEMA statement to create multiple tables and views and perform multiple grants in your own schema in a single transaction. To execute a CREATE SCHEMA statement, Oracle Database executes each included statement. If all statements execute successfully, then the database commits the transaction. If any statement results in an error, then the database rolls back all the statements. Note:This statement does not actually create a schema. Oracle Database automatically creates a schema when you create a user (see CREATE USER).
2 深入理解user和schema的區別
About Me
.............................................................................................................................................
● 本文轉載:
● 本文在itpub(http://blog.itpub.net/26736162/abstract/1/)、部落格園(http://www.cnblogs.com/lhrbest)和個人微信公眾號(xiaomaimiaolhr)上有同步更新
● 本文itpub地址:http://blog.itpub.net/26736162/abstract/1/
● 本文部落格園地址:http://www.cnblogs.com/lhrbest
● 本文pdf版、個人簡介及小麥苗雲盤地址:http://blog.itpub.net/26736162/viewspace-1624453/
● 資料庫筆試面試題庫及解答:http://blog.itpub.net/26736162/viewspace-2134706/
● DBA寶典今日頭條號地址:
.............................................................................................................................................
● QQ群號:230161599(滿)、618766405
● 微信群:可加我微信,我拉大家進群,非誠勿擾
● 聯絡我請加QQ好友(646634621),註明新增緣由
● 於 2017-08-01 09:00 ~ 2017-08-31 22:00 在魔都完成
● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解
● 版權所有,歡迎分享本文,轉載請保留出處
.............................................................................................................................................
● 小麥苗的微店:
● 小麥苗出版的資料庫類叢書:http://blog.itpub.net/26736162/viewspace-2142121/
.............................................................................................................................................
使用微信客戶端掃描下面的二維碼來關注小麥苗的微信公眾號(xiaomaimiaolhr)及QQ群(DBA寶典),學習最實用的資料庫技術。
小麥苗的微信公眾號 小麥苗的DBA寶典QQ群1 小麥苗的DBA寶典QQ群2 小麥苗的微店
.............................................................................................................................................
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2143101/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- user和schema的區別
- Oracle中User和Schema的區別和聯絡Oracle
- ORACLE中的兩個概念:user和schema的區別和聯絡Oracle
- 水煮oracle33---關於oracle中segment、schema和user區別Oracle
- Oracle中drop user和drop user cascade的區別Oracle
- user rollbacks和transaction rollbacks的區別
- user_tab_columns和user_tab_cols的區別!
- computed watcher和user watcher的區別
- Oracle - @和@@、&與&& 的區別Oracle
- MySQL和Oracle的區別MySqlOracle
- Oracle和MySQL的區別OracleMySql
- 資料庫中Schema和Database有什麼區別資料庫Database
- Can one rename a database user (schema)?Database
- 深入講解資料庫中User和Schema的關係資料庫
- user rollbacks 與 transaction rollbacks 的區別
- Oracle Purge和drop的區別Oracle
- oracle中in和exists的區別Oracle
- Oracle的redo 和undo的區別Oracle
- ORACLE_BASE和ORACLE_HOME的區別Oracle
- Oracle DBA 和Oracle EBS DBA 的最大區別Oracle
- Oracle dba角色和sysdba的區別Oracle
- Oracle 和 mysql的9點區別OracleMySql
- oracle中distinct和group by的區別Oracle
- oracle中 DG和GG的區別Oracle
- Oracle中truncate和delete的區別Oracledelete
- (轉)ORACLE 中IN和EXISTS的區別Oracle
- Oracle中latch和lock的區別Oracle
- 【轉】oracle_base 和 oracle_home 的區別Oracle
- Oracle中Date和Timestamp的區別Oracle
- oracle中rownum和rowid的區別Oracle
- Oracle rman中recover和restore的區別:OracleREST
- Oracle 和 SQL Server 個別小區別OracleSQLServer
- oracle知識整理(1) union和union all的區別,left join和right join的區別(各種join的區別)Oracle
- NULL在oracle和mysql索引上的區別NullOracleMySql索引
- oracle之group by,having和where的區別Oracle
- Oracle中sys和system的區別小結Oracle
- 在Oracle中session和process的區別(轉)OracleSession
- Oracle中truncate和delete的區別(例項)Oracledelete