Archive
远程图形界面工具–全面替代VNC和XMANAGER
F5与Oracle联袂推出优化解决方案
2010年3月2日,全球领先的应用交付网络厂商及Oracle金牌认证合作伙伴宣布推出一款与Oracle合作开发的解决方案。
该方案集成了Oracle企业管理器,对F5® BIG-IP®应用交付控制器的使用进行了优化。
F5和Oracle共同为BIG-IP开发了Oracle ®企业管理器插件。
Read more…
NirCmd v2.41 – Freeware Windows command-line tool
Copyright (c) 2003 – 2010 Nir Sofer
Description
NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more…
DataStage为整个 ETL 过程提供了一个图形化的开发环境
http://baike.baidu.com/view/1098055.html?fromTaglist
数据整合的核心内容是从数据源中抽取数据,然后对这些数据进行转化,最终加载的目标数据库或者数据仓库中去,这也就是我们通常所说的 ETL 过程(Extract,Transform, Load)。 Read more…
EZCONNECT
From Oracle FAQ
EZCONNECT is Oracle’s easy connect naming method. EZCONNECT eliminates the need for service name lookups in tnsnames.ora files when connecting to an Oracle database across a TCP/IP network. In fact, no naming or directory system is required when using this method as it provides out-of-the-box connectivity. It extends the functionality of the host naming method by enabling clients to connect to a database with an optional port and service name in addition to the host name of the database.
namespace in the library cache
HTML clipboard
- 0 SQL Area
- 1 Table / Procedure / Function / Package Header
- 2 Package Body
- 3 Trigger
- 4 Index
- 5 Cluster
- 6 Object
- 7 Pipe
- 13 Java Source
- 14 Java Resource
- 32 Java Data
使用script记录Linux终端会话
许多系统管理员都知道保留一个包含各种任务、配置改变等活动日志的重要性。对一些组织而言,保留“我做了这件事”或“约翰做了那件事”的简单日志就已足够;但另一些组织则需要记录所有改变。
对终端输出进行复制粘贴可能非常乏味,我们使用一个叫做script的鲜为人知的程序来解决这个问题,它是大多数Linux产品util-linux软件包的一部分。
script记录会话的一切内容:你输入的内容和你看到的内容。它甚至记录颜色;因此如果你的命令提示符或程序输出中包含颜色,script将记录它。
Read more…
32位oracle数据库迁移至64位oracle的实例(rman Convert database)
1、原来在64位win7下装的是32位的oracle,启动数据库后不断在alert.log报错:
OER 7451 in Load Indicator : Error Code = OSD-04500: 指定了非法选项
O/S-Error: (OS 1) 函数不正确。 !
很烦人。查了一下,必须使用64位的oracle。
正好可以使用rman的Convert database特性进行跨平台迁移数据了。
Read more…