oracle中dbms

1)实例 (1) Instances)

What is the Instance? If we look towards it in real life, we refer instance as an occurrence of something at a particular moment of time. In Database Management system, there are a lot of changes occurring over time to the information rapidly within the moments as the data get inserted, manipulated and deleted in parallel. The collection of information stored in the database at a particular moment is called an instance of the database.

什么是实例? 如果我们在现实生活中着眼于此,我们将实例称为在特定时间某个事件的发生。 在数据库管理系统中,随着数据的并行插入,操作和删除,信息随时间的变化会Swift发生很多变化。 在特定时刻存储在数据库中的信息集合称为数据库实例

2)模式 (2) Schemas)

What is Schema? In the database management system, the overall design of the database is called the database schema. Schema gets changed rarely, and if so, changes altogether. A database schema corresponds to the variable declarations together with associated type definitions in a program.

什么是架构? 在数据库管理系统中,数据库的总体设计称为数据库架构模式很少更改,如果更改,则完全更改。 数据库模式与程序中的变量声明以及关联的类型定义相对应。

At any given instant, each variable has a particular value and the values of the variables in a program at a point in time correspond to an instance of a database schema.

在任何给定的时刻,每个变量都有一个特定的值,并且程序中某个时间点的变量值对应于数据库模式实例

To understand the concept of database schemas and instances, we can do it through the analogy to a program written in a programming language.

为了理解数据库模式和实例的概念,我们可以通过类似于用编程语言编写的程序来实现。

数据库模式的类型 (Types of databse schemas)

There are several schemas in a Database system that is partitioned depending on the levels of abstraction:

数据库系统中有几种模式,这些模式根据抽象级别进行分区:

  1. Physical Schema

    物理架构

    The

    physical schema describes the database design at the physical level.

    物理模式描述了物理级别的数据库设计。

  2. Logical Schema

    逻辑架构

    The

    logical schema describes the database design at the logical level.

    逻辑模式逻辑级别描述数据库设计。

Image source: https://sites.google.com/site/pnusicte11/_/rsrc/1472872626548/lesson-2/Screen%20Shot%202016-01-21%20at%207.52.51%20AM.png

图片来源:https://sites.google.com/site/pnusicte11/_/rsrc/1472872626548/lesson-2/Screen%20Shot%202016-01-21%20at%207.52.51%20AM.png

The physical schema is hidden beneath the logical schema, and it can be changed easily without affecting the application programs.

物理模式隐藏在逻辑模式下,可以轻松更改而不影响应用程序。

If the application programs are not dependent on the physical schema then they are said to display physical data independence, and so if the physical schema got to change in any case then, the application programs are needed to be rewritten.

如果应用程序不依赖于物理模式,则称它们显示物理数据独立性,因此,如果物理模式在任何情况下都必须更改,则需要重写应用程序。

Including these, in a database, there are several schemas present at the view level and called subschemas that describe different views of the database.

包括这些在内,在数据库中,在视图级别存在几种模式,这些模式描述了数据库的不同视图。

By far, the logical schema is the most important among all schemas due to its tremendous effect on application programs, as the programmers construct applications by using the logical schema.

到目前为止,由于逻辑方案对应用程序的巨大影响,因此逻辑方案是所有方案中最重要的,因为程序员使用逻辑方案构造应用程序。

翻译自: https://www.includehelp.com/dbms/instances-and-schemas-in-dbms.aspx

oracle中dbms

