摘要: 一.问题描述在Oracle Linux 6.1 上安装11.2.0.1 的RAC,在安装grid时执行root.sh 脚本,报错,如下:[root@rac1 bin]#/u01/app/11.2.0/grid/root.shRunning Oracle 11g root.sh script...The following environment variables are setas:ORACLE_OWNER= oracleORACLE_HOME= /u01/app/11.2.0/gridEnter the full pathname of the local bindirectory: [/ 阅读全文
posted @ 2012-06-27 20:07 sqlite例子 阅读(1600) 评论(0) 推荐(0)
摘要: Oracle 11.2.0.1 的RAC,运行root.sh时报错,如下:[root@rac1 oracle]#/u01/app/11.2.0/grid/root.sh Running Oracle 11g root.sh script...The following environment variables are setas:ORACLE_OWNER= oracleORACLE_HOME= /u01/app/11.2.0/gridEnter the full pathname of the local bindirectory: [/usr/local/bin]: The file &q 阅读全文
posted @ 2012-06-27 20:01 sqlite例子 阅读(630) 评论(0) 推荐(0)
摘要: 一.问题描述在Oracle Linux 6.1 上安装11.2.0.1的RAC,在第二个节点执行root.sh时,报time out,如下:[root@rac2 ~]# /u01/app/11.2.0/grid/root.shRunning Oracle 11g root.sh script...The following environment variables are setas:ORACLE_OWNER= oracleORACLE_HOME= /u01/app/11.2.0/gridEnter the full pathname of the local bindirectory: [ 阅读全文
posted @ 2012-06-27 19:56 sqlite例子 阅读(746) 评论(0) 推荐(0)
摘要: Each 32-bit ODAC client download below supports connectivity to Oracle Database versions 9.2, 10.1, 10.2, and 11.1, and 11.2.url:http://www.oracle.com/technetwork/database/windows/downloads/index-101290.htmlODAC 11.2 Release 4 (11.2.0.3.0) with Oracle Developer Tools for Visual StudioDownload the Fi 阅读全文
posted @ 2012-06-27 11:24 sqlite例子 阅读(797) 评论(0) 推荐(0)
摘要: 访问Oracle Spatial中的SDO_GEOMETRY字段的方法(windows下)引用url:http://iihero.iteye.com/blog/995152博客分类: OracleOracleWindowsSQL.netJDBC1.使用oci或者occi,在安装oracle后可以在oraclehome\md\demo\examples目录下参考其C++实现,该方法效率最高,但实现比较复杂;2.使用Oracle提供的OO4O,是com,在vb6代码如下:'*********************************************************** 阅读全文
posted @ 2012-06-27 11:00 sqlite例子 阅读(435) 评论(0) 推荐(0)