Bookmark Go to End

Doc ID: Note:161713.1
Subject: 8.1.7.x / 8.1.6.x Oracle Database and Networking Patches for Microsoft Platforms
Type: BULLETIN
Status: PUBLISHED
Content Type: TEXT/X-HTML
Creation Date: 23-OCT-2001
Last Revision Date: 25-APR-2005
Overview

Overview

The following article provides a full list of bug fixes included in the patch set exception releases 8.1.7.x for the Microsoft Windows platforms, for additional information please refer to Note 161549.1 :

For details of the fixes included in the Generic Patch Set 8.1.7.x please refer to Note 120613.1. Some bugs listed below may not be published, in these cases the abstract has been enhanced:

(8.1.7.4.20)

BaseBug BPORT ABSTRACT
Bug 3800642 4019559 CORE: Orphaned threads and high CPU usage with SQLNET DCD / Core timer improvements added for heavy loads.
Bug 2352522 4290431 RAC: ORA-600 [4443] possible on RAC systems
Bug 2391697 4200410 RMAN: Backup using RMAN fails with ORA-235 when running in NOCATALOG mode if there are simultaneous updates to the target controlfile.
Bug 3496324 4290104 RDBMS: ORA-600 [2886] changing tablespace from "read only" to "read write" access
Bug 3455602 4290100 RDBMS: Intermittently an attempt to make a tablespace read write may fail leading to ORA-600 [2886] and instance crash.

(8.1.7.4.19)

BaseBug BPORT ABSTRACT
Bug 3592772 4051352 ASO: Clients may fail with ORA-12699 and be unable to connect using NTS authentication on a Windows2000 domain.
Bug 3942379   JAVAVM: JAVA class using GETBYTES fails after applying 8.1.7.4.15.
Bug 2436624 3382266 PLSQL: PLS-801 [2102] compiling a cursor which uses a function with PRAGMA RESTRICT_REFERENCES (...,TRUST). This fix was not included in 8.1.7.4.14 to 8.1.7.4.18 and has been re-included in 8.1.7.4.19.
Bug 3835171 4038010 RDBMS: User create index is dropped after primary key is created after it and then disabled.
Bug 2764106 3879173 RDBMS: False ORA-600 [2662] possible on SELECT which can crash the instance.
    Fixes included for the Critical Patch Update Program January 2005 (Note 301040.1 / Representative Bug 4199417 / MLR Bug 4193312)

(8.1.7.4.18)

BaseBug BPORT ABSTRACT
Bug 2473601 3898356 CBO: A query on partition tables sometimes fails with ORA-600 [QKAPIDSQKN1] if index-join is selected for the access path of join inputs.
Bug 1659922 3993720 RDBMS: Semaphore set is not released upon Startup Failure. The typical errors are parameter checking errors for log archive destination parameters such as ORA-251, ORA-253, ORA-256, ORA-1052, ORA-16017, ORA-16019, ORA-16020, ORA-16031, ORA-16032, ORA-16033.
Bug 3888856 3991040 RDBMS: PRO*C application executing with OCI_PARSE_ONLY, PREFETCH and OCI_DEFAULT mode, Core Dumps / ORA-24371.
Bug 3293688 3990122 RDBMS: Shared servers can terminate with ORA-600 [504] or ORA-600 [510] if they are running on Windows platforms and bitmap indexes are in use.
Bug 1623788 3973866 RDBMS: ORA-12154: TNS: could not resolve service name.
Bug 3607392 3898364 RDBMS: PMON may crash the instance while doing process cleanup, where the process died with kglhdunp2 in the stack.
Bug 2268284 3898345 RDBMS: ORA-12842 possible during a Parallel Query if concurrent DDL occurs against the objects on which the query depends.
Bug 2904215 3896674 RDBMS: 8.1.7.4 clients running Create Table as Select from remote-table@92database may fail with
"ORA-1723, zero column length not allowed" when the 9.2 database character set is AL32UTF8.
Bug 3861872 3896672 RDBMS: ORA-6502 caused by indefinite column length when creating a view selecting from a remote table where the local server doesn't understand remote server's character set (AL32UTF8).
Bug 2692631 3890252 RDBMS: A query containing a scalar subquery expression and a GROUP BY clause may incorrectly fail with ORA-979: "not a GROUP BY expression".
Bug 1640652 3935254 RDBMS: ORA-600 [17183] can occur if there are errors during session cleanup.
Bug 2835542 3933173 RDBMS: A (sub)partition online index rebuild can Core Dump / ORA-7445 in kdicrws(), especially if the shared pool is under stress.
Bug 2306067 3932395 RDBMS: ADD / COALESCE / MERGE / SPLIT partition sets the table aggregate statistics to NULL but leaves index statistics unaltered.
Bug 1992367 3929847 RDBMS: Statements which use a NESTED LOOPS join with the right table as X$KTFBFE uses large amounts of PGA memory. This internal view is referenced from DBA_FREE_SPACE.
Bug 3518624 3929818 RDBMS: PMON may Core Dump / ORA-7445 in kglrfcl / kglrfst cleaning up a dead process if the process being cleaned up died at particular points in the code.
Bug 2228280 3927879 RDBMS: Private memory corruption possible with OPTIMIZER_MODE=RULE if tracing is sometimes used for SQL statements as a non-tracing session may use a shared cursor set up for tracing.
Bug 2617480 2847293 RDBMS: ORA-600 [KDISLE:NROWS][1] is possible during an insert into an index.
Bug 2134501 3946649 RDBMS: During an alter index split/rebuild or a move of an IOT, a process might core dump (in KDICDRV) should the library cache information be flushed out of memory.
Bug 2029655 3946787 RDBMS: Blocked INSERTS cannot always be interrupted (by Ctrl-C / OCIBreak). This is most likely to occur when CURSOR_SPACE_FOR_TIME=TRUE.
    Fixes included for the Critical Patch Update Program January 2005 (Note 293953.1 / Representative Bug 4057713 / MLR Bug 4002909)
    JDBC Bug 3396429 removed from 8.1.7.4.15 has been included in this patch.

(8.1.7.4.17)

