TIBCO Database Drivers Supplement(TM) 2.0.0 Hotfix-03 is available.
book
Article ID: KB0104430
calendar_today
Updated On:
Products
Versions
TIBCO Runtime Agent (TRA)
-
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description:
This hotfix doesn't need any TRA hotfix. You can download this HotFix from the TIBCO Product Support ftp server, mft.tibco.com. You will need to provide your TSC (TIBCO Support Central) credentials. You username is your email address to access the server. Once you have successfully logged into the server, go to /AvailableDownloads/_Additional_Products/DBDrivers/2.0.0/Hotfix-03 to download the fix. For further instructions please refer readme.txt.
================================================================================ Closed Issues in 2.0.0_HF-003 (This Release)
DBD-21 The Database Driver threw the NullPointException exception while executing an overloaded stored procedure.
DBD-22 The Database driver threw ArrayIndexOutOfBoundsException exception while upgrading to Oracle 11.2.0.4. Use the following to remove the error.
1) Use to_clob(xmltype_column) 2) Use xmltype.getClobVal(column_name) function to CAST the XML as CLOB.
DBD-26 Fetch a simple recordset-resulted error ORA-01002: fetch out of sequence.