Oracle JDBC Drivers release 11.2.0.1.0 production Readme.txt
==========================================================
What Is New In This Release ?
-----------------------------
Universal Connection Pool
In this release the Oracle Implicit Connection Cache feature is
deprecated. Users are strongly encouraged to use the new Universal
Connection Pool instead. The UCP has all of the features of the
ICC, plus much more. The UCP is available in a separate jar file,
ucp.jar.
Column Security
When a table is XDS (eXtensible Data Security) enabled, some
objects (or rows) may be invisible to the user depending on the
security constraints. Moreover, an object (or row) can be visible
but some of its attributes (or columns) may not be. Starting in
11gR2, the JDBC drivers support these new security attributes and
let you determine whether a particular column has some security
attributes and whether a column value is null because it's hidden
or because it's actually null.
Secure Lob
Additional support for the Oracle Database 11.1 Secure LOB feature.
Lob prefetch
Improves the performance of some LOB read operations by fetching
the initial bytes or chars of the LOB along with the locator. For
very small LOBs, less than a few thousand bytes, the entire LOB
value may be fetched. This improves the performance of reads on
very small lobs and reads of the initial bytes or chars on all
LOBS.
Network Connection Pool
The network connection pool allows multiple java.sql.Connection
objects to share a limited number of network level channels. Each
Connection is associated with a single database session. The
Connection object communicates with the session over a network
channel. When the network connection pool is enabled, network
channels are shared among multiple Connection/session pairs. In
some situations this can reduce the resources consumed on both the
client and server and improve performance and scalability.
XMLType Queue Support in AQ
Oracle Database 11gR1 JDBC introduced high performance access to
Oracle Advanced Queueing. This release extends this support by
providing high performance access to queues that use SQL XMLType.
Notification Grouping in AQ and DCN
Notification Grouping is a new feature of JDBC Notification which
was included in Database 11gR1 and which includes AQ Notification
as well as Database Change Notification. You can now ask the
database to group notifications for example every 60 seconds. When
using Notification Grouping, you are given the option to either
get only the last notification or a summary of them.
TimeZone Patching
Improved support for time zones that are not directly supported by
the client Java environment.
Reduced Memory Footprint
In 10gR1 we rearchitected the drivers to improve performance at
the cost of increasing memory footprint, especially when using the
(highly recommended!) statement cache. We achieved our goal of
improving performance, but the increase in memory footprint has
sometimes proved problematic. The 11gR1 release retained the
performance improvements and reduced the memory footprint for
most users. The 11gR2 release provides some tuning options for
that subset of users that need them. This is users with large
numbers of connections and large statement caches. See the JavaDoc
for oracle.jdbc.OracleConnection.CONNECTION_PROPERTY_USE_THREADLOCAL_BUFFER_CACHE
and CONNECTION_PROPERTY_MAX_CACHED_BUFFER_SIZE for details. Don't
worry about this unless you are running out of heap.
Driver Versions
---------------
These are the driver versions in the 11R2 release:
- JDBC Thin Driver 11R2
100% Java client-side JDBC driver for use in client applications,
middle-tier servers and applets.
- JDBC OCI Driver 11R2
Client-side JDBC driver for use on a machine where OCI 11R2
is installed.
- JDBC Thin Server-side Driver 11R2
JDBC driver for use in Java program in the database to access
remote Oracle databases.
- JDBC Server-side Internal Driver 11R2
Server-side JDBC driver for use by Java Stored procedures. This
driver used to be called the "JDBC Kprb Driver".
For complete documentation, please refer to "JDBC Developer's Guide
and Reference".
Contents Of This Release
------------------------
For all platforms:
[ORACLE_HOME]/jdbc/lib contains:
- ojdbc5.jar
Classes for use with JDK 1.5. It contains the JDBC driver
classes, except classes for NLS support in Oracle Object and
Collection types.
- ojdbc5_g.jar
Same as ojdbc5.jar, except that classes were compiled with
"javac -g" and contain tracing code.
- ojdbc5dms.jar
Same as ojdbc5.jar, except that it contains instrumentation to
support DMS and limited java.util.logging calls.
- ojdbc5dms_g.jar
Same as ojdbc5_g.jar, except that it contains instrumentation to
support DMS.
- ojdbc6.jar
Classes for use with JDK 1.6. It contains the JDBC driver classes
except classes for NLS support in Oracle Object and Collection
types.
- ojdbc6_g.jar
Same as ojdbc6.jar except compiled with "javac -g" and contains
tracing code.
- ojdbc6dms.jar
Same as ojdbc6.jar, except that it contains instrumentation to
support DMS and limited java.util.logging calls.
- ojdbc6dms_g.jar
Same as ojdbc6_g.jar except that it contains instrumentation to
support DMS.
Note: The dms versions of the jar files are the same as
standard jar files, except that they contain additional code
to support Oracle Dynamic Monitoring Service. They contain a
limited amount of tracing code. These can only be used
when dms.jar is in the classpath. dms.jar is provided as part of
Oracle Application Server releases. As a result the dms versions
of the jar files can only be used in an Oracle Application Server
environment.
[ORACLE_HOME]/jdbc/doc/javadoc.tar contains the JDBC Javadoc
for the public API of the public classes of Oracle JDBC. This
JavaDoc is the primary reference for Oracle JDBC API extensions. The
Oracle JDBC Development Guide contains high level discussion of
Oracle extensions. The details are in this JavaDoc. The JavaDoc is
every bit as authorative as the Dev Guide.
[ORACLE_HOME]/jdbc/demo/demo.tar contains sample JDBC programs.
[ORACLE_HOME]/jlib/orai18n.jar
NLS classes for use with JDK 1.5, and 1.6. It contains
classes for NLS support in Oracle Object and Collection types.
This jar file replaces the old nls_charset jar/zip files. In
Oracle 10g R1 it was duplicated in [ORACLE_HOME]/jdbc/lib. We
have removed the duplicate copy and you should now get it from
its proper location.
For the Windows platform:
[ORACLE_HOME]\bin directory contains ocijdbc11.dll and
heteroxa11.dll, which are the libraries used by the JDBC OCI
driver.
For non-Windows platforms:
[ORACLE_HOME]/lib directory contains libocijdbc11.so,
libocijdbc11_g.so, libheteroxa11.so and libheteroxa11_g.so, which
are the shared libraries used by the JDBC OCI driver.
NLS Extension Jar File (for client-side only)
---------------------------------------------
The JDBC Server-side Internal Driver provides complete NLS support.
It does not require any NLS extension jar file. Discussions in this
section only apply to the Oracle JDBC Thin and JDBC OCI drivers.
The basic jar files (ojdbc5.jar and ojdbc6.jar) contain all the
necessary classes to provide complete NLS support for:
- Oracle Character sets for CHAR/VARCHAR/LONGVARCHAR/CLOB type data
that is not retrieved or inserted as a data member of an Oracle
Object or Col
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录
ORACLE DataBase GateWays 32位 11.2.0.1 版本 (1468个子文件)
oracle.tg.11_2_0_1_0_1270237750174.bak 1KB
oracle.tg.11_2_0_1_0_1270237749393.bak 573B
access_setup.bat 411B
addLangs.bat 26B
blafdoc.css 6KB
bp_layout.css 3KB
doccd.css 556B
darbbook.css 0B
target.db 115KB
target.db 113KB
target.db 79KB
target.db 60KB
target.db 56KB
target.db 54KB
target.db 38KB
target.db 37KB
target.db 36KB
target.db 33KB
target.db 32KB
target.db 32KB
target.db 29KB
target.db 25KB
target.db 21KB
msvcr80.dll 612KB
msvcp80.dll 536KB
msvcm80.dll 468KB
JavaAccessBridge.dll 164KB
WindowsAccessBridge.dll 88KB
JAWTAccessBridge.dll 32KB
targetdatabase.dtd 1KB
OracleStudio_win.exe 40.44MB
vcredist_x86.exe 2.56MB
setup.exe 529KB
unzip.exe 164KB
oui.exe 140KB
billboards.gif 1.46MB
secur_10.gif 91KB
secur_03.gif 81KB
imsdb_3.gif 51KB
secur_07.gif 44KB
swb005.gif 40KB
imsdb_2.gif 39KB
splashScr.gif 38KB
imsdb_5.gif 36KB
imsdb_6.gif 33KB
g6_17vtam.gif 32KB
svtcp1_4.gif 30KB
heter004.gif 30KB
comm5_1.gif 30KB
imsdb_4.gif 29KB
heter005.gif 28KB
sql_execute_mvs.gif 27KB
svrcm1_3.gif 27KB
ch14_01.gif 26KB
prefkeyview.gif 26KB
querytool_ims.gif 25KB
gateway_process_flow.gif 25KB
gateway_process_flow.gif 25KB
gateway_process_flow.gif 25KB
gateway_process_flow.gif 25KB
gateway_process_flow.gif 25KB
arch1_2.gif 23KB
g1_2arch.gif 23KB
ch14_02.gif 22KB
g1_1trms.gif 22KB
trms1_1.gif 22KB
map6_1.gif 22KB
gateway_processing.gif 21KB
gateway_processing.gif 21KB
gateway_processing.gif 21KB
gateway_processing.gif 21KB
gateway_processing.gif 21KB
ims040.gif 21KB
single_table_data_oracle.gif 20KB
single_table_data_oracle.gif 20KB
single_table_data_oracle.gif 20KB
prefkeymodify.gif 20KB
import_fldmanipul.gif 19KB
10gOneClickbusybar.gif 19KB
addmach.gif 18KB
fig01_01.gif 18KB
ims030.gif 18KB
import_fldmanipul_b.gif 17KB
prefstudioadv.gif 17KB
adabasconfprop.gif 17KB
adabaslogentry.gif 16KB
vsamcx_3_filters.gif 16KB
prefconfiguration.gif 16KB
array_representation.gif 16KB
array_representation.gif 16KB
array_representation.gif 16KB
rdb020.gif 15KB
prefstudiosec.gif 15KB
oneclickbg.gif 15KB
prefruntime.gif 14KB
ch01_01.gif 14KB
swb010.gif 14KB
prefmetadata.gif 13KB
querytool_vsam.gif 13KB
cobol_sample.gif 12KB
共 1468 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15
Lono27
- 粉丝: 12
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0