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