搜索资源列表
Oraclesql
- ORACLE的解析器按照从右到左的顺序处理FROM子句中的表名,FROM子句中写在最后的表(基础表 driving table)将被最先处理,在FROM子句中包含多个表的情况下,你必须选择记录条数最少的表作为基础表。如果有3个以上的表连接查询,
JDBCandJNDI_difference
- JDBC与JNDI的区别 :没有JNDI的做法存在的问题:1、数据库服务器名称MyDBServer 、用户名和口令都可能需要改变,由此引发JDBC URL需要修改;2、数据库可能改用别的产品,如改用DB2或者Oracle,引发JDBC驱动程序包和类名需要修改;3、随着实际使用终端的增加,原配置的连接池参数可能需要调整;4、
oracle_fun
- oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL>
FTPandOracleconnection
- FTP的搭建以及建立与Oracle连接的配置方法-FTP the structures and the establishment of the connection with the Oracle Configuration Method
JavaJDBC
- JDBCJ建立数据库连接的方法步骤: (1)加载驱动 (2)建立连接 (3)执行查询-JDBC create the method of oracle s connection
oracor8dll1
- 教你如何截获Oracle数据库连接密码,生成这样一个文件就能知道连接的数据库用户名与密码-how to get the orace s user and key.
oracor8dll2
- 教你如何截获Oracle数据库连接密码,生成这样一个文件就能知道连接的数据库用户名与密码-update oracle
oracor8dll3
- 教你如何截获Oracle数据库连接密码,生成这样一个文件就能知道连接的数据库用户名与密码-fhfhgf
ORACLE
- 主要论述了在ORACLE数据库中对查询结果以及在多表连接时如何提高SQL查询效率-Mainly discussed in the ORACLE database query results, and multi-table joins in SQL queries on how to improve the efficiency of
WebSphereData
- 在webSphere中配置oracle连接池-In webSphere configure oracle connection pool
JDBC_connection
- 常用的JDBC连接方法,包括有ms sql,mysql,oracle,等,方便使用者直接引用-Commonly used JDBC connection method, including ms sql, mysql, oracle, and so on, user-friendly direct reference
Test
- oracle连接执行,带参数的插入方法,结果集的使用举例,-the oracle connection perform with parameters insertion method
navicat
- 教你如何通过第三方工具Navicat连接Oracle,实现Oracle的可视化操作,连接成功后,可以建表、查询、删除、备份等操作,一切变的可视化,简单,Oracle功能强大,性能卓越,做工程的人应该试试。-Teach you how Navicat connected through a third-party tool Oracle, Oracle visualization operations, the connection is successful, you can build a t
JNDIdb
- JNDI数据库配置 没有JNDI的做法存在的问题: 1、数据库服务器名称MyDBServer 、用户名和口令都可能需要改变,由此引发JDBC URL需要修改; 2、数据库可能改用别的产品,如改用DB2或者Oracle,引发JDBC驱动程序包和类名需要修改; 3、随着实际使用终端的增加,原配置的连接池参数可能需要调整; -No JNDI approach problems: 1, the database server name MyDBServer, user n
OCI
- 自己学习oracle的连接工具OCI,一个小程序与大家分享学习心得-Their learning oracle connectivity tools OCI, a small program to share learning experiences
java-oracle
- java 连接 oracle 数据库,查询全部-java connect oracle ,find all
crypto
- Hibernate4连接Oracle数据库-Hibernate4 connection Oracle
64-Server2008-connect-Oralce-
- 在64位windows服务器上程序连接oracle数据库总会遇到各种问题,文档为解决程序连接数据库异常的解决方案-On 64-bit windows server program to connect oracle will always encounter various problems, the documentation for the settlement procedures abnormal connection to the solutions
OCCI使用指南
- 详细说明连接ORACLE的使用方式,介绍了各个接口的参数作用等。