全部博文(413)
发布时间:2013-02-03 14:40:02
1. Oracle Clusterware简介Oracle Clusterware, formerly known as Cluster Ready Services (CRS) is an integrated cluster management solution that enables you to link multiple servers so that they function as a single system or cluster. The Oracle Clusterware simplifies the infrastructure require.........【阅读全文】
发布时间:2013-02-03 14:04:27
Event Manager (EVM)The background process that publishes Oracle Clusterware events. EVM scans the designated callout directory and runs all scripts in that directory when an event occurs.Event Manager Daemon (EVMD)A UNIX-based event manager daemon that starts the racgevt process to .........【阅读全文】
发布时间:2013-01-13 19:39:25
CentOS5.8,root用户登录,vi编辑/etc/gdm/custom.conf文件,注意不是/usr/share/gdm/defaults.conf文件,已经不推荐使用该文件来配置gdm了。1)编辑/etc/gdm/custom.conf,内容如下:[daemon][security]AllowRemoteRoot=true[xdmcp]Port=177Enable=1[gui][greeter][chooser][debug][servers]只需要加入上面三句就可以了。然后重启桌面:gdm-restart。注意关闭防火墙: service iptables stop; --关闭ip......【阅读全文】
发布时间:2013-01-13 16:23:48
http://pan.baidu.com/share/link?shareid=200264&uk=1863533710......【阅读全文】
发布时间:2013-01-03 21:38:16
实际开发中, 一般都是远程用plsql dev连接服务器上的Oracle数据库。下面是连接方法:1. 安装PLSQL Developer2. 到Oracle官网下载的客户端压缩包,比如解压缩到D:\instantclient_10_23. 从服务器端复制tnsname.ora到客户端的D:\instantclient_10_2目录中。并且,HOST = ip ,要使用服务器的ip地址,二不是hostname. 4. 配置host文件(C:/Windows/System32/drivers/etc/hosts),标注要连接的Oracle数据库IP对应名称信息需要和TNSNAMES.ORA里的......【阅读全文】