最近几年是云从概念到落地的几年,炒了多年云终于有了很多的落地方案。 如:阿里云,腾讯云,Amazon的AWS,Microsoft 的Azure。 当然还有Oracle 自己的Cloud database。
阿里云和腾讯云暂时还不支持Oracle 数据库,但AWS和Azure 是支持Oracle 的云数据库的,Oracle 自己的云数据库自然支持。
官网如下:
https://cloud.oracle.com/database
这里可以看到共有云的配置和价钱:
如何配置Oracle 的Cloud Database,可以参考Tim的blog:
https://oracle-base.com/articles/vm/oracle-cloud-database-as-a-service-dbaas-create-service
Oracle 官方文档里有说明:
http://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBI/toc.htm
写这篇博文的目的是想说,炒了那么多年的云终于到了数据库层面。 并且也是大势所趋, 在Oracle 12c中,对云的支持也更友好。
在过几年,数据库也会逐步朝着私有云的方向走(数据库这种涉及公司核心机密的产品不太可能使用共有云,至少大公司肯定如此), 也就是以后数据库架构的发展方向是DBaas.
看几组其他的专有名词:
Infrastructure as a Service (IaaS): Virtual hardware supplied by the cloud vendor. This can include Virtual Machines (VMs), Storage, DNS, load balancers, VLANs and VPN amongst other things.
Platform as a Service (PaaS): Typically a whole environments packaged as a service. For example, operating system and database, or operating system and application server. Some vendors now supply whole development environments, including development tools, in this manner.
Software as a Service (SaaS): Applications delivered over the cloud.
Database as a Service (DBaaS): The database is hosted and managed by the cloud provider. Typically this will include cloud-based tooling to reduce the work done by system administrators and DBAs. DBaaS is a PaaS offering.
所以,数据库系统的发展趋势就是在Paas的基础上实现DBaas。 2016年6月份(Oracle 生命周期参考:http://www.cndba.cn/account/article/details/130),Oracle 将发布Oracle 12cR2,我们期待 12cR2 新特性对Cloud上的支持,因为数据库的云化可以进一步的解放DBA,而不是重复的去做安装类的基本操作(据不完全统计,安装类的基本操作占用了DBA 50% 以上的工作时间)。 而解放出来的DBA,才可能有更多的精力去做其他的研究,对于DBaas,我们拭目以待。
版权声明:本文为博主原创文章,未经博主允许不得转载。
Oracle 云
- 上一篇:Oracle 生命周期 说明
- 下一篇:Linux 扫描端口是否打开