oracle中dbms_DBMS中的实例和架构相关推荐

  1. oracle中dbms_DBMS中的关系演算

    oracle中dbms Relational calculus uses variable, the formula for state and it has the same expressive ...

  2. oracle中dbms_DBMS中的功能依赖性和属性关闭

    oracle中dbms 功能依赖 (Functional Dependency) A relational Database management System (RDBMS) represents ...

  3. 怎样在一个Oracle数据库中建立多个实例

    前言:前两天,在接触一个新项目,他们的数据库框架,在一台机器上,当时别人交代是一个数据库两个实例(当前举例a,b),我看了看交接文档,那明明是一台机器,不是单机数据库吗?怎么有两个实例?登录相应的环境 ...

  4. oracle 删除表存过,oracle删除数据库中已存在表的实例代码

    摘要 腾兴网为您分享:oracle删除数据库中已存在表的实例代码,长沙银行,银万财富,图钉,听中国等软件知识,以及土豆app,局域网文件,宝宝学动物,观海听涛bbs,育碧,生男生女预测大师,新先视,信 ...

  5. 在HPUX中IA64和PA-RISC两种架构下Oracle数据文件

    最近刚购回一台IA64的HP小机,装好Oracle后,经测试可以把PA-RISC架构下的oracle数据文件直接copy 过来使用.之前有看过一个在HP小机上RAC的异构就是说PA-RISC和IA64 ...

  6. 【DB笔试面试758】在Oracle的DG中,Switchover和Failover的区别有哪些?

    ♣ 题目部分 在Oracle的DG中,Switchover和Failover的区别有哪些? ♣ 答案部分 一个DG环境中只有两种角色:Primary和Standby.所谓角色转换就是让数据库在这两种角 ...

  7. 【RAC】Oracle 11gR2 RAC 中的 Grid Plug and Play(GPnP) 是什么?

    [RAC]Oracle 11gR2 RAC 中的 Grid Plug and Play(GPnP) 是什么? 一. 什么是GPnP? Grid Plug and Play (GPnP):Foundat ...

  8. 在oracle的安全策略中,Oracle数据库的安全策略(转)

    Oracle数据库的安全策略(转)[@more@]Oracle是关系型数据库管理系统,它功能强大.性能卓越,在当今大型数据库管理系统中占有重要地位.在我们开发的一MIS系统中,选用了Oracle7.3 ...

  9. oracle set feedback off,Oracle数据库之Oracle导出数据中的prompt,set feedback 等是什么意思...

    本文主要向大家介绍了Oracle数据库之Oracle导出数据中的prompt,set feedback 等是什么意思,通过具体的内容向大家展现,希望对大家学习Oracle数据库有所帮助. mpt 输出 ...

最新文章

  1. 《转》IIS中配置通配符应用程序映射
  2. 手把手教你实现基于LSTM的情感分析(LSTM-based Sentiment) Classification
  3. 在线激活流程研究, 芯片杂烩, 软件滤波算法
  4. sublime text里添加对Gradle配置文件的支持
  5. 2016年计算机应用基础在线作业答案,2016电子科技大学计算机应用基础专科在线作业1...
  6. ARM处理器工作模式
  7. C语言 输入是一整行的字符串
  8. 让vue文件直接在浏览器中运行
  9. 联想Yoga C930 NM-B741 EYG70 Ariel-SVT笔记本点位图TVW
  10. 鸟哥linux私房菜pdf及配套视频分享
  11. 【分享360域名批量查询工具】
  12. 条件与循环Phython
  13. 电气火灾监控系统在杭州湾新区产业园区一期的设计与应用——安科瑞 陆琳钰
  14. java di是什么_java spring中DIP是什意思?DI的含义是什么?
  15. C++经典好书分类推荐
  16. iOS音频系列(一)--音频基础
  17. 新概念1 课文和单词(2022/12/23)
  18. 基于php办公用品网上商城的设计与实现(含源文件)
  19. 如何在洛谷里面新建自己的题目、配置数据点
  20. 国庆读书-20221009

热门文章

  1. strtotime()加半个小时_椰子鸡这样做太好吃了,一滴水不用加,鲜香嫩滑,做法非常简单...
  2. alter table add column多个字段_ElementUI表格el-table表头固定自适应高度解决方案
  3. php如何对 mysql 中text类型拆分存入一个数组_PHP递归实现无限级分类,可选返回字符串和数组...
  4. MySQL(6)视图
  5. ios下js复制到粘贴板_EXCEL被你忽视的粘贴板-11
  6. java ajax多文件上传插件_ajaxFileUpload.js插件支持多文件上传的方法
  7. Ubuntu18.0.1 安装 anaconda conda cudnn pytorch-gpu
  8. 五个案例简述Web设计原则:通用一致
  9. go反射实战之数组的查找Find过滤Filter函数实现
  10. 【思维】Congestion Charging Zone