BaseBug BPORT ABSTRACT
Bug 2227360 3631807 AQ: QMNx process(es) leak "kprbalo temp mem" memory.
Bug 3409993 3759806 JDBC: Closing a connection that has encountered an error leaves the socket open.
Bug 3287202 3782941 JDBC: Database Server trace file is produced if ORA-24767 is encountered in JDBC/XA.
Bug 3306350 3748572 NET: Client connections using Oracle Names do not close the connection to the names server. This fix introduces the sqlnet.ora parameter "names.no_persistent_resources".
Bug 1573582 3736613 NLSRTL: Update table with function based index returns ORA-8102.
Bug 3294500 3636036 PLSQL: PL/SQL RPC may cause a core dump in ttcclr resulting in a spin.
Bug 2765651 3711467 RDBMS: ORA-600 [KOXSH2READ1] calling PLSQL with ADT from a JAVA client (JDBC).
Bug 3381218 3688719 RDBMS: It is possible for a deadlock to occur which involves a process requesting a library cache lock in exclusive mode and this blocks another process requesting the same object in share mode and the share mode requester holds a resource wanted by another process in the deadlock chain.
Bug 3175738 3642115 RDBMS: Enable PGA protection on Windows (set event=10235 / ORA_<SID>_PGAPROTECT=5.
Bug 1994858 3619388 RDBMS: False deadlock / undetected deadlock can occur in XA.
Bug 2548451 3738150 RDBMS: OCI 9.2.x against an 8.1.x Database may return ORA-1455 or core dump (in kpoddl) if OCI_DESCRIBE_ONLY is used prior to execute and fetch for a query which executes over a Database link.
Bug 3445941 3737659 RDBMS: Query including multiple database links with a group-by clause crashes with ORA-3113 or returns ORA-3106.
Bug 2373234 3741088 RDBMS: ORA-3106 can occur when calling a Remote Procedure over a Database Link between 64bit <-> 32bit.
Bug 2450264 3750975 RDBMS: ORA-7445's / ORA-4031's. This fix helps to alleviate a potential cursor-sharing problem related to graduated binds (introduces event = 10503 which enables users to specify a character bind buffer length).
Bug 2058579 3755086 RDBMS: Create Table As Select (CTAS) referencing a PL/SQL function may core dump / ORA-7445 if the shared pool memory it references is freed (flushed) while the CTAS is executing.
Bug 2361409 3753159 RDBMS: A shadow process may not get a "post" message from LGWR and so may wait unnecessarily long on 'log file sync'.
Bug 2792142 3758071 RDBMS: ORA-6502 / ORA-6512 can occur when executing a PL/SQL procedure with raw, long or character binds. ORA-6502 is signalled because the maximum compile time length in PL/SQL is greater than the run time length that is calculated by PL/SQL. This usually happens when executing an anonymous PL/SQL block which has been aged out of the library cache.
Bug 3693283 3804918 RDBMS: Truncate table returns ORA-54 and shadow fails with ORA-600 [kcbgcur_3], then SMON fails with ora-600 [ktsf_rsp2].
Bug 3764963 3833689 RDBMS: High memory usage (PGA) during the parse of a query with many predicates using many literals against the same column with cursor_sharing=force.
Bug 2741185 3828728 RDBMS: Fast refresh of a materialized view on a remote master table with LOB columns may hang.
Bug 1982568 3842040 RDBMS: A locally managed TEMPORARY TABLESPACE may report an ORA-1652 "unable to extend temp segment" error when there is one extent free.
Bug 3007574 3864441 RDBMS: Remote cursors (over a Database Link) may fail with ORA-600 [15212] when the shared
pool is under load and literal replacement is being used (CURSOR_SHARING=FORCE).
Bug 2791662 3865813 RDBMS: Process may hold the library cache parent latch for a long time while executing a DROP of an object with many dependants, causing a instance slowdown / hang.
Bug 2732662 2946284 XDKCPP: If the XML document has multi-byte character attributes and is bigger than 256K,the parser will not parse some of the attributes.

(8.1.7.4.16)

ABSTRACT
Fixes included for Security Alert 68 (Note 281188.1)

(8.1.7.4.15)

ABSTRACT
The following NLS fixes included in 8.1.7.4.14 were removed because of a side affect they caused in the JVM, Bug 3373784 / Bug 3340515
The following JDBC fixes included in 8.1.7.4.14 were removed because of a side affect they caused in connecting to JA16 databases, Bug 3396429

(8.1.7.4.14)

BaseBug BPORT ABSTRACT
Bug 3005317 3595499 CTX: CTX_DOC.MARKUP does not work for multibyte character sets.
Bug 2286442 3566671 CTX: Nested Text WITHIN query on hierarchically sectioned data, typically XML, may miss some hits.
Bug 2511780 3322315 JDBC: XA does not support LOOSE transactions. This fix adds an "OracleXAResource.ORATRANSLOOSE" flag to allow support for loosely coupled transactions.
Bug 2945267 3396429 JDBC: Multithreaded JDBC OCI client which performs NLS conversions with several threads working concurrently can see garbled data as the NLS conversion code is not fully thread safe so threads can interfere with each other.
Bug 2286448 3427498 JAVAVM: ORA-29532 using XSLProcessor within StyleSheet
Bug 3206664 3369526 NET: Various JVM crash fixes.
Bug 3328129 3347497 NET: Verisign class2 / class3 certificates expired.
Bug 3273243 3340761 NET: Multi-threaded OCI application, with the listener down may leak memory.
Bug 2962298 3402008 NET: Multi-threaded client may hang / ORA-12152 after OCIBreak() is issued in one thread whilst another thread is sending / receiving data from the server.
Bug 3252032 3475578 NET: TNS-12560 with OS error 203 during Bequeath connection.
Bug 3439699 3594297 NET: Merge of Windows related Kerberos fixes, Bug 3291833, Bug 2171847, Bug 3125427, Bug 2392264, Bug 3387739
Bug 1634613 3373784 NLSRTL: AL16UTF16 support added.
Bug 2201707 3340515 NLSRTL: Character set needed to address Japanese WaveDash / FullWidthTilde issues. This fix introduces two new character sets: JA16SJISTILDE and JA16EUCTILDE.
Bug 2436624 3382266 PLSQL: PLS-801 [2102] compiling a cursor which uses a function with PRAGMA RESTRICT_REFERENCES (...,TRUST)
Bug 1832807 3382245 PLSQL: PLSQL disallows calls to collection constructors in a package spec.
Bug 2327249 3375908 RDBMS: V$SYSSTAT may show huge incorrect values when using Parallel Query.
Bug 2479110 3348540 RDBMS: Self-deadlock (hang) possible when revalidating invalidated PL/SQL program units. This shows up as a session waiting on a "library cache pin" wait for a pin it already holds.
Bug 2943173 3333471 RDBMS: INLIST predicates may be used in preference to EQUALITY predicates as index keys.
Bug 1589343 3303447 RDBMS: Star queries using temp tables may core dump (ORA-3113) in evaopn if there is an in-list on one of the dimension columns, and that column is projected out.
Bug 3138341 3298066 RDBMS: Calling a PL/SQL stored procedure containing a REF cursor on a select with a CAST operator on an ADT can return the wrong precision value.
Bug 2959172 3291562 RDBMS: A process performing a diagnostic dump of a PROCESSSTATE or SYSTEMSTATE dump may spin or dump (RAC).
Bug 2417344 3291528 RDBMS: ORA-600 [KSSRMP1] / PMON hang possible when PMON tries to clean up a session. This can happen if a systemstate (or other diagnostic dump) is taken in a the session originally holding the latch.
Bug 1519365 3290793 RDBMS: ORA-7445 [kghugrow] / KOH heap corruption possible.
Bug 2864055 3288403 RDBMS: Distinct inline view using analytic functions are ignored.
Bug 2858327 3447261 RDBMS: Wrong results can occur when a query with a subquery in the select list is parallelized.
Bug 2982297 3446541 RDBMS: In rare situations, PL/SQL name resolution could raise an ORA-4020 to indicate a self-deadlock
Bug 2407012 3433097 RDBMS: LMON receives SIGSEGV in KSUDAP.
Bug 2562274 3433039 RDBMS: Block corruption / ORA-600 [KCOAPL_BLKCHK] updating LONG data.
Bug 3065750 3430038 RDBMS: Issueing OCIBreak from a signal handler while doing OCIStmtExecute in a loop leaks cursors resulting in an ORA-1000 error.
Bug 3365045 3517490 RDBMS: It is possible to create a functional index on a DATE column where the resulting index key is dependant on the current NLS_DATE_FORMAT, causing a variety of problems if NLS_DATE_FORMAT is changed (ORA-8102 on DML).
Bug 3485592 3516566 RDBMS: ORA-955 possible dropping a column from table with a LOB column.
Bug 1835488 3508577 RDBMS: ORA-600 [6101] possible with transaction isolation SERIALIZABLE if you query or update a row which has just been inserted.
Bug 3425388 3504404 RDBMS: Merge of various security fixes for : ALERT:2003-S14 (Bug 2886505 ORA-32591 on create database link), ALERT:2003-S019E (Bug 3070198 ORA-600 [150] with DBMS_SYSTEM), ALERT:2003-S025I (Bug 3113983 MAP method), ALERT:2003-S184I (Bug 3288190 Objects) and ALERT:2003-S183I (Bug 2930122 Java Stored Procedures).
Bug 3222492 3502141 RDBMS: Query or DML against an IOT may return ORA-600 [kcoapl_blkchk].
Bug 2806297 3532780 RDBMS: SMON can cause bad system performance if TABLE MONITORING enabled on lots of tables.
Bug 3091541 3550654 RDBMS: ORA-600 [17281] [1001] / ORA-1001 can occur using PL/SQL cursors.
Bug 2846522 3576053 RDBMS: Merge of : Bug 1213768 Adding a partition to a table invalidates dependent objects and Bug 2626347 ORA-600 [17059] accessing view after ADD / SPLIT PARTITION.
Bug 917604 3574793 RDBMS: Oracle Trace can cause SGA heap corruption if ORACLE_TRACE_COLLECTION_SIZE is exceeded, possibility causing the database to crash.
Bug 3263671 3561057 RDBMS: ORA-2019 from INSERT INTO .. SELECT from remote LOB using a PUBLIC synonym.
Bug 2617877 3612334 RDBMS: ORA-7445 [kkehbs] possible from query against a partitioned table when the query accesses multiple contiguous partitions (but not all of them).
Bug 3093940 3596729 RDBMS: Tracing may be enabled at level 16 when a session uses EXTPROC or an HS connection. The trace context is subsequently not cleaned up properly which can result in memory corruptions.
Bug 3506388 3595609 RDBMS: PGA grows when CURSOR_SHARING = FORCE and QUERY_REWRITE_ENABLED = TRUE.

(8.1.7.4.13)

BaseBug BPORT ABSTRACT
Bug 3210385 3213846 CONS: OSS Security Service Merge of bugs : Bug 2821494 SSL Timing bug, Bug 2860509 SSL RSA Timing bug, Bug 2868203 RSA PKCS, Bug 3186503 SSL Parsing problem (2003-S34).
Bug 2533042 3237033 DRGEN: The WILDCARD_MAXTERMS attribute is ignore when using MULTI_LEVEL MULTI_LEXER with a Japanese or simplified Chinese or Traditional Chinese sub-lexer.
Bug 2269451 3147558 DRGEN: Core dump / ORA-3113 can occur when indexing XML documents with attributes that exceed 1019 characters in length (CTX_DDL.SYNC_INDEX).
Bug 1616035 3214418 JAVAVM: Export as a SYSDBA user may fail with ORA-1031 (DBMS_JAVA START_EXPORT)
Bug 2945267 3196006 JDBC: A multithreaded JDBC OCI client which performs NLS conversions with several threads working concurrently can see garbled data usually with multi data.
Bug 2794250 3181477 NET: Extra NET debugging added to NETCA.
Bug 2664277 3150865 NET: ORA-12157 possible over TCPS.
Bug 1113588 3272139 NET: Dedicated servers registered dynamically with a Net listener are limited to the static default SDU size (usually 2048 bytes), new SQLNET parameter (DEFAULT_SDU_SIZE) added.
Bug 1744093 2438915 NLSRTL: Unicode data truncated when writing more than 64 bytes to a UTF8 database from UCS2 data.
Bug 1387345 3183879 PLSQL: DBMS_SQL DEFINE_ARRAY returns wrong number of rows if CNT parameter > 64k.
Bug 3288804 3306674 RDBMS: Trigger updates the wrong column after dropping a function based index.
Bug 3151715 3299998 RDBMS: Updateable Snapshot / Materialized View refresh hangs intermittently, caused by an underlying error at the snapshot site that is not re-reported.
Bug 2186174 3285027 RDBMS: Excessive REDO generation from parallel rollback.
Bug 2784664 3233798 RDBMS: Client core dump (under kpufch0) from a 8.1.x Client to a 9.x.x Server to a gateway (e.g. DBS2)
Bug 1982858 3215553 RDBMS: Block corruption / ORA-600 [kcoapl_blkchk] can occur if a user session performs block level recovery when it encounters a dead transaction, and SMON is simultaneously cleaning up the same transaction.
Bug 1645155 3214426 RDBMS: ORA-600 [kolfopen_mode] possible when opening a BFILE between different client / server versions.
Bug 2233987 3190168 RDBMS: ORA-1460 can occur selecting from Oracle 8.1.x to an Oracle 9.x.x database using AL32UTF8 character set.
Bug 1714962 3184403 RDBMS: Global and Local transactions in the same XA connection might cause a false deadlock to be signalled.
Bug 1568589 3164688 RDBMS: V$SESSION_LONGOPS may show garbage data or core dump (in ksuglop) if hash joins are used anywhere on the system.
Bug 2862818 3145662 RDBMS: ORA-25150 / ORA-942 on import caused by a problem in the export of a NESTED table in a LOCALLY managed tablespace.
Bug 3030585 3142643 RDBMS: Text index on Long Data Type may return wrong results.
Bug 2491893 3139070 RDBMS: ORA-600 [17182] on refresh of DB2 tables (via a Gateway) using DBMS_PASSTHROUGH
Bug 2736734 3131307 RDBMS: Execution plan chosen by CBO for domain indexes is incorrect.
Bug 1532659 3127277 RDBMS: IMP-9 importing TYPE if OBJECT IDENTIFIER clause contains a NEWLINE character.
Bug 3017320 3119341 RDBMS: If a table contains an OBJECT column, and there is a FUNCTIONAL INDEX on an expression which includes an attribute of that object column, then queries involving views of the table may not consider the functional index as an access path. This can result in poor
query performance.
Bug 2316487 3112194 RDBMS: ORA-604 / ORA-942 possible with STAR_TRANSFORMATION_ENABLED=TRUE
Bug 1495890 3272936 RDBMS: Long running AQ propagation may fail in the job queue process with ORA-1422.
Bug 2721837 3266520 RDBMS: CHAR PL/SQL variables can see corrupt data from SELECT over HS
Bug 1417426 3248201 RDBMS: LOB update privilege on column level fails.
Bug 2954868 3240702 RDBMS: ORA-600 [KCOAPL_BLKCHK] block corruption in consistent read of IOT or compressed index blocks.
Bug 2884469 3130613 RDBMS: ORA-600 [729] possible using literal replacement.
Bug 3210601 3217446 RDBMS: 100% CPU caused by latch wait loop in skgmdetach and skgmdestroy calling Sleep(0).

(8.1.7.4.12)

BaseBug BPORT ABSTRACT
Bug 1691564 2927868 ADV_EVENT: Listener UP/DOWN is triggered too often
Bug 2383188 3066529 CORE: Leading / trailing spaces stripped from environment variables e.g. NLS_NUMERIC_CHARACTERS
Bug 2818390 3054686 CORE: Hang scenario possible due to mutexing issue
Bug 2917877 2946948 CONS: OSS: Security Service Merge of bugs : Bug 2821494 SSL Timing, Bug 2860509 SSL RSA Timing, Bug 2868203 RSA PKCS
Bug 2902660 3036750 DRGEN: ORA-3113 when running a Context Contains query via MTS
Bug 2749354 2979045 DRGEN: THEME HIGHLIGHT gets wrong offset for some (typically long) documents
Bug 2797962 3058541 JDBC: Broken JDBC connection pool connections are not closed
Bug 2121126 3092155 NET: Hang on connection or on database link connections when network error is returned even when  TCP keepalive is active
Bug 2919515 3014368 NET: memory leak in SNZDLL_INIT
Bug 2478248 2959952 NET: Enhancement introduces the TCP.NODELAY user property to JDBC Thin connections.
Bug 2293786 2945126 PLSQL: SUBSTRB gives incorrect values with UTF8 characters in PLSQL
Bug 2968571 3088502 RDBMS: DBMS_STATS.GATHER_TABLE_STATS fails with ORA-933 when Estimate Percent < 8 with non US NLS settings
Bug 2485018 3073323 RDBMS: ORA-600 [KKSLGOP1] from SQL issued over a DBLINK with CURSOR_SHARING = FORCE
Bug 2290677 3073061 RDBMS: Sniped sessions may die with ORA-600[1113] if they have created Temporary LOBS
Bug 3044399 3061779 RDBMS: AQjmsTopicPublisher.publish() and TopicReceiver.receive() leaks memory when run in a loop using oci8 driver in 8.1.7.4
Bug 2896231 3046229 RDBMS: Operating System slows when using VLM on Multi CPU machine.
Bug 3042435 3044257 RDBMS: Create database link denial of service vulnerability (ALERT:2003-S14 / Note 237172.1)
Bug 3011323 3031798 RDBMS: LDAP calls may hang on a mutex
Bug 2626347 3021092 RDBMS: ORA-600 [17059] / ORA-600 [kqludp2] or ORA-600 [kksfbc-reparse-infinite-loop] accessing a view after Add / Split partition
Bug 2952815 3019368 RDBMS: ORA-1006 / ORA-2063 after master replication table alterations
Bug 2321920 3018133 RDBMS: Archiver can return ORA-600 [kcrrmario.1]
Bug 2547421 3013329 RDBMS: ORA-600 [kcbgtcr_4] querying DBA_SEGMENTS if bitmap tablespace segment / table was truncated
Bug 3000956 3010200 RDBMS: Connect / Disconnect memory leak caused by Bug 787734
Bug 2586586 2977649 RDBMS: Decimal places are shifted when converting from String to packed decimal in Heterogeneous Services
Bug 2208690 2976623 RDBMS: OJMS may stop processing messages if a session rolls back
Bug 2948149 2972675 RDBMS: The order of OBJECT_ID differs, before EXPORT and after IMPORT
Bug 2859263 2956509 RDBMS: DBA_TEMP_FILES / X$KTFTHC can return wrong results
Bug 2622497 2950265 RDBMS: Oracle Server crash / ORA-3113 with access violation with Multiple CPU machine using VLM
Bug 2360739 2947260 RDBMS: ORA-24365 selecting from Oracle 8.1.x to 9.x.x over a Database Link with AL32UTF8
Bug 2475002 2929938 RDBMS: ORA-600 [kxwphTTGet1] deleting from transactional TEMP table from PLSQL AUTONOMOUS transaction
Bug 2027849 2908170 RDBMS: ORA-7445 [kqffch] using V$SESSION_EVEENT / X$KSLES for particular SGA sizes
Bug 2083537 2905519 RDBMS: ORA-01457 selecting non-zero DECIMAL through Heterogeneous Services
Bug 2202199 2902366 RDBMS: ORA-7445 [KGHALP] possible using partitioned table with LOB columns
Bug 2456761 2899867 RDBMS: Policy function not re-evaluated if cursor is in Session Cache (session_cached_cursors)
Bug 2258035 2887653 RDBMS: Max / Min / Count (DISTINCT) aggregation on top of window functions can produce incorrect results
Bug 2732662 2946284 XDKCPP: XML documents with multi-byte character attributes that are bigger than 256K, may not be parsed correctly.

(8.1.7.4.11)

BaseBug BPORT ABSTRACT
Bug 2762016 2917703 RDBMS: Potential Mutexing (Concurrent Access) issues on a connection when mixing OCI v7 and v8 calls, for example the Microsoft Oracle ODBC driver / using XA.
Bug 2494999 2748164 WMT: Oracle Wallet Manager will not import particular CA certificate. Message "Trusted Certificate Installation fail. Possible input was not a valid certificate" displayed : Reshipped to include UTF8 support
Bug 2817542 2881484 WMT: Oracle Wallet Manager is not able to import certificates which have UTF8 encoded characters in DirectoryString AVA

(8.1.7.4.10)

BaseBug BPORT ABSTRACT
Bug 2904997   RDBMS: Added files missing from previous build EXP.EXE and NAEDAC.EXE

(8.1.7.4.9)

BaseBug BPORT ABSTRACT
Bug 2745261   CORE: Missed out of 8.1.7.4.8
Bug 2898711   RDBMS: DBMSSQL.SQL MISSING FROM 8.1.7.4.8

(8.1.7.4.8)

BaseBug BPORT ABSTRACT
Bug 2702723 2831046 CORE: Performance bottleneck in SLTSKYS / SLTSKYG when using thread keys
Bug 2745261 2803397 CORE: 8.1.7.4.6 Parser losing new lines during parsing, can cause it to crash in LpxmemFree()
Bug 2002679 2801460 CORE: LNXTEST TLNXSUM core dumps
Bug 2642267 2738653 CORE: SECURITY ALERT 49 - TZ_OFFSET buffer overflow (Note 229285.1)
Bug 2642439 2742804 CORE: SECURITY ALERT 50 - TO_TIMESTAMP_TZ overflow (Note 229286.1)
Bug 2383111 2709653 CORE: Prevent timer thread leaks in oracle.exe
Bug 2453072 2877453 CTX: Theme highlighting and markup for text containing long sentences does not work properly (some terms not highlighted, others highlighted incorrectly)
Bug 2605628 2804310 CTX: Creating an index or doing syncindex may fail with ORA-1480 using auto_sectioner
Bug 2508921 2656550 CTX: Indexing with an INSO_FILTER on some platforms may produce an incorrect index (and hence wrong results)
Bug 2257375 2782570 DRGEN: Turkish language characters are not correctly converted to their base letter form when indexing using SPECIFIC or GENERIC base letter.
Bug 1403594 2737075 JDBC: Connection returns ORA-28000 before reaching FAILED_LOGIN_ATTEMPTS
Bug 2511780 2720623 JDBC: Adds "OracleXAResource.ORATRANSLOOSE" flag to allow support for loosely coupled transactions, without fails with ORA-2051 / XA error 3
Bug 2064575 2238229 JAVAVM: ORA-29516 assertion failure possible from Java stored procedure accessing large ADTs 
Bug 2784635 2821704 NET: Merge fix of Bugs : 2395416 (SECURITY ALERT 40 Note 207269.1) 2540219 (SECURITY ALERT 42 Note 213411.1) 2642168 (Net Overrun) 
Bug 2408475 2765671 NET: Memory leak for sessions connecting over Heterogeneous Services (HS) to a remote gateway process
Bug 1426414 2737061 NET: Net fix for EWOULDBLOCK (can lead to TNS-12537 errors)
Bug 2427185 2714336 NET: JDBC Thin does not support redirection to another NET listener (for load balancing with dedicated servers)
Bug 2517189 2707116 NET: Repeated connect / disconnect in OCI_THREADED mode may result in a handle leak
Bug 1863894 2498312 NLSDATA: Roundtrip integrity not maintained for WE8ISO8859P15 value 0XBE
Bug 2410688 2800931 PLSQL: DBMS_SQL.PARSE needs a higher line width limit
Bug 2392166 2792811 PLSQL: Calling SERIALLY_REUSABLE PLSQL from SQL can cause PMON to crash if the PLSQL function called has been previously called from PLSQL
Bug 1227266 2780753 PLSQL: Wrong results possible in PLSQL using un-initialised BINDS in SQL
Bug 2622690 2876124 RDBMS: ORA-600 [12209] can occur when using shared servers (MTS) if the client connection aborts
Bug 2323097 2865840 RDBMS: ORA-2064 on snapshot fast refresh
Bug 2865515 2865533 RDBMS: Merge fix of Bug:2656881 (Lob data appears corrupt after migration from single byte to multi byte character set) Bug:2346568 (ORA-22921 when comparing CLOBS created on different character sets using DBMS_LOB.COMPARE)
Bug 2496699 2862342 RDBMS: Select on OBJECT_VIEWS very slow with REFs
Bug 2643579 2857924 RDBMS: CURSOR_SHARING=FORCE can cause processes to core dump ORA-7445 (in kxspoac or kkslpbp) if they need to reload the cursor into the library cache
Bug 2617480 2847293 RDBMS: ORA-600[KDISLE:NROWS][1] is possible during an insert into an index
Bug 2686584 2847773 RDBMS: If a session does many parallel operations, the UGA (typically process memory) of the parallel query coordinator (QC) process may grow considerably due to a memory leak
Bug 2763219 2854052 RDBMS: Memory leak when executing a query through a TAF connection
Bug 2514005 2838672 RDBMS: Client programs using OCIBreak / OCIReset may crash in kpurst
Bug 2360357 2837642 RDBMS: When CREATE OR REPLACE TYPE with OID is issued the second time to replace an existing type with the same OID, the error ORA-2304: 'invalid object identifier literal' is returned
Bug 2728408 2836509 RDBMS: ORA-8177 on Selecting Data with SERIALIZABLE 
Bug 2782787 2832218 RDBMS: Merge of optimiser bug fixes 2661701, 2687687, 2711788, 2667235, 2522549
Bug 2638483 2830826 RDBMS: Oracle XA_COMMIT maps all unexpected errors to XAER_RMERR but it should return XA_RETRY for non catastrophic errors as the transaction is not rolled back
Bug 1407738 2814643 RDBMS: DBMS_STATS.GATHER_SCHEMA_STATS() may fail with an ORA-6502 when the "option" parameter is one of the "GATHER" variants and the schema contains a table name with more than 28 characters
Bug 2281320 2813849 RDBMS: ORA-600[17182] can occur if the client session dies or signals an interrupt (Ctrl-C) at a particular point during freeing of a row source
Bug 2673203 2811390 RDBMS: OCIPARAMGET() can crash rather than returning an error
Bug 2664217 2809847 RDBMS: Undetected deadlock possible (between dc_objects and a library cache lock) during invalidation of dependencies
Bug 2235386 2808548 RDBMS: introduces improved diagnostic options for isolating the cause of ORA-60 errors
Bug 1805407 2807215 RDBMS: ORA-1422 from DBMS_RULE_EXIMP possible on export / duplicate AQ rules possible
Bug 2672970 2780890 RDBMS: Export fails with EXP-10 in certain cases if the Username contains '.'
Bug 2424490 2768265 RDBMS: If archival to an OPTIONAL LOG_ARCHIVE_DEST_X fails the error message may not written to the ALERT LOG
Bug 2435247 2768130 RDBMS: User of trusted callout applications receive ora-3113 when the session language parameters are changed
Bug 2639679 2762582 RDBMS: the query_rewrite flags are automatically set to 'Y' after a refresh of mview (or alter mview compile) if the mview was created with "query rewrite disabled" and a date range was specified in the WHERE clause
Bug 1986657 2754187 RDBMS: SQL*LOADER-704 when you specify readsize > 10000000
Bug 2649659 2749747 RDBMS: Invalid data may be returned to an OCI7 application in non blocking mode if there is NLS conversion. Typically the invalid data shows NULL data
Bug 2510810 2738874 RDBMS: ORA-911 / ORA-936 possible from "ANALYZE .. VALIDATE STRUCTURE" when USERNAME / TABLE_NAME contain special characters
Bug 2610596 2738473 RDBMS: With backup_tape_io_slaves set to TRUE, and no tape in the tape drive, an RMAN backup to tape causes an oracle process to execute a CPU-intensive spin until a tape is inserted
Bug 2658226 2736853 RDBMS: Large updates can cause 20-Fold degradation with Text Index present, where the Text column is not in the SQL 
Bug 2479827 2731093 RDBMS: ORA-07445 QERBXCLOSE from query making use of temporary bitmapped index
Bug 2642117 2713575 RDBMS: SECURITY ALERT 48 - BFILENAME overflow (Note 229284.1)
Bug 2620726 2715618 RDBMS: SECURITY ALERT 51 - Connect Overflow (Note 229287.1)
Bug 2647235 2713161 RDBMS: Query which uses inlist does not return result correctly
Bug 2510357 2711774 RDBMS: OCI7 clients may crash in ODESCR when the SQL being described has an unaliased column expression >= 960 bytes in length
Bug 2635098 2711708 RDBMS: ODESCR may crash if an unaliased column expression is too long
Bug 1656080 2688932 RDBMS: ORA-3217 occurs during TSPITR clone export if the primary database contains TEMPFILEs
Bug 2273354 2625242 RDBMS: AQ/JMS message notifications may not be received due to problems resolving the hostname of the event notification end point
Bug 2494999 2748164 WMT: Oracle Wallet Manager will not import particular CA's certificate. Message "Trusted Certificate Installation fail. Possible input was not a valid certificate" displayed

(8.1.7.4.7)

BaseBug BPORT ABSTRACT
Bug 2787968 2790160 NET: Error condition causes inappropriate messages

(8.1.7.4.6)

BaseBug BPORT ABSTRACT
Bug 1585867 2658996 CORE: Parser losing new line during parsing
Bug 1983967 2642403 CORE: Database crash on connect with invalid USERID / PASSWORD
Bug 2519138 2560411 CORE: XML Parser crash with large arrtibutes
Bug 2016464 2675330 JDBC: ALTER SESSION SET CURRENT_SCHEMA does not work for KPRB Java driver
Bug 2311562 2483214 JDBC: Creating a number ARRAY with more than 16376 elements throws Null Pointer Exception, in kprb driver.
Bug 1784060 2423033 JAVAVM: User NCOMP does not work on Windows NT / 2000
Bug 2540219 2597082 LISTENER: Listener denial of service vulnerability : see ALERT #42
Bug 2395416 2437837 NET: Net overrun security vulnerability : see ALERT #40
Bug 2171847 2554148 OSNS: A database client running on a Windows 2000 or later machine belonging to a Windows 2000 domain cannot authenticate using Kerberos after setting SQLNET.KERBEROS5_CC_NAME = OSMSFT:/xxxx
Bug 2275708 2521719 OSNS: ASO FIPS-140 mode fails to work on Windows connections fails with 2537
Bug 1367542 2503413 PLSQL: PLSQL API to convert Oracle character set name <--> IANA
Bug 2136149 2669645 RDBMS: SQL*Loader-643 on loading with varying width CLOBS from V920 client to V817database.
Bug 2605435 2669615 RDBMS: Memory leak when executing a query through a TAF connection.
Bug 2628258 2666927 RDBMS: "0X00" is added to the value of the Machine column of V$SESSION
Bug 2548451 2663963 RDBMS: OCI 9.2.0 against database 8.1.7 returns ORA-1455 Selecting a remote table
Bug 2645378 2659779 RDBMS: LOB data corruption can occur after RECOVERY of LOB data where the LOB was migrated from inline to out of line.
Bug 2514869 2644000 RDBMS: Select Core Dumps when CURSOR_SHARING=FORCE and the query includes a hash join outer and one of the join inputs is a view, plus the view has a bind variable.
Bug 2502317 2628448 RDBMS: DBMS_OFFLINE_OG END_LOAD with DBMS_REPCAT SET_COLUMNS returns ORA-23463
Bug 2514761 2627982 RDBMS: OCI application Core Dumps in OCILOBREAD when a network error occurs
Bug 1349297 2620270 RDBMS: SQLLDR with "DECODE( :X, ... ( SELECT ....) )" Executes the Sub Query wrongly.
Bug 2610437 2617989 RDBMS: Merge Fix of BUGS 2438940 2559375 2289081
Bug 2261722 2615627 RDBMS: Cannot export 9.0.1 database from 8.1.7.3 export executable.
Bug 2488590 2605306 RDBMS: EXP-8 ORA-3113 EXP-0 when exporting an operator, dump in KGHFREMPTY
Bug 2217015 2601007 RDBMS: ORA-4016 when accessing a recreated sequence after "drop user cascade"
Bug 2222508 2594063 RDBMS: Query using Selft-Written Domain Index fails with ORA-3113 with call stack top as horccoX_ExecCalloutCallbackOut.
Bug 1550647 2586629 RDBMS: NLS: When performing an operation on a collection (Varray) such as import, that expands the character data on the server you may encounter this bug.
Bug 2366678 2586299 RDBMS: Calling PLSQL, C or Java callouts from SQL may core dump or spin or return ORA-600's when the shared pool is under load. In particular this bug affects Oracle Text and other DOMAIN INDEX based options (such as Spatial).
Bug 2496556 2586277 RDBMS: ORA-600 [KDOURP-2] using DBMS_PIPE
Bug 2073948 2580644 RDBMS: ORA-6550 can occur in an anonymous PL/SQL block that references a remote partitioned table after that table has had a DDL operation performed on it.
Bug 2298968 2574261 RDBMS: Memory leak in Select For Update when running 32-Bit client with 64-Bit server
Bug 2222386 2574068 RDBMS: Gateway throws ORA-28528 when buffer size is more than 4K and ORA-1401 when inserting values more than 32760 bytes.
Bug 2397501 2567214 RDBMS: Join selectivity may be evaluated incorrectly if both columns have histogram statistics on them, occasionally the selectivity can get values out of range and this can result in an ORA-600 [KKOJCIO].
Bug 2322620 2563904 RDBMS: ORA-600 [3020] can occur on recovery of LOB data.
Bug 2401670 2563499 RDBMS: ORA-1002 after Rollback-To-Savepoint in Pro*C or OCI application.
Bug 2225569 2563494 RDBMS: A Nested Cursor may not run under the effective user of the TOP Level query and may fail with ORA-600 [kokbnp2] at parse time.
Bug 2483052 2561014 RDBMS: Query returns incorrect results when using a View and a Sort Merge Join
Bug 2481069 2560334 RDBMS: ORA-3113 raised after invoking ORA_GRANTEE function.
Bug 2298215 2553746 RDBMS: Advanced Queue DeQueue process takes up to five seconds to DeQueue a record.
Bug 2474452 2549418 RDBMS: Random memory bus / segv errors when pickling large collections (e.g. LOB import of SDO objects)
Bug 2346568 2546719 RDBMS: After changing the database character set comparing lobs (using DBMS_LOB.COMPARE) might signal ORA-22921
Bug 2358608 2544142 RDBMS: Analyze Table ... "compute statistics for all indexed columns" on a partition table, while DDL is performed against the table can cause ORA-600 [16607] or an ORA-7445.
Bug 2373278 2536695 RDBMS: CREATE INDEX in PARALLEL can fail with ORA-30562 in some locales on some platforms. For this to occur the decimal separator character for the locale must be a character other than a period (.) and the platform must be one which uses the locale settings for C library functions such as sprintf(), such as Microsoft platforms.
Bug 2210617 2535976 RDBMS: Select from a corrupt IOT may silently return incorrect results rather than signalling an error.
Bug 2415134 2533772 RDBMS: Deadlock possible due to same session holding multiple SR enqueues
Bug 2210612 2525865 RDBMS: If a query involves a ROWID and a failover occurs then the OCI application may crash (access violation in ORACOMMON9.DLL) while fetching rows.
Bug 2414956 2516771 RDBMS: Resize Datafile fails with ORA-27069 if the Datafile was created in 7.2
Bug 2281071 2514957 RDBMS: Memory leak / ORA-4030 on executing a PL/SQL block with a cursor and calling a remote procedure for each row in the cursor loop. The leak only occurs if the remote instance is a lower database version than the local instance.
Bug 2386334 2514486 RDBMS: ORA-7445[QERUAROWPROCEDURE] from SQL statements which perform a select from a UNION ALL view
Bug 2267522 2506110 RDBMS: "Insert Into ... Select FUNC@LOOP From Dual" give wrong feedback message in relation to the number of rows inserted.
Bug 2371235 2501719 RDBMS: Memory leak passing LOB parameters to PL/SQL callouts in a loop
Bug 2459355 2484900 RDBMS: Select with GROUP BY may result in ORA-600[xtycsr3] on a parallel query slave process, if the select list contains a PL/SQL function call on aggregation operators
Bug 2207382 2461896 RDBMS: Fetching from Oracle / DB2 in a loop an XA environment may fail with ORA-600 [12333]
Bug 1569784 2460210 RDBMS: ORA-600 [6109] on aborted Truncate Table with an index (rollback truncate)
Bug 2385857 2453425 RDBMS: RMAN backup performance degrades over time for large DB_FILES values (e.g.: >1000)
Bug 1625347 2420877 RDBMS: Memory leak when passing collections to functions
Bug 2307892 2402463 RDBMS: CBO : A query with a very long inlists on multiple key columns may get a poor execution plan, especially if the table has few rows.
Bug 872976 2699291 RDBMS: Repeated Startup / Shutdown Immediate over and over causes OPS to hang
Bug 1786170 2409942 RMAN: Crosscheck will return "ORA-27016: skgfcls: sbtinfo returned error" when a backup piece is not found in the media manager catalog. This only happens for deleted pieces in media manager catalog (sbt_tape) - the bug does not apply to DISK pieces.

(8.1.7.4.5)

BaseBug BPORT ABSTRACT
Bug 1258537 2408050 CORE: The SUM() function can return an invalid (corrupt) number or wrong answer when adding certain fractional values
Bug 920569 2311440 JAVAVM: OVC Can leak handles in rare cases, disabling the trace file temporarily
Bug 2422726 2453735 PLSQL: ORA-600 [16201] when recompiling a wrapped package
Bug 787734 2381893 RDBMS: Client makes two request to Names Server
Bug 1625347 2425224 RDBMS: Memory leak when passing Collections to Functions, with null values
Bug 2252824 2393380 RDBMS: Analyzing a table that already has column statistics can signal an ORA-600 [16515] or silently generate no statistics
Bug 1219226 2408019 RDBMS: ORA-22292 can occur after select-for-update of a LOB if the table is an IOT or has a unique index / primary key
Bug 2305507 2503752 RDBMS: After applying 8.1.7.3.0, RT Text Query returns ORA-29902, ORA-20000, DRG-50942, ORA-1455
Bug 1569784 2460721 RDBMS: ORA-600 [6109] on Rollback of Truncate Table with an Index
Bug 2459355 2486029 RDBMS: Select with group by may result in ORA-600[xtycsr3] on a parallel slave process, if select list contains a PL/SQL function call on aggregation operators.
Bug 2410612 2475331 RDBMS: Conventional export may produce an export file with corrupt data in it. The export file imports without error but may load corrupt data for some rows.
Bug 2367294 2448292 RDBMS: Current algorithm to Invalidate Dependant objects is very slow
Bug 2483138 2508244 RDBMS: MTS server or dispatcher doesn't respond for 60 seconds, then continues execution normally, on a multi CPU machine

(8.1.7.4.4)

BaseBug BPORT ABSTRACT
Bug 1607043   Re-addition of 8.1.7.4.2 that was missed in 8.1.7.4.3

(8.1.7.4.3)

BaseBug BPORT ABSTRACT
Bug 2227668   CORE: Reship of the following fixes missing from the 8.1.7.4.1 patch set Bug 2003657, Bug 1808970, Bug 1988709, Bug 1388806
Bug 2227668   NLSDATA: Reship of the following fixes missing from the 8.1.7.4.1 patch set Bug 1638516, Bug 750816
Bug 2227668   NLSRTL: Reship of the following fixes missing from the 8.1.7.4.1 patch set Bug 1744093, Bug 875830, Bug 1634613, Bug 1328943
Bug 2227668   SQLPLUS: Reship of the following fixes missing from the 8.1.7.4.1 patch set Bug 1620381, Bug 1862456

(8.1.7.4.2)

BaseBug BPORT ABSTRACT
Bug 1607043   PROC: Oracle Forms may fail with ORA-900, ORA-1023 or core dump when using USER EXITS.

(8.1.7.3.3)

BaseBug BPORT ABSTRACT
Bug 2359874   EXP: EXP-9 & ORA-904 after applying 8.1.7.3.2 PSE for Windows.
Bug 2221449 2316076 JDBC: ORA-24756/ORA-24776 possible on COMMIT after recovering IN-DOUBT / PREPARED transactions
Bug 2207382 2408048 RDBMS: When fetching from Oracle and DB2 repeatedly when in While LOOP, ORA-600 [12333]
Bug 1625347 2397355 RDBMS: Memory leak when passing collections to functions
Bug 2305507 2395879 RDBMS: After applying 8.1.7.3.0, RT Text Query returns ORA-29902 ORA-20000 DRG-50942 ORA-1455
Bug 2307892 2393025 RDBMS: CBO Poor execution time with large In-Lists
Bug 2011927 2375144 RDBMS: ORA-02068 ORA-02063, ORA-7445 possible for snapshot (materialized view) with EMPTY_CLOB() data in a heterogeneous environment.
Bug 1735591 2373427 RDBMS: Creation of a package fails if a referenced table has been altered twice to add a column with a default value and the table has an update trigger, ORA-4020.
Bug 2079526 2351349 RDBMS: Free buffer waits" / LRU latch contention possible on write intensive systems.
Bug 2245790 2345365 RDBMS: Parse may appear to spin when the query has substantial number of predicates.
Bug 2124693 2337852 RDBMS: An ARRAY insert .. select operation can silently lose data if the cursor is invalidated whilst the statement is executing. Eg: If the cursor is flushed from the shared pool. This silent loss of data is effectively a logical corruption of the data.
Bug 2283323 2333801 RDBMS: Merge for Bugs 2241746, 2251373 & 2218818
    Bug 2241746 Star transformation may not always occur when the "FACT" hint is used and all physical conditions are met.
    Bug 2251373 Poor performance possible on queries that undergo temporary table star transformation if a star plan is chosen.
    Bug 2218818 Merge of CBO bug fixes Bug 2096698, Bug 2144870, Bug 2170565
Bug 2282235 2332361 RDBMS: ORA-3113 from query that joins Oracle Tables and DB2 Views
Bug 2060131 2332350 RDBMS: ORA-600 [13009] occurs on 'select for update ... nowait' if the row spans multiple blocks and the head piece is locked but it is not possible to get a row lock on a subsequent row piece.
Bug 2241810 2331198 RDBMS: ORACLE.XML.SQL.ORACLEXMLSQLEXCEP : No More Data to read from Socket.
Bug 2216959 2326460 RDBMS: ORA-1791 can occur when using a bind variable name in the body of the SQL statement as well as in the ORDER BY clause, After applying 8.1.7.3
Bug 1819214 2321243 RDBMS: Reduce latch hold time for "row cache objects" latch.
Bug 2146152 2311262 RDBMS: Scheduling AQ propagation on a private database link results in ORA-2019.
Bug 2088555 2311014 RDBMS: MSGBOX is called by the failure of LOADLIBRARY and Initialisation is Interrupted.
Bug 2283323 2306911 RDBMS: Merge of CBO bug fixes 2241746,2251373 & 2218818
Bug 2248904 2300469 RDBMS: Memory corruption / leak possible during optimization of distributed query, generating ORA-00600 [17113].
Bug 2118514 2293111 RDBMS: ORA-3113 and ORA-7445 [RWORIRW2] possible from query with GROUP BY & ORDER BY on the same columns where one of the included columns is indexed with a FUNCTION BASED index.
Bug 1777504 2290029 RDBMS: RMAN hangs when 'CURSOR_SHARING=FORCE.

(8.1.7.3.2)

BaseBug BPORT ABSTRACT
Bug 1701374 2215895 DRGEN: User process at 100% CPU when indexing over 3900 URLS using URL_DATASTORE
Bug 2084597 2221644 DRMISC: Intermedia query shows UGA memory leak when returning rows
Bug 1322857 2242806 PLSQL: Java stored procedure returns the data truncated at about 4K
Bug 1548982 2281128 RDBMS: ORA-12801 and ORA-01536 when import creates table and index in parallel
Bug 1999156 2279527 RDBMS: Erroneous export of execute privilege of Java Resource causes ORA-4042 on import
Bug 440317 2273550 RDBMS: Isolation level SERIALIZABLE causes no data found on rows selected after insert
Bug 2103881 2193693 RDBMS: ALTER INDEX 'username'.indexname REBUILD ONLINE fails if username begins with non-alphabetic first character
Bug 1888129 2197161 RDBMS: ORA-1410 with Delete based on ROWID fails between 8.1 client and 8.0 server
Bug 1477959 2207331 RDBMS: Export of tables containing ROWID may fail with ORA-600 6193
Bug 2218818 2218862 RDBMS: Merge label request on top of 8.1.7.3 for bugs 2096698, 2144870, 2170565
Bug 2183736 2230726 RDBMS: ORA-3113 trying to create INTERMEDIA index after applying patch 8.1.7.2.7
Bug 2220597 2233542 RDBMS: ORA-7445 and Core dump when trying to connect to offline database in /RDBMS/LOG
Bug 2177050 2235239 RDBMS: ORA-600 729 session space leak possible due to problem introduced in 8.1.7.3 by the fix for Bug 1551563
Bug 1686987 2255996 RDBMS: ORA-600 6191 doing Direct Path export
Bug 2199718 2256414 RDBMS: Corrupted number column if next bind parameter is Timestamp (for 9.2 Clients to 9.0.x Database) 
Bug 2174697 2220929 RMAN: RMAN incremental backup performance degrades over time in NOCATALOG mode
Bug 2220356 2227761 SYMMREP: Duplicate rows after snapshot refresh against Oracle7 databases

The following fixes from 8.1.7.x are included in 8.1.7.3.2 because they were omitted from 8.1.7.3.0 :

Component Backport Bug list
Core Bug 2164675, Bug 2122772, Bug 2058684, Bug 1976833
NLSDATA Bug 2125139, Bug 1716997
NLSRTL Bug 1978353, Bug 1730290, Bug 1731667, Bug 1777392
SQLPLUS Bug 1824290, Bug 1884033

(8.1.7.3.1)

BaseBug BPORT ABSTRACT
    PROC: Unable to use WIN32_THREADS after applying fix for Bug 1607043

 

(8.1.7.2.7)

BaseBug BPORT ABSTRACT
Bug 2003657 2164675 CORE: ORA-1890 Parallel Create Table as Select
Bug 1824205 2144451 JSSL: OracleSSLInputStream may throw NullPointerException if it is called after the SSLSocket was closed
Bug 2152752 2161707 RDBMS: ORA-600 [17182] When Selecting through TG4RDA to DB2 from 817 UTF8 database
Bug 2100864 2169513 RDBMS: DRG-00100: Internal error on a Contains Query after DBMS_SESSION.SET_NLS

(8.1.7.2.6)

BaseBug BPORT ABSTRACT
Bug 1808970 2122772 CORE: Memory leak with Microsoft COM+ distributed transactions
Bug 1988709 2058684 CORE: EXP-28 When using Named Pipes on Export
Bug 1731490 2139929 DRGEN: ORA-600 [KGHFRF1] when Create Iindex and Sync Index within the same SQL*PLUS session
Bug 750816 2125139 NLSDATA: G CEDILLA is converted to G ACUTE 
Bug 1960839 2032471 OCI: OCIBREAK() does not cancel and break out of PL/SQL procedure
Bug 1914004 2112302 PLSQL: ORA-07445 [PFRRUN()+84264] on PL/SQL package after upgrade to 8.1.7.2
Bug 1402425 2106931 PLSQL: Use of  %TYPE arguments can cause core dump with strings that are too long
Bug 1606456 2040618 PLSQL: ORA-6530 when fetching rows into PL/SQL tables
Bug 1950099 2026175 RDBMS: Function-Based indexes not updated with SQL LOADER direct path load
Bug 1752554 2151978 RDBMS: ORA-600 [17182] When selecting DB2 data type of CHAR in a JAVA application
Bug 1973705 2149985 RDBMS: PRO*C Multi-Threaded application causes core dump on PTHREAD_MUTEX_DESTROY
Bug 1802230 2140879 RDBMS: ORA-600 [KOHRSC153] & [KOHRSC154] using PL/SQL with bind variables
Bug 1635446 2132484 RDBMS: ORA-600: [17285], [0X166B40]...
Bug 1603834 2128232 RDBMS: HS does not free bind variables when MSQ Frees Bind Variables
Bug 2044102 2123621 RDBMS: Materialized View does not fast refresh (with date columns), no errors returned
Bug 1839080 2121955 RDBMS: Memory Leak when executing complex query using hash join
Bug 1531421 2110501 RDBMS: 8i clients may get OCI-22303 accessing modified OBJECTS in a 9i database
Bug 914652 2099668 RDBMS: Getting ORA-2041 Connecting through ODBC to DB_LINK
Bug 1946566 2092133 RDBMS: ORA-600 [15160] with complex query against Nested Tables
Bug 1219547 2090252 RDBMS: DBMS_LOB.GETLENGTH on LOB ATTR of an ADT gives ORA-942 
Bug 1388843 2070963 RDBMS: Unique or Primary Key Constraints enforced with Non-Unique compressed indexes can allow duplicate rows
Bug 1879479 2046116 RDBMS: Export / Import of a wrapped package can result in a corrupt package being imported
Bug 1945048 2030121 XDKC: LPXCREATEELEMENT does not set LOCAL_LPXNODE field

(8.1.7.2.5)

BaseBug BPORT ABSTRACT
Bug 1762455 2048951 DRGEN: Could not work URLSIZE attribute of URL_DATASTORE type when URL STRING > 256.
Bug 1754314 1895424 DRGEN: ORA-4030 out of process memory while running 10,000 context SELECT statement 

(8.1.7.2.4)

BaseBug BPORT ABSTRACT
    8.1.7.2.4 is a re-release of 8.1.7.2.3 without the context fix : Bug 1754314

(8.1.7.2.3)

BaseBug BPORT ABSTRACT
Bug 1388806 1976833 CORE: DCD fails after 16 connections
Bug 1847653 1988438 DRGEN: URL DS, Create index process out of memory (DR0INST: PRM HE, DRSPARNOL: NOLIST)
Bug 1754314 1895424 DRGEN: ORA-4030 out of process memory while running 10,000 context SELECT statement
Bug 1883793 2027538 INSO: INSO_FILTER Crashes when filtering document size is multiple of 32000 bytes
Bug 1567117 1979465 JAVAVM: ORA-00600 [26599] Running LOADJAVA against XMLPARSERV2.JAR
Bug 1554337 1993707 JDBC: Statement caching on pooled connection
Bug 1990320   ODBA: Database assistant will not start after applying 8.1.7.2.2 patch
Bug 1977891 1979465 APPSST: Bundled patch for 8172 certification on NT (Includes fixes of Base Bug No: 1838517, 1567117, 1663288, 1874468)
Bug 1619928 2026896 RDBMS: ORA_OCI_NO_OPTIMIZED_FETCH environment variable has no effect during fetches
Bug 1699966 2026890 RDBMS: OCISTMTFETCH Crashes if variables are not defined for LOB columns
Bug 1794996 2021978 RDBMS: Cannot create text index on table which has a VPD policy DBMS_RLS.ADD_POLICY
Bug 1494439 2021902 RDBMS: RLS Transient view object causing MV to rewrite as table
Bug 1836101 2016944 RDBMS: SIGBUS, ORA-7445 [KGHFRMRG()+56] when performing a remote insert
Bug 1402161 2015928  RDBMS: ORA-600 [4411] (7.3.4) or [4454] (8.X) after a day batch job
Bug 1479213 2005420 RDBMS: ORA-600 [12229] when selecting with a DB_LINK and nested query
Bug 1916409 1984957 RDBMS: Select for Update causes deadlock between TX and buffer
Bug 1663288 1975627 RDBMS: Enqueue, Dequeue, Stop Queue and Drop Queue fails after alter type
Bug 1393786 1969603 RDBMS: 'Unable to read RDBMS_SERVER_DN from INIT.ORA'  trace file was generated
Bug 1847583 1967660 RDBMS: Access violation on OCI PIECEWISEFETCH causes application crash
Bug 1858632 1964714 RDBMS: ORA-600 [4512] occurs during Insert as Select query
Bug 1874468 1955620 RDBMS: Export fails with EXP-8: Oracle ORA-1406 encountered on a 8172 apps db
Bug 1710157 1954455 RDBMS: ORA-1000 cursor leak using ORED contains() causes (also OERI:QXIMCOC4)
Bug 1759227 1949647 RDBMS: Parallel execution returns wrong results joining two inline views
Bug 1387406 1926823 RDBMS: Partition elimination is not happening for some queries when run in parallel
Bug 1818676 1911654 RDBMS: Idle sessions are causing ORA-600 [17034] or [17281] errors
Bug 1565514 1891265 RDBMS: Explain Plan / Query hangs or ORA-7445 KKORTRNS with Star Transformation enabled
Bug 768397 1886739 RDBMS: OCIATTRGET OCI_ATTR_ROWID returns OCI_NODATA with 8.1.4 client->8.0.5 server
Bug 1776037 1926711 RDBMS: PLS-801 [1002] COMPILING LARGE PROCEDURE
Bug 1985041 2000129 PROCOBOL: Cannot compile PRO*COBOL generated source files after 09/SEP/2001

(8.1.7.2.2)

BaseBug BPORT ABSTRACT
Bug 1744093 1978353 NLSRTL: Unicode: Data truncation when writing more than 64 bytes to UTF8 database from UCS2  DATA
Bug 1851159 1991052 RDBMS: Internal O2LOGON failure
Bug 1982250 1982642 RDBMS: Merged patch with fixes for 1974927,1975248, 1975258, 1652140, 1551090 : fixes for various AQ and OCI memory leaks
Bug 1869512 1919425 RDBMS: ORA-07445[KKECCF()+804] on select from partition table (1764305 patch present)
Bug 1405972 1917810 RDBMS: Java fatal error due to mismatch in return type of method
    The Following bug was not shipped with 8.1.7.2.1 so was reshipped with 8.1.7.2.2
Bug 1620381 1824290 SQLPLUS: ORA-24315 results on connect request after password verification failure

 

(8.1.7.1.5)

BaseBug BPORT ABSTRACT
Bug 1574000 1882760 RDBMS: Threads in multithreaded OCI application frequently hang.
Bug 1884033 1862456 SQLPLUS: SQLPLUS.EXE gives application error after installing 81714 patchset

 

(8.1.6.3.8)

BaseBug BPORT ABSTRACT
Bug 1990320 2096871 DBCA: Database assistant will not start after applying 8.1.6.3.7 patch
Bug 1744093 1978410 NLSRTL: Unicode data TRUNC when writing more than 64 bytes to UTF8 DB from UCS2 data
Bug 1606456 1977066 PLSQL: ORA-6530 When fetching rows into PL/SQL tables
Bug 1985041 2007995 PROCOBOL: Cannot compile PRO*COBOL generated source files after 09/SEP/2001 
Bug 1985041 2007510 PROCOBOL: Cannot compile PRO*COBOL generated source files after 09/SEP/2001 
Bug 1916409 1981370 RDBMS: SELECT FOR UPDATE causes deadlock between TX and buffer
Bug 1421243 2083701 RDBMS: EXP/IMP of table with NOT NULL REF column loses NOT NULL constraint 
Bug 1423941 2024226 SYMMREP: Replication pushes base DML after DML done in after row triggers

(8.1.6.3.7)

BaseBug BPORT ABSTRACT
Bug 1814117 1824486 NET: Backport of BUG 1656431 to 8.1.7.2 causes LISTENER regression test hang

(8.1.6.3.6)

BaseBug BPORT ABSTRACT
Bug 1258537 1897504 CORE: SUM function generates bad number when adding fractions
Bug 1656431 1846475 NET: Corrupted Oracle NET packet header causes LISTENER to core dump
Bug 1489683 1824483 NET: LISTENER memory corrupted and Core Dump when certain CONNECT_DATA received
Bug 1840244 1930072 NZ: X509V3 subject alternative name error with use in OAS 4.0.8.2.0
  1846211 JAVAVM: incorrect version number displayed after applying 8.1.6.3.5
Bug 1584970 1807823 PLSQL: ORA-600 [PFRI.C:KGI_SRCTX] when using PRAGMA SERIALLY_REUSABLE and PACKAGE VBLS
  1909326 PROC: PROC.EXE caused GPF after update to PSR 8.1.6.3.5
Bug 1359472 1948151 RDBMS: ORA-600 error on trying to drop user
Bug 1851159 1907610 RDBMS: Fix INTERNAL O2LOGON BUG
Bug 1575222 1862975 RDBMS: IMP-15 when IMPORT FROM USER TO USER from table with Primary Key 
Bug 768397 1838938 RDBMS: OCIATTRGET OCI_ATTR_ROWID returns OCI_NODATA with 8.1.4 Client ->8.0.5 Server
Bug 1668488 1821027 RDBMS: Unable to recover data file that has auto extended on to a 4GB boundary
Bug 1496002 1818221 RDBMS: NLS: LOADPSP fails on WE8ISO8859P1 on FORM.PSP
Bug 1675644 1810683 RDBMS: ORA-7445 and ORA-3114 on query joining DB2 and Oracle tables across Gateway
Bug 1710007 1809988 RDBMS: APPSST:8I: Incorrect results with PDML and a NESTED LOOP join

(8.1.6.3.5)

BaseBug BPORT ABSTRACT
Bug 1338585 1375840 JAVAVM: Problem with XML generation and dynamic SQL 
Bug 1771323 1790530 NET: NET Initialisation is not THREADSAFE on NT
Bug 1607043 1729571 PROC: APPSST: Running reports USER-EXIT cause access violation error
Bug 1424051 1793772 RDBMS: BSADSL: CRM 11.5.1:APPSST816: ORA 600 when trying to DE-Q from AQ message Q.
Bug 1717316 1782945 RDBMS: NTDLL!RTLPNOTOWNERCRITICALSECTION+0X68 during OLOGOFF with 81634
Bug 1612147 1768916 RDBMS: Deadlock detected when trying to compile a package
Bug 1353649 1763624 RDBMS: 8.1.6.3 Backport for BUG 1353649 to PORT 912 on 8163 
Bug 1582923 1756587 RDBMS: PERF:GSI: Server process spinning during PUSH_JOIN_PREDICATE
Bug 1220379 1752722 RDBMS: Some MULTIBYTE characters are garbled on LOADPSP
Bug 1659886 1731510 RDBMS: XA Application gets false deadlock with fix for BUG1328999
Bug 1543262 1719000 RDBMS: Using bind by position causes incorrect results to be returned using HS connect
Bug 1612147 1695238 RDBMS: Deadlock detected when trying to compile a package
Bug 1533922 1689307 RDBMS: APPST8I:ORA-00600: Internal Error Code, [KGLCHK2_1], [2312800916],
Bug 1505302 1683101 RDBMS: Bad RLENP values and data corruption using OCI_ATTR_PREFETCH_ROWS
Bug 1342041 1677788 RDBMS: KJSSS2M7 Assert in LMD reached
Bug 1508317 1672621 RDBMS: PKM: ORA-600 Failure while running an ODF

 


Oracle Support Services

.

Copyright © 2005, Oracle. All rights reserved. Legal Notices and Terms of Use.