Chinaunix首页 | 论坛 | 博客
  • 博客访问: 679846
  • 博文数量: 163
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1625
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-24 11:40
个人简介

资深Oracle数据库专家 OCM认证大师 10年数据库相关服务及开发经验 各类数据库相关方案的编写,管理及实施 数据中心数据库日常运维、大型项目割接、性能优化等方面有丰富的实战经验 客户包括: 电信,银行,保险,航空,国网,汽车,烟草等 想要一起学习探讨数据安全技术的请加qq群 256041954

文章分类

全部博文(163)

文章存档

2017年(2)

2016年(112)

2015年(38)

2014年(11)

我的朋友

发布时间:2016-04-19 20:32:05

Oracle12c主要的分区:Multi-Column ListPartitioningAuto list PartitioningInterval SubPartitioningOnline Partition Maintenance OperationOnline Table Conversion to Partition TableFiltered Partitioning Maintenance OperationRead Only Partitions我们来列举几个看看:1. .........【阅读全文】

阅读(870) | 评论(0) | 转发(0)

发布时间:2016-04-18 17:24:45

12c新特性 - Active Data Guard Far Sync概述================Active Data Guard Far Sync是Oracle 12c的新功能(也称为Far Sync Standby),Far Sync功能的实现是通过在距离主库(Primary Database)相对较近的地点配置Far Sync实例,主库(Primary Database) 同步(synchro.........【阅读全文】

阅读(1839) | 评论(0) | 转发(0)

发布时间:2016-04-18 17:07:32

oracle12c 新特性研究测试1:查看Oracle12c数据库有哪些pdbselect v.name, v.open_mode, nvl(v.restricted, 'n/a') "RESTRICTED", d.statusfrom v$PDBs v inner join dba_pdbs dusing (GUID)order by v.create_scn/也可以使用show查看show pdbs2:pdb 有时时mount状态,使用下面语句,将其改为mount状态。alter .........【阅读全文】

阅读(1512) | 评论(0) | 转发(0)

发布时间:2016-04-17 22:05:54

一:官方文档ogg_Goldnegate High Availabillity Using Oracle ClusterWare 转载▼Disclaimer: This document touches briefly on many important and complex concepts and does not provide a detailed explanation of any one topic since the intent i.........【阅读全文】

阅读(1157) | 评论(0) | 转发(0)

发布时间:2016-04-17 21:40:37

ogg12c......【阅读全文】

阅读(5455) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册