NinGoo.net --- Oracle DBA|MySQL DBA|数据库管理,架构,监控与性能优化

Oracle11g正式发布

还有不到一个小时,Oracle将在纽约正式发布11g,有兴趣的朋友可以在官方网站观看发布会视频直播:

http://www.oracle.com/pls/ebn/live_viewer.main?p_direct=yes&p_shows_id=5717957

目前很多oracle的合作伙伴已经提前获得了oracle11g软件,所以网络上关于oracle11g新特性的文章也渐渐的多了起来。相信随着11g的正式发布和上海Open World的临近,更多关于11g的功能将慢慢展现出来,让我们一起期待11g在稳定性、安全性和可管理性方面的进步。

下面是一些关于oracle11g的英文文章,可以先睹为快:

Oracle 11g - First Impressions
Oracle 11g: New sql.bsq structure
DBConsole 11g (part 1) - An introduction of the new version
DBConsole 11g (part 2) - Using the SQL Performance Analyzer
DBConsole 11g (part 3) – Transparent Tablespace Encryption and Alerting…

Oracle Database 11g Release 1 New Features Summary, Part 1

The Future of Database Technology(PDF)

Itpub网友shahand和kamus也贴出了Oracle11g的一些安装截图和特性研究:

Oracle 11g的基本安装(Basic Installation)
Oracle 11g Advanced Installation
Oracle 11g的数据库创建
Oracle 11g alert文件的变化
Oracle 11g 新特性:如何使用ADRCI

Oracle 11g new feature (持续更新)

Oracle官方网站上关于11g的一些文章:

Oracle数据库11g中的PL/SQL增强功能(PDF)
Oracle Database 11g New Features Overview(PDF)
OTN Oracle11g专题

关于Change Data Capture(三)

本文主要是通过一个实际的例子演示异步HotLog模式CDC的实现步骤。关于CDC的概念和模式介绍,请参考关于Change Data Capture(一)

一.版本

SYS@ning>select * from v$version;
 
BANNER
--------------------------------------------------------------------
--
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod

PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production

[继续阅读全文]

Cognos Connection上无法显示Report Studio等链接

有时候,打开Cognos 8 Connection后发现,只有Query Studio,而没有Report Studio/Analysis Studio/Event Studio等的链接。

这可能有两个原因:

1.用户没有足够的权限
2.在FireFox2.0中可能出现该问题,即使用户拥有足够的权限

如果是权限的问题,请进行如下设置:

1.以Administrator的身份进入Cognos Connection
2.点击Tools -> Capabilities -> Report Studio 后面的 Set Properties 图标,然后选择Permissions标签
3.给对应的用户/Group/Role增加 execute和traverse 权限
4.保证该用户没有Deny这些权限,因为Deny会覆盖Grant权限
5.保存后退出,以该用户登录即可

参考文章:Cognos KB Document# 1013623.2

关于Change Data Capture(二)

在关于Change Data Capture(一)中介绍了CDC的一些基本概念和类型。这篇文章主要是通过一个实际的例子来演示实现同步模式的CDC的基本步骤。

一.版本

SYS@ning>select * from v$version;
 
BANNER
-----------------------------------------------------------------------
--
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod

PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production

[继续阅读全文]


常用标签:

最新评论 | Recent comments