Patches

README for 2761332
Patch Details 
Patch Set Notes

Oracle 9i Release 2 Database Server Patch Set 2

for Windows 

Patch Set Notes
Patch Set version 9.2.0.3.0

This note accompanies the 9.2.0.3.0 patch set for the Oracle Database Server. It includes patches for the RDBMS , PL/SQL, Precompilers, Networking, Oracle Text (formerly interMedia Text), JDBC, JavaVM, XML Developers Kit, Oracle 9i Globalization, Oracle Core, Ultrasearch, Spatial, SQL*Plus, SQLJ, JPublisher, Intermedia, OLAP ,Oracle Internet Directory, Oracle XDK and  Oracle Intelligent Agent  products.
This is not a complete software distribution and you must install it over an existing 9i Release 2 Oracle Server installation.
 
Users applying this patch set must use at least the Oracle Universal Installer 2.2.0.18.0 to insure their Oracle Home can be patched in the future. The OUI 2.2.0.18.0 is available for download from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform. This is further mentioned in the "Installing the Patch Set" section.
 

Post Release Issues 

Issues that are discovered after release of this patch set are documented on the Oracle Metalink website. Customers should check here for the latest status prior to installing this patch set in a production environment. 

To see the latest Status and Alerts for this patch set, please read Doc.Id: 189908.1 available through Metalink.To find this document on Metalink, after logging in, simply type 189908.1  in the search field and click on the 'Search' Button .

Customers unable to utilize this Web site should contact Oracle Support. 

Document History

Date

Change description

28-Jan-2003 First Generic Version
18-Feb-2003 First Windows Version
27-Feb-2003 Second Windows version
07-Mar-2003 Release Candidate #1
15-Mar-2003 Release Version
07-Apr-2003 OUI 2.2.0.18.0 Instructions


Patch Set README Contents

This patch set note contains the following information:

System Requirements

This patch set has the following system requirements:
Item Requirement 
Hardware Platform Intel Pentium
Operating System Windows 2000(Service Pack 2), Windows NT 4.0 , Windows 98(Client only), Windows XP Pro
RDBMS Baseline Release 9.2.0.1.0 

Important Notes

     Database Migration
     Applying Patch Sets with Physical or Logical Standby Databases
     Streams
     Oracle Data Guard
     XML DB
     Java VM and XML DB Requirements
     Oracle Text INSO updates
     Intermedia Upgrade
     Oracle AQ
     New Oracle Event in 9.2.0.3
     JDBC Thin Driver
     Oracle XDK
     Oracle Transparent Gateway
     Oracle Fail Safe
     OLAP Option
     Real Application Clusters and Data Guard During a Network Outage

Database Migration
 

  •       If you are an Oracle Applications customer wishing to upgrade your Oracle Applications Release 11i Database Server to this patch set, please check for the latest certification status and for Interoperability Notes on Metalink
  • All other customers wanting to upgrade their databases directly to this patch set should read the 'Migrating Directly to an 9i Release 2 Patch Set' Notes available on Metalink under Document 214887.1

  •        There is  a generic issue only applicable to the migration mode (i.e. alter database open
         migrate.)

         During upgrade from 9201->9202/9203 running  catpatch.sql  can take a long time  if
         there are stats for the SYS schema.

         The user should delete the statistics on all the objects in the SYS
         schema, and then re-collect the statistics after normal database open if necessary.

         To drop and recreate the statistics, execute the following procedures:
         dbms_stats.delete_schema_stats('SYS');
         dbms_stats.gather_schema_stats('SYS');

    Applying Patch Sets with Physical or Logical Standby Databases in place
     

  • For information on how to apply a patchset to your current release of Oracle for a configuration that includes one or more physical standby  databases please see notes available on Metalink under document 187242.1. This information only applies to release 9.0.1 and higher installations of  Oracle on UNIX.
  • For information on how to apply a patchset to your current release of Oracle for a configuration that includes one or more logical standby databases please see notes available on Metalink under document 210989.1. This information only applies to release 9.2.0 and higher installations of Oracle on UNIX.
  • Streams
     

  •    All Databases Using Streams Must Be Upgraded to version 9.2.0.2 or higher

  • All databases that use any of the features of Oracle Streams must be upgraded to version 9.2.0.2 or higher of Oracle. Interoperation between version 9.2.0.1 and version 9.2.0.2 is not supported for databases using Streams features.
     
  • Database Configuration for Streams Capture

  • The optional capture process of Oracle Streams requires that the SHARED_POOL_SIZE initialization parameter be set to a minimum value of 100 MB and that the database be running in ARCHIVELOG mode.
     
  • Capture "Invalid Dictionary Error"

  • The first capture process created on a database builds the Streams dictionary. If this initial dictionary build is interrupted, an error indicating that the dictionary is invalid may occur. The typical cause of an interrupted dictionary build is a shutdown abort operation. All other shutdown modes will wait for the dictionary build to complete. If you encounter this error, drop and recreate the capture process.
     
  • JMS Types and XML Types

  • JMS Types and XMLType access to the Streams queue table is not enabled by default to minimize the impact of bug 2248652 that causes export of the Streams queue table to fail. Users can enable this access by calling the DBMS_AQADM.ENABLE_JMS_TYPES(queue_table) procedure, where the VARCHAR2 parameter queue_table is the name of the queue table. This procedure should be invoked after the call to DBMS_STREAMS_ADM.SET_UP_QUEUE. Databases dependent on the Export utility as their backup strategy should avoid enabling this access.
     
  • Streams Wizard in Oracle Enterprise Manager

  • When using the Oracle Streams Wizard, through OMS or in standalone mode, to configure replication, the generated scripts are incorrect and may produce errors such as "ORA-26687 Instantiation SCN not set" or "ORA-1403 no data found" (bugs 2301915, 2318295 and 2326341). Please contact Oracle Support Services for an Enterprise Manager and Oracle Management Server patch that will produce the correct scripts. Use the bug numbers listed above as a patch reference.
     
  • Function-Based and Descending Indexes and Capture Processes

  • A capture process cannot capture changes made to tables that use function-based or descending indexes. If a capture process tries > to capture a change to a table that uses a function-based or descending index, then it writes the LCR that caused the error into its trace file, raises an ORA-00902 error, and becomes disabled.
     
  • Streams Support for CLOB Datatypes

  • Streams support for CLOB datatypes in multibyte character sets is limited to non-variable size multibyte character sets. If the character set uses a variable-width multibyte encoding scheme, then Streams does not support CLOB datatypes. See the Oracle9i Database Globalization Support Guide for additional information about encoding schemes.
     
  • Oracle to Non-Oracle Heterogeneous Information Sharing

  • Currently, Oracle Streams supports Oracle to non-Oracle heterogeneous information sharing only with the following Oracle Transparent Gateways: > >

    - Release 9.2 and higher Transparent Gateway for Sybase (TG4SYBS)
    - Release 9.2 and higher Transparent Gateway for Microsoft SQL Server (TG4MSQL)
    - Release 9.2 and higher Transparent Gateway for IBM DB2 (TG4DB2)

    Oracle Data Guard

     XML DB

     Oracle Text INSO updates

    interMedia Error when Upgrading to 9.2.0.2 or 9.2.0.3

        You may see two instances of the following warning when upgrading interMedia
            from an earlier version to 9.2.0.2 or 9.2.0.3.

            Warning: Type altered with compilation errors.

            This error is harmless and can be ignored.  The interMedia upgrade will
            complete successfully, and you will end up with a valid interMedia
            installation after the upgrade.

    Oracle AQ

      If the Capture process dies with a core dump in kwrevas1(), when the
       Streams admin user is concurrently dropped in the Streams database, then you
       are running into this known bug 2755889. The fix will be available in 9.2.0.4.

       Customers running Oracle APPS 11.5.7 or 11.5.8 with Advanced Queuing Configured with multi-consumer
       queues may encounter corruption problem after upgrading their database to 9.2.0.x from any 8i database.
       Please refer to Doc ID 231074.1 for more details and workaround.
     

    New Event in Version 9.2.0.3

    Event 10499 has been introduced to allow customers to revert back to the earlier behaviour of NUMBER datatypes
    that have no explicit setting of their scale value. Any non-zero setting of the event level will enable the old bahaviour.

    Prior to this release, the server code could return zero for the scale if a NUMBER datatype was created without
    specifying the scale. Other code paths would return -127. With this release, all code paths return -127 as this is the
    correct behaviour.

    Client applications may rely on the previous (incorrect) behaviour and that is why this event has been provided.
    Typically, client applications will test for a scale of -127 to distinguish between NUMBER and FLOAT datatypes. It
    is not sufficient to just test the scale alone to distinguish between these two datatypes, one needs to test for a scale of
    -127 and a non-zero precision to identify a FLOAT.

    Client applications that rely on the old behaviour can still work as before if the event is set but will need to be
    corrected prior to upgrading to the next major release of the Oracle database.
     

      JDBC Thin driver problem
    Known bug 2602782 - Scrollable ResultSet returns 3 times NCHAR character byte size when
     database Ncharset is UTF8.  Problem occurs with THIN driver only.

      Oracle XDK
    The 9.2.0.3 Patch Set contains XDK version 9.2.0.5.

      Oracle Transparent gateway for Sybase
     Known bug 2687229 : Oracle transparent gateway for sybase did not  push min() function to Sybase.

    Oracle Fail Safe
          If you use Oracle Fail Safe, please refer Doc.Id: 223709.1 available through Metalink.To find this document on Metalink, after logging in, simply type 223709.1  in the search field and click on the 'Search' Button.  This note has additional information on the steps necessary to apply a patch and upgrade your database when running in an Oracle Fail Safe enviroment.
     

    OLAP Option

           Users who run the Oracle9i BI Beans with the OLAP
           option should make the following change to the init.ora parameter:

     _multi_join_key_table_lookup=false.

           Failure to do so could result in BI Beans query failures.

    Real Application Clusters and Data Guard During a Network Outage

           This note concerns Data Guard configurations running in maximum protection mode with physical standby databases.

           If you configured Oracle9i Data Guard to support a primary database in a Real Application Clusters environment and the primary database is
           running in maximum protection mode, a network outage between the primary database and all of its physical standby databases will disable
           the primary database until the network connection is restored. The maximum protection mode dictates that if the last participating physical
           standby database becomes unavailable, processing halts on the primary database.

           If you expect the network to be down for an extended period of time, consider changing the primary database to run in either the maximum
           availability or the maximum performance mode until network connectivity is restored. If you change the primary database to maximum
           availability mode, it is possible for there to be a lag between the primary and standby databases, but you gain the ability to use the primary
           database until the network problem is resolved.

           If you choose to change the primary database to the maximum availability mode, it is important to use the following procedures to prevent
           damage to your data.

           Perform the following steps if the network goes down and you want to change the protection mode for the Real Application Clusters
           configuration.
     

    1. Shut down the physical standby database.
    2. Follow the instructions in Oracle9i Data Guard Concepts and Administration to change the mode from the maximum protection     mode to either maximum availability or maximum performance mode.
    3. Open the Real Application Clusters primary database for general access.
     Later, when the network comes back up, perform the following steps to revert to the maximum protection mode:
    1. Shut down the Real Application Clusters primary database and then mount it without opening it for general access.
    2. Mount the physical standby database.
    3. Change mode on the Real Application Clusters primary database from its current (maximum availability or maximum performance)     mode to the maximum protection mode.
    4. Open the Real Application Clusters primary database.

    Select from Read-Only Database Over Database Link

           Using a database link to connect to a read-only database to select data from a view fails returning the errors ORA-4052, ORA-604,
           ORA-372, ORA-1110, and ORA-2063. You cannot use a database link to select data from a view using a cursor loop. The workaround is
           to avoid using the database link to query views using a cursor loop.

           This problem only occurs with a view. It does not occur if you use a SELECT statement directly from the view if you use a cursor loop to
           select from a table.

           This problem corresponds with Bug 2033385 and Bug 2181830.
     

    ALTER TABLE SET COLUMN UNUSED Not Supported by Logical Standby Databases

           Do not issue the ALTER TABLE SET COLUMN UNUSED statement on a primary database that has logical standby databases. Using the ALTER TABLE statements to set a column unused may
           fail and return the "ORA-26689: column datatype mismatch in LCR" error. After this error occurs, use the DBMS_LOGSTDBY.INSTANTIATE_TABLE procedure for the table listed
            in the DBA_LOGSTDBY_EVENTS view and then restart SQL apply operations.

           While the DBMS_LOGSTDBY.INSTANTIATE_TABLE procedure will refresh the logical standby database's copy of the table,all subsequent updates to the table will fail.

           To work around this problem:

    1. Drop the column on the primary database.
    2. On the logical standby database, run the DBMS_LOGSTDBY.INSTANTIATE_TABLE PL/SQL procedure to re-create the table
    3. Restart the SQL apply operations on the logical standby database

    CREATING NESTED TABLES on Logical Standby Databases

           For this release of Oracle9i Data Guard, logical standby databases do not support creating nested tables. Attempting to create a nested table
           on the logical standby database will result in the "ORA-02320: failure in creating storage table for nested table column" error being returned.
           If the DDL statement causes SQL apply operations to stop on the logical standby database, provide the transaction ID information (obtained
           by querying the DBA_LOGSTDBY_EVENTS view) to the DBMS_LOGSTDBY.SKIP_TRANSACTION procedure and restart SQL apply operations.
            Although you can create the table on the logical standby database, rows will not be maintained for it.
     

    DDL Statements that Use DBLINKS

           On logical standby databases, SQL statements such as the CREATE TABLE tablename AS SELECT * FROM bar@dblink, issued may
           fail. Avoid issuing this type of statement, because there are many errors that can arise from this type of operation.

           When the statement is executed on the logical standby database, it will access the database link at that time and it's not possible to know if the
           information on the logical standby database is the same as it was at the time the statement was executed on the primary database. For example,
           additional columns may have been added or dropped that would make it impossible to apply the rows that follow. Assuming the network was set up so that
           the initial creation succeeded, you might see the following error: "ORA-26689: column datatype mismatch in
           LCR" for a table containing nested table columns. Also, the "ORA-02019: connection description for remote database not found" error may
           be returned if the database link or the TNS service was undefined on the logical standby database.

           When this happens, use the DBMS_LOGSTDBY.INSTANTIATE_TABLE procedure for the table being created and then restart SQL apply operations.
     

    Logical Standby Databases On the Same Node as the Primary Database

           If a logical standby database is located on the same computer system as the primary database, it's likely that both Oracle instances will have
           access to the same directory structure. There are Oracle commands that reuse datafiles. If Oracle commands that reuse datafiles are applied
           on the primary database, the commands may also be applied on the logical standby database. If that happens while the primary database is
           shut down, it's possible for the logical standby database to claim the file as part of its database and possibly cause damage to the primary
           database.

           For this reason only, Oracle Corporation recommends using the following settings when running the primary and logical standby databases on
           the same computer system.

    EXECUTE DBMS_LOGSTDBY.SKIP('ALTER TABLESPACE');
     

    Granting Privileges to SYS Returns ORA-01749

           If SQL apply operations fail on a logical standby database and return the "ORA-01749 you may not GRANT/REVOKE privileges to/from
           yourself" error message, it is probably caused by an attempt to execute a GRANT DDL statement to grant a privilege or a role to SYS. To
           verify that this is the problem, query the DBA_LOGSTDBY_EVENTS view to see the failed DDL statement along with it's transaction ID (shown in the XIDUSN, XIDSLT, XIDSQN columns) in the view. To fix the problem:

    1. Execute the DBMS_LOGSTDBY.GUARD_BYPASS_ON PL/SQL procedure
    2. Execute the failed DDL statement
    3. Enter the XIDUSN, XIDSLT, XIDSQN column values as parameters to the DBMS_LOGSTDBY.SKIP_TRANSACTION PL/SQL procedure
    4. Restart SQL apply operations on the logical standby database

    Refreshing Materialized Views on a Logical Standby Database

           Materialized views must be refreshed separately on a logical standby database using the GUARD_BYPASS_ON and GUARD_BYPASS_OFF procedures of the DBMS_LOGSTDBY package. For example:

    EXECUTE DBMS_LOGSTDBY.GUARD_BYPASS_ON;
    EXECUTE DBMS_MVIEW.REFRESH ( 'BMVIEW', 'F', '',TRUE,FALSE,0,0,0,FALSE);
    EXECUTE DBMS_LOGSTDBY.GUARD_BYPASS_OFF;
               See Also: Oracle9i Supplied PL/SQL Packages and Types Reference for more information about the DBMS_LOGSTDBY
               package

           Also, if you are using the DBMS_LOGSTDBY.APPLY_SET procedure but you are not using the default value of FULL for the
           TRANSACTION_CONSISTENCY parameter, you should stop SQL apply operations before refreshing materialized views on the logical standby database.
     

    Initially Starting Logical Standby Fails with ORA-1652

           LogMiner uses temporary tables to stage its internal dictionary as it is mining it out of the redo stream. If the temporary tablespace is not
           configured adequately (for example, it either does not have enough space or is not backed up by a temporary file), the initialization phase of a
           logical standby database will fail with the following errors:

    ORA-1652:  unable to extend segment by 512 in tablespace TEMP
    ORA-01332: internal Logminer Dictionary error

           To work around the problem, increase the size of the temporary tablespace and start the logical standby database.
     

    Verify Warning Is Incorrect

           Occasionally, when performing Data Guard broker operations, you may see the following message in the Data Guard configuration log file:

    RSM: error in accessing metadata.

           You can safely ignore this message. It is benign and does not indicate any operational problem with the broker or the databases included in
           the broker configuration.
     

    Using Multiple Domain Names in a CONNECT Command

           When connecting to a database using the Data Guard command-line interface (DGMGRL), a connect string that includes multiple domains
           separated by dots may result in the "invalid username/password; logon denied" message being returned. For example, the following CONNECT command can be problematic:

    DGMGRL> CONNECT sys/change_on_install@standby.acme.com

           Use one of the following solutions to work around this problem:

      1. Use double quotation marks. For example: DGMGRL> CONNECT sys/change_on_install@"standby.acme.com"
      2. Use connect strings that do not have multiple domains. This solution might require that you edit the TNSNAMES.ORA file.

    Manually Finding an Archive Gap

           In Appendix B, Section B.3.2 "Determining Whether an Archive Gap Exists," the text recommends querying the V$ARCHIVE_GAP view to
           determine whether there is an archive gap.

           Instead, you should query the V$ARCHIVED_LOG and V$LOG views, which more accurately reflect if there is a gap on a particular standby destination.
           For example, the following query shows that there is a difference in the RECD and SENT sequence numbers for the destination specified by DEST_ID=2, indicating that there is a gap:

    SQL> SELECT MAX(R.SEQUENCE#) LAST_SEQ_RECD, MAX(L.SEQUENCE#) LAST_SEQ_SENT FROM
      2> V$ARCHIVED_LOG R, V$LOG L WHERE
      3> R.DEST_ID=2 AND L.ARCHIVED='YES';

    LAST_SEQ_RECD LAST_SEQ_SENT
    ------------- -------------
                7            10

           Use the following query to determine the names of the archived redo logs on the local system that must be copied to the standby system that
           has the gap:

    SQL> SELECT NAME FROM V$ARCHIVED_LOG WHERE THREAD#=1 AND DEST_ID=1 AND
      2> SEQUENCE# BETWEEN 7 AND 10;

    NAME
    --------------------------------------------------------------------------------
    /primary/thread1_dest/arcr_1_7.arc
    /primary/thread1_dest/arcr_1_8.arc
    /primary/thread1_dest/arcr_1_9.arc
    /primary/thread1_dest/arcr_1_10.arc
     

    DBMS_LOGSTDBY.INSTANTIATE_TABLE

           The DBMS_LOGSTDBY PL/SQL procedure does not support the BLOB data type even though BLOB data types are supported by logical standby databases.
           Also, the order of the parameters for the INSTANTIATE_TABLE procedure is incorrect in the Oracle9i Data Guard Concepts and Administration and in the
           Oracle9i Supplied PL/SQL Packages and Types Reference. The correct parameter order is as follows:

    DBMS_LOGSTDBY.INSTANTIATE_TABLE
         schema_name IN VARCHAR2,
         table_name  IN VARCHAR2,
         dblink      IN VARCHAR2);
     

    Patch Set components

    Fixes for the following components (visible in the Oracle Universal Installer Summary) are included in the 9.2.0.3.0 Patch set:
     
    Component Name Version
    Advanced Queueing (AQ) API 9.2.0.3.0
    Agent Required Support Files 9.2.0.3.0
    Assistant Common Files 9.2.0.3.0
    Authentication and Encryption 9.2.0.3.0
    Database SQL scripts 9.2.0.3.0
    Database Verify Utility 9.2.0.3.0
    Data Management Services Common Files 9.2.0.3.0
    DBJAVA Required Support Files 9.2.0.3.0
    DCE Integration 9.2.0.3.0
    Export/Import 9.2.0.3.0
    Generic Connectivity Common Files 9.2.0.3.0
    Generic Connectivity using ODBC 9.2.0.3.0
    Generic Connectivity using OLEDB-FS 9.2.0.3.0
    Generic Connectivity using OLEDB-SQL 9.2.0.3.0
    iSQL*Plus 9.2.0.3.0
    JDBC/OCI Common files 9.2.0.3.0
    LDAP Required Support files 9.2.0.3.0
    MIcrosoft SQLServer(TM) Extenstions 9.2.0.3.0
    Migration Utility 9.2.0.3.0
    New Databasie id 9.2.0.3.0
    Object Type Translator 9.2.0.3.0
    Oracle Applications Extensions  9.2.0.3.0
    Oracle C++ Call Interface  9.2.0.3.0
    Oracle Call Interface (OCI) 9.2.0.3.0
    Oracle Client Required Support Files 9.2.0.3.0
    Oracle Common Schema Demos 9.2.0.3.0
    Oracle Connection Manager 9.2.0.3.0
    Oracle Core Required Support Files 9.2.0.3.0
    Oracle Database Demos 9.2.0.3.0
    Oracle Database Utilities 9.2.0.3.0
    Oracle eBusiness Management Extensions 9.2.0.3.0
    Oracle EMD Agent Extensions 9.2.0.3.0
    Oracle Intellgent Agent Base Component Files 9.2.0.3.0
    Oracle interMedia Client Compatibility Files 9.2.0.3.0
    Oracle interMedia Client Demos 9.2.0.3.0
    Oracle interMedia Common Files 9.2.0.3.0
    Oracle intermedia Java Advanced Imaging 9.2.0.3.0
    Oracle Internet Directory Client 9.2.0.3.0
    Oracle Internet Directory Client Common Files 9.2.0.3.0
    Oracle Internet Directory Configuration Assistant 9.2.0.3.0
    Oracle Internet Directory Server 9.2.0.3.0
    Oracle Internet Directory Tools 9.2.0.3.0
    Oracle Java Core 9.2.0.3.0
    Oracle Java Tools 9.2.0.3.0
    Oracle JDBC Development Drivers 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.1 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.2 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.4 9.2.0.3.0
    Oracle JVM 9.2.0.3.0
    Oracle Java Tools 9.2.0.3.0
    Oracle Label Security 9.2.0.3.0
    Oracle Names 9.2.0.3.0
    Oracle Net Configuration Assistant 9.2.0.3.0
    Oracle Net Listener 9.2.0.3.0
    Oracle Net Manager 9.2.0.3.0
    Oracle Net 9.2.0.3.0
    Oracle Net Required Support Files 9.2.0.3.0
    Oracle OLAP  9.2.0.3.0
    Oracle OLAP API 9.2.0.3.0
    Oracle OLAP CWM Lite 9.2.0.3.0
    Oracle Partitioning 9.2.0.3.0
    Oracle Spatial 9.2.0.3.0
    Oracle SQLJ 9.2.0.3.0
    Oracle Text 9.2.0.3.0
    Oracle Trace 9.2.0.3.0
    Oracle Trace Required Support Files 9.2.0.3.0
    Oracle Ultra Search Common Files 9.2.0.3.0
    Oracle Ultra Search Middle-Tier 9.2.0.3.0
    Oracle Ultra Search Server  9.2.0.3.0
    Oracle Transparent Gateway for Microsoft SQL Server 9.2.0.3.0
    Oracle Transparent Gateway for Sybase 9.2.0.3.0
    Oracle Transparent Gateway for Teradata 9.2.0.3.0
    Oracle Wallet Manager 9.2.0.3.0
    Oracle XML Developer's Kit 9.2.0.5.0
    Oracle XML SQL Utility 9.2.0.3.0
    Oracle9i Globalization 9.2.0.3.0
    Oracle9i Real Applications Clusters 9.2.0.3.0
    Oracle9i  9.2.0.3.1
    PL/SQL 9.2.0.3.0
    PL/SQL Required Support Files 9.2.0.3.0
    Precompiler Common Files 9.2.0.3.0
    Precompiler Required Support Files 9.2.0.3.0
    Pro*C/C++ 9.2.0.3.0
    Pro*COBOL 1.8.77.2.0
    RDBMS Required Support Files 9.2.0.3.0
    Recovery Manager 9.2.0.3.0
    SQL*Loader 9.2.0.3.0
    SQL*Plus 9.2.0.3.0
    SQLJ Runtime 9.2.0.3.0
    SSL Required Support Files 9.2.0.3.0
    Secure Socket Layer 9.2.0.3.0
    Utilities Common Files 9.2.0.3.0
    XDK Required Support Files 9.2.0.3.0
    XML 9.2.0.3.0
    XML Parser for C 9.2.0.3.0
    XML Parser for C++ 9.2.0.3.0
    XML Parser for Java  9.2.0.3.0
    XML Parser for PL/SQL  9.2.0.3.0
    XML Parser for Oracle JVM 9.2.0.3.0
    XSQL Servlet 9.2.0.3.0

    How to Install This Patch Set

    The instructions for installing this patch set assume a minimal familiarity with the Oracle Universal Installer.

    As with any maintenance operation, Oracle Corporation recommends that you back up your Oracle software before making any changes to it.

    Important Notes

    Installing the Patch Set

    Notes
    • If an inadvertent attempt is made to apply this Patch Set to a non-9.2.0 release, then a warning dialog box entitled Dependencies is displayed which contains the following error message:

    • There are no patches that need to be applied from the patch set Oracle9i Patchset 9.2.0.3.0
      The installer will not allow the installation to proceed. Just acknowledge the error and click on the Exit button to end the installation session.

    1. When applying this patchset on Windows NT, XP  or Windows 2000, you must log onto the system as a user with Administrative privileges
         (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
          drop public synonym xmlconcat;
          drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:


        IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:

       If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
     
       Stop the Windows service named "OracleGSDService"
       Stop the Windows service named "OracleCMService9i".
       Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
     

       For Example:
       C:\>net stop OracleGSDService
       C:\>net stop OracleCMService9i
       C:\>net stop OraFenceService

       Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...

       xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).

       Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.

       C:\>net start OraFenceService
       C:\>net start OracleCMService9i
       C:\>net start OracleGSDService

       After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.

    6. Start the installer:


    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
                  1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
                  that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
                  2. Follow the steps given below within the installer:
                            1. On the Welcome screen, click the Next button. This will display the File Locations screen.
                            2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
                                the Patch Set tar file.
                            3. Select the products.jar file. Click the Next button
                                The products file will be read and the installer will load the product definitions.
                                The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
                            4. Verify the products listed and then click on the Install button.
                            5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
                                to exit the installer.
    To perform a silent installation requiring no user intervention:
                            1. Copy the response file template provided in the response directory where you unpacked the Patch
                                Set tar file.
                            2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
                                in the template.
                            3. From the unzipped patchset installation area, start the installer by running the setup executable passing
                                as the last argument the full path of the response file template you have edited locally with your own
                                value of ORACLE_HOME and FROM_LOCATION:
                                 setup.exe -silent -responseFile <full_path_to_your_response_file>           Execute the following if you use Oracle OLAP option:
              alter user olapsys identified by <password> account unlock
              connect olapsys/<password>
              @cwmlite/admin/cwm2awmd.sql

    De-Installing a Patch Set

    There is no mechanism provided for de-installing patch sets. If you are concerned about being able to de-install a patch set, Oracle Corporation recommends that you back up your software installation, before applying the patch set.

    If you must de-install a patch set, Oracle recommends one of the following procedures (in order of preference):

    Regardless of how you de-install a patch set, please contact Oracle Support Services to verify that the problem you are encountering is addressed.

    Re-installing the Patch Set

    While deinstalling a patchset once it has been installed is not possible, it is possible to re-install a patchset. This is useful if your Oracle Home has become corrupted in some way, and you wish to re-install the patchset to restore the updated bits in that Oracle Home to the versions installed by the patchset.

    To re-install a patchset, follow the steps listed below:

    1. Make sure you do the same set of pre-installation tasks that you did when installing that patchset initially:
    2. Start the installer in the same manner that you did when installing the patchset initially. You may only re-install a patchset by running the installer in interactive mode.
    3. The installer will take you through the following set of steps to re-install that patch:
      1. On the Welcome screen, click the Next button. This will display the File Locations screen.
      2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked the Patch Set tar file.
      3. Select the products.jar file. Click the Next button

      4. The products file will be read and the installer will load the product definitions.
      5. The installer will display the Available Product Components screen. This screen contains a tree listing of all the components that have been patched by the original patchset installation. These components will be greyed out, indicating that they cannot be selected for installation.
      6. For each component listed in the tree, expand the node to the left of the component name. You will see a "Patch" that corresponds to each component. Select the "Patch" for installation by clicking the check box to the left of the Patch name. When you do this right-hand column indicating Install Status should say "Reinstall".
      7. Repeat this process for each patch that is bundled with the patchset until the desired patches are chosen for re-install, then click the Next button.
      8. The patches that will be re-installed will be displayed. Verify that the list of patches to be re-installed is correct and click the Install button.
      9. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm to exit the installer.

    Known Restrictions

              The stack trace for this issue is as follows :

         ksedmp()
         ssexhd()
         sigacthandler()
         krvuprlcr()
         krvurtrm_ReleaseTxR
         krvxrti_ReleaseTxnI
         krvurtrm_ReleaseTxR
         elMem()
         knahspx()
         krvsrt()
         knasm2()
         knahsma()
         knasm2()
         kxfprdp()
         opirip()
         kxfprdp()
     


    After applying the patchset to an OH without a dabase, if you run dbca and select the database install option 'General Purpose' or 'Transaction Processing' in
    the DBCA to install a 9.2.0.3 database, then Ultra Search will not function after the installation. Oracle Corporation
    has assigned bug identification number 2831333 to track this problem
    To workaround the problem, you can use either one of the following two approaches:

    (1) This approach will install a preconfigured database optimized for general purpose usage.

    - Install the 9.2.0.1 database using the 'General Purpose' option.
    - Install the 9.2.0.3 patchset using instructions above.

    (2) This approach will build a new database. It will take longer to complete the installation.

    - Install the 9.2.0.1 database using the 'Software Only' option.
    - Install the 9.2.0.3 patchset using instructions above.
    - Launch DBCA and create the 9.2.0.3 database using the 'New Database' option.
     
     

    Bugs Addressed in this Patch Set

    Generic Bugs Fixed

    * indicates that an alert exists for this bug.
    + indicates a particularly notable bug.

    "OERI" is used as a short notation for ORA-600 in this listing.

    Bug Fixes by Category

    Bug Categories
  • Corruption
  • Recovery
  • ANSI Joins
  • Advanced / Secure Networking
  • Advanced Queuing
  • Analytic SQL (Windowing etc..)
  • Application Context
  • Bitmap Indexes
  • Change Data Capture
  • Compressed Key Index / IOT
  • Compressed data storage
  • Constraint Related
  • Crash - Issues which may cause an Instance crash
  • DB-Link / Distributed
  • Domain Indexes
  • Export/Import
  • External Tables
  • Function Based Index (including DESC indexes)
  • Gateways / Heterogeneous Services
  • Hang - Involving shared resource
  • Hang - Process hang
  • Hang - Process spins
  • Hash Join
  • Index Only Tables (IOT)
  • Instance startup
  • Intelligent Agent
  • InterMedia (Images)
  • InterMedia (Video)
  • Interoperability (between releases)
  • JDBC
  • Java / SQLJ / JSP / Corba etc..
  • Job Queue
  • LDAP / Oracle Internet Directory
  • LOB Related (CLOB/BLOB/BFILE)
  • Literal Replacement (CURSOR_SHARING)
  • LogMiner
  • MERGE .. USING
  • Memory Corruption
  • Migration / Upgrade / Downgrade
  • NLS (National Language Support)
  • NUMA Related
  • Network - Connection Manager
  • Network
  • OCCI
  • OCI
  • ODBC Driver
  • Objects (Types/Collections)
  • Optimizer
  • Oracle Disk Manager
  • Oracle Label Security
  • Oracle Names
  • Oracle OLAP
  • Oracle Text (formerly interMedia Text)
  • Oracle Text INSO Filters
  • Oracle Type Translator
  • PL/SQL (DBMS Packages)
  • PL/SQL
  • PLSQL External Procedures (EXTPROC)
  • Parallel Query (PQO)
  • Partitioned Tables
  • Performance
  • Physical Standby Database / Dataguard
  • Pro* Precompiler
  • Query Rewrite (including Materialized Views)
  • RAC (Real Application Clusters)
  • RMAN (Recovery Manager)
  • Replication
  • Resource Leaks (eg: Memory Leak)
  • SQL*Loader
  • SQL*Plus
  • SQLJ
  • Security / Vulnerability Issues
  • Security
  • Shared Pool
  • Shared Server (formerly MTS)
  • Space Management - Bitmap Managed Segments
  • Space Management - Locally Managed Tablespaces
  • Spatial Data
  • Spatial RTREE
  • Star Transformation
  • Streams / Logical Standby
  • System Managed Undo
  • TIMESTAMP data type
  • Transparent Application Failover
  • Transportable Tablespaces
  • Triggers
  • Ultra Search
  • Wallet Manager
  • Wrong Results
  • XA / Distributed Transactions
  • XDB
  • XML / XDK
  • Dumps / Abends
  • Errors & Internal Errors
  •       Miscellaneous

  •  

     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    Bug Fixes by Category
     
    Category Fixed BugNo Description
    Corruption 9203 2697938* UPDATE of object table sets columns to NULL with index only access
    9203 2157903+ MOVE of MVIEW corrupts the data or dumps (ORA-7445 [qerltRop] or similar)
    9203 2381172+ IMPORT fails / corrupts the AQ dictionary with duplicate QUEUE_TABLE names
    9203 2645378+ LOB data corruption after RECOVERY
    9203 2645455+ Control characters are trimmed from bind variables
    9203 1584155 DROP FORCE/RECREATE TYPE with DEPENDENCIES corrupts dictionary information
    9203 2234028 CREATE TABLE OF <TYPE> AS SELECT can produce invalid table data
    9203 2348277 DBV/RMAN may incorrectly report completely zero blocks as corrupt
    9203 2354965 False fractured block messages possible during Direct Path IO
    9203 2469314 DBVERIFY may dump when reporting a block corruption
    9203 2470864 UPDATE may not update all rows if CHECK CONSTRAINT compares columns
    9203 2473741 Before row update trigger may not fire for MERGE statement
    9203 2508682 Under heavy load concurrent sessions may use wrong shared cursor (wrong schema)
    9203 2541038 Streams / Logical standby get corrupt/missing data for row migrated partitioned LOB columns
    9203 2541360 V$BACKUP_SPFILE records can get corrupted / RMAN-10031
    9203 2542609 Corruption from CANCEL of managed standby if primary is RAC
    9203 2562274 Block corruption / OERI[KCOAPL_BLKCHK] updating LONG data
    9203 2563206 CLOB data is corrupted when inserted from an 8.0 client to multibyte 9.2 server
    9203 2566356 ONLINE MOVE of KEY-COMPRESSED IOT corrupts the IOT
    9203 2585648 OERI:[KCCCHB_1] should CRASH the instance but does not
    9203 2646101 Data corruption binding a JDBC TEMP CLOB into an NCLOB column
    9203 2656881 LOB data corrupt after migrating DB from single -> multibyte
    9203 2729655 Direct load of PARTITION may not update bitmap index
    9203 2732343 Streams capture update of LOB data > 32K gives wrong length on APPLY
    9202 2384289* Corruption / internal errors after upgrading database to 9.2
    9202 2371453+ CREATE OR REPLACE SYNONYM can lead to inconsistent dictionary (old IDL data)
    9202 1733957 Array interface deletes too many rows with correlated subquery
    9202 2014766 Java TRIGGERS do not set :NEW variables to the new values
    9202 2025426 Bad number data / NumberFormatException with leading 0's in number string in JDBC
    9202 2161360 DROP of OPERATOR corrupts dictionary - ORA-29836 on ALTER INDEXTYPE
    9202 2197703 Update of LONG with PLSQL BULK BIND can update incorrectly
    9202 2215837 OERI:6100 / index corruption possible on compressed key index
    9202 2232548 VARRAY number columns are not rounded / truncated
    9202 2238718 Spin possible due to corrupt block on mirrored datafile
    9202 2245006 OCCI populating NESTED TABLE / VARRAY > 245 elements inserts corrupt data
    9202 2259466 PLSQL: Assigning one VARRAY to another produces corrupt VARRAY - ORA-6533 / OERI:KOPE2_READSTR232
    9202 2286290 ALTER TABLE MOVE should not be allowed for Queue tables
    9202 2293492 Fatal error during COMMIT / ROLLBACK may cause permanent corruption (eg: ORA-8102)
    9202 2299683 PK not enforced if added using existing COMPRESSED NON UNIQUE index
    9202 2299909 ARRAY UPDATE can cause TABLE / INDEX inconsistency
    9202 2314238 VARCHAR2 Bind variables loose any TRAILING SPACES when used over a DATABASE LINK or bound dynamically
    9202 2336714 PARALLEL MERGE does not error if the UPDATE violates a CHECK CONSTRAINT.
    9202 2366191 Database corruption possible from concurrent ALTER DATABASE OPEN
    9202 2367256 Fix for Bug:2133357 not in Oracle9i (Corrupt LOBS after altering DB characterset)
    9202 2373145 DBVERIFY does not identify fractured blocks
    9202 2377630 OERI[5106] / dictionary corruption on concurrent ADD DATAFILE & DROP TABLESPACE
    9202 2380475 Dictionary corruption from CREATE OR REPLACE SYNONYM on TYPE
    9202 2386401 LOADER may load incorrect values for PACKED DECIMAL data
    9202 2399039 ALTER TABLE DROP COLUMN drops the wrong column
    9202 2405258 Dictionary corruption / OERI:15265 from MOVE LOB to existing segment name
    9202 2421031 VARRAY of FLOATs are truncated on insert
    9202 2423571 Invalid Oracle numbers possible if ProCobol uses COMP variables containing invalid COMP data
    9202 2428202 ORA-600[kdrpFLdoseg_1] using DBMS_REPAIR.REBUILD_FREELISTS
    9202 2432864 DBVERIFY does not work properly on RAW or for different BLOCKSIZE
    9202 2448081 DIRECT load loads PACKED DECIMALS exceeding specified precision / scale
    9202 2468782 Direct load with SQL expression in CONTROL file can fail / store incorrect data
    9202 2498186 DEPENDENCY$ corrupted on ALTER INDEXTYPE
    9202 2515703 Dictionary corruption from concurrent partitioned IOT maintenance
    Recovery 9203 2645378+ LOB data corruption after RECOVERY
    9203 2388569 Hang possible in parallel transaction recovery
    9203 2399093 ORA-16000 opening database READ ONLY
    9203 2408817 V$RECOVERY_PROCESS.SOFAR may decrease during media recovery
    9203 2424490 OPTIONAL LOG_ARCHIVE_DEST_X failures not written to ALERT LOG
    9203 2449124 MAX_FAILURE in LOG_ARCHIVE_DEST_N does not work
    9203 2555509 Parallel media recovery slower than needed
    9203 2594513 ORA-7445 [kcrradinit] possible during ARCH cross-instance archival
    9203 2605511 OERI[3672] changing tablespace READ-WRITE after incomplete recovery
    9203 2662180 RECOVER UNTIL SCN may stop before expected SCN if log corrupt
    9202 2487487 LGWR may hang writing to >1 archive destinations with NOAFFIRM
    ANSI Joins 9203 2315444 Dump from query with LATERAL view
    9203 2458655 OERI[QCTECTE1] from FULL OUTER JOIN with BIND variable in subquery
    9203 2656627 Wrong results from ANSI OUTER JOIN with CONSTANT predicates in ON clause
    9203 2670901 ORA-604 / ORA-907 / ORA-904 from WITH clause with ANSI join in it
    9202 2245372 ORA-904 possible from TABLE.* in SELECT list from ANSI join query
    9202 2338661 Wrong results possible from ANSI outer join
    9202 2352928 Wrong results / dump from FULL OUTER JOIN to SUBQUERY with GROUP BY
    9202 2357784 OERI[QCTCTE1] parsing ANSI OUTER JOIN with a VIEW with a SET operation (eg: UNION ALL)
    9202 2360043 LEFT OUTER JOIN may produce incorrect results instead of ORA-1799
    9202 2370324 False ORA-904 possible on NATURAL RIGHT JOIN of different schema tables
    9202 2388008 Wrong results from ANSI outer join with 'const <relop> col'
    Advanced / Secure Networking 9203 2171847 KERBEROS adapter cannot handle Windows 2000 tickets
    9203 2392264 Kerberos adapter cannot get a ticket from a MS KDC user with >= 75 groups
    9203 2666840 Certificate with CN greater than 64 bytes rejected
    9202 2275708 FIPS-140 fails completely on Windows platforms
    9202 2285343 RADIUS adapter client may dump for passwords over 128 characters
    9202 2299279 Dump possible if user certificate is also a trusted certificate
    9202 2337115 JavaSSL: InterruptedException not handled properly
    9202 2517364 Certicom SSL bug fixes
    9202 2524122 SSL patch for "CERT advisory CA-2002-23"
    Advanced Queuing 9203 2381172+ IMPORT fails / corrupts the AQ dictionary with duplicate QUEUE_TABLE names
    9203 2298215 AQ dequeue can intermittently take seconds to dequeue
    9203 2370520 EMON hang - message notifications not delivered
    9203 2486477 "buffer busy waits" on very active Queue table (IOT)
    9203 2490090 Propogation stops if queues are recreated and enqueuing session does not reconnect
    9203 2497219 OERI:[17065] / OERI:[17064] from XAOROLLBACK with AQ in OPS/RAC
    9203 2543395 RETRY_COUNT not incremented when DEQUEUEING session dies
    9203 2573516 When DEQUEUE rolled back other sessions do not see the message immediately
    9203 2598124 EXP-8 / ORA-1422 if queue and queue table have same name
    9202 2131687 ORA-604 / ORA-1001 querying V$AQ / X$KWQSI
    9202 2145198 AQ event notifications may not be delivered / QMN does not free connection descriptors
    9202 2200934 PMON may crash in kssxdl cleaning up session which was enqueuing a message
    9202 2200961 OERI:[529] in PMON after session dies when adding a subscriber
    9202 2221168 Orphan messages possible after remote subscriber removed
    9202 2249786 IMP-17 / ORA-24150 possible importing user RULE SET
    9202 2265794 Dequeue with next message navigation may get ORA-1555
    9202 2272964 QMN may die with OERI:[KWQITNMPTME:WAIT] when dequeue by message ID
    9202 2273354 AQ/JMS message notifications may not be received
    9202 2277283 Only SYS can register Connection Factories using JDBC (or PLS-201 thrown)
    9202 2286290 ALTER TABLE MOVE should not be allowed for Queue tables
    9202 2349021 ADT LOB dequeue may dump in multithreaded client
    9202 2349883 OERI:[kwqpaspse2c: invalid status] after interrupted DBMS_AQADM.UNSCHEDULE_PROPAGATION
    9202 2364533 ClassLoaderException possible using OJMS in OC4J EJB
    9202 2372052 OJMS does not support multiple JMS connections in JDBC Thin
    9202 2372422 OJMS throws NullPointerException with NULL payload enqueued using JDBC THIN
    9202 2373192 OERI[KOPE2_WRITES118] on AQ propogations between different character set databases
    9202 2384580 OJMS fails to remove a durable subscriber in compliant mode
    9202 2390435 OJMS close() rolls back current global transaction
    9202 2395193 OERI:4414 / ORA-1403 on dequeue of pre-9.2 enqueued messages
    9202 2398517 OERI:KOPE2PIC661 and similar on AQ propogation between different Oracle versions
    9202 2402677 ENH: Add JDBC thin OJMS support for all JMS message types on single destination
    9202 2402690 ENH: Add JDBC thin OJMS support for all JMS message types on single destination
    9202 2405004 PROPAGATION from TYPED QUEUE to AnyData queue fails
    9202 2409601 OERI[!QSCHEMA] from DBMS_AQADM.VERIFY_QUEUE_TYPES if queue name does not include SCHEMA
    9202 2424746 Unexpected ORA-24033 enqueuing an AQ message after upgrade to 9.2
    9202 2458956 OJMS AQjmsException enqueuing javax.jms.BytesMessage > 2000 bytes
    9202 2483854 ORA-7445 [kwqppreaqe] with >10 remote subscribers to a queue
    Analytic SQL (Windowing etc..) 9203 2507421 OERI:[kkqwrm_noref: COLFDNF set] possible from WINDOW function and WITH clause
    9203 2708898 STAR_TRANSFORMATION with a WINDOW function may dump (evaopn2)
    9203 2767539 Dump (in qerpxStart) possible from TEMP TABLE TRANSFORMATION with WINDOW function
    9202 2176103 OERI:[KKQSRRE-1] on query rewrite with FIRST / LAST & aggregate
    9202 2331475 OERI:[qkaSplitOGs.2] possible from COUNT(*) with window functions.
    9202 2443764 Simple CASE expressions much slower than DECODE equivalent
    9202 2482089 GROUPING SET QUERY gives wrong results on Query REWRITE
    9202 2483794 ORA-7445[NSOINP] using GROUPING SETS with SUBQUERY
    Application Context 9203 2435725 APPLICATION CONTEXT attribute visible after dropping the NAMESPACE
    Bitmap Indexes 9203 2451259 ORA-28604 on recreate of BITMAP index on COMPRESSED table
    9203 2536531 MERGE on table with BITMAP index fails with OERI:[kauins:1]
    9203 2556294 ORA-7445[kkocfcc] possible using Bitmap Join Index
    9203 2569154 Wrong results from PQ with NL of BITMAP INDEX with ROWID predicate
    9202 2134836 OIERI:QKABRIX1 possible with BITMAP and PARTITIONED index on NON-PARTITIONED table
    9202 2156961 OERI:20040 possible from bitmap index
    9202 2286794 Dump in evaopn2 if STAR transformation FACT table has >1 bitmap index on a join column
    9202 2293722 ORA-7445 [evaopn2] possible using BITMAP JOIN INDEX with may NULLs
    9202 2364585 STAR transformation may dump (EVAOPN2) if fact column is leading prefix of bitmap index
    Change Data Capture 9203 2362606 DBMS_CDC_PUBLISH.PURGE does not purge the change table
    9202 2205649 ORA-29531 from DBMS_LOGMNR_CDC_PUBLISH.DROP_SUBSCRIBER_VIEW
    9202 2338739 DBMS_LOGMNR_CDC_PUBLISH / DBMS_CDC_PUBLISH may error with ORA-1426
    Compressed Key Index / IOT 9203 2566356 ONLINE MOVE of KEY-COMPRESSED IOT corrupts the IOT
    9203 2629193 OERI:[711]..[KDIFXS - PREFIX CONTEXT] selecting COMPRESSed key IOT
    9202 2215837 OERI:6100 / index corruption possible on compressed key index
    9202 2262336 Compute statistics on COMPRESSed key index has wrong DISTINCT KEYS value
    9202 2299683 PK not enforced if added using existing COMPRESSED NON UNIQUE index
    Compressed data storage 9203 2451259 ORA-28604 on recreate of BITMAP index on COMPRESSED table
    9203 2474106 COMPRESSION information not shown in dictionary views
    9203 2501800 ORA-7445 [kdblailb] from Direct path load into a COMPRESSed table
    9203 2553074 ORA-12996 should always occur ALTER TABLE DROP COLUMN after COMPRESS
    Constraint Related 9203 2136347 ORA-4020 on CREATE OR REPLACE VIEW with SELF-REFERENTIAL CONSTRAINTS
    9203 2452631 Wrong results with CHECK CONSTRAINTS on OUTER JOIN columns
    9203 2470864 UPDATE may not update all rows if CHECK CONSTRAINT compares columns
    9202 2202561 Wrong results possible from CHECK CONSTRAINT with empty string ''
    9202 2236731 BULK ROW COUNT returned from ARRAY insert may be wrong if constraint violated
    9202 2258479 ORA-00600 [15264] enabling FOREIGN KEY constraint against a view
    9202 2281312 ORA-7445/dump possible on UPDATE of PRIMARY KEY enforced with a DESC index
    9202 2299683 PK not enforced if added using existing COMPRESSED NON UNIQUE index
    9202 2336714 PARALLEL MERGE does not error if the UPDATE violates a CHECK CONSTRAINT.
    9202 2435787 PDML may hang for tables with referential integrity constraints
    9202 2520470 ORA-28506 querying ALL_CONSTRAINTS in HS
    Crash - Issues which may cause an Instance crash 9203 2548338 LGWR may CRASH the instance (ORA-340) after failure of a single log
    9203 2590120 PMON may crash instance with ORA-600 [KTUABT_1: DROP/TRUNCATE NOT COMP]
    9203 2688442 SMON may CRASH instance with ORA-7445[KSFD_OSDRQFIL]
    9203 2695916 LCK PGA memory leak - may crash instance
    9203 2736672 LSP0 failure may crash instance
    9202 2028564 ORA-7445 or OERI:17114 errors possible after OERI:729 - PMON may die
    9202 2108072 OERI:1433 if LGWR archival is ASYNC and network congested
    9202 2200934 PMON may crash in kssxdl cleaning up session which was enqueuing a message
    9202 2200961 OERI:[529] in PMON after session dies when adding a subscriber
    9202 2271499 CKPT may crash the instance if datafile cannot be accessed
    9202 2308667 PMON may OERI:[KSSRMP1]
    9202 2376087 PMON can crash the instance with OERI:[KJCCFMB:X!] if a process dies in a small timing window
    9202 2389513 SMON may crash with ORA-7445 in kxsrod()
    9202 2391877 PMON may crash the instance with OERI:[4157] if AUDITING is enabled
    9202 2392166 Calling SERIALLY_REUSABLE PLSQL from SQL can cause PMON to crash
    DB-Link / Distributed 9203 1829296 False ORA-980 from PLSQL referencing SYNONYM which uses a DBLINK
    9203 2374041 OERI[QERSQCLOSE-1] selecting REMOTE sequence from empty local table
    9203 2425312 ENH: Include PLSQL RPC information in 10046 trace
    9203 2438953 OERI[KCBGCUR_2] / OERI[6856] from RECO in RAC/OPS
    9203 2448925 ORA-4030 from CTAS of CLOB over DBLINK from non_UTF8 -> UTF8
    9203 2452537 SELECT of remote sequence leaks cursors (ORA-1000)
    9203 2487248 Dump / memory corruption if Event 10129 is set for a distributed query
    9203 2490061 ORA-932 for remote SQL using TIMESTAMP datatype
    9203 2519148 Memory leak from PLSQL RPC to an older database version in a LOOP
    9203 2533616 Materialized view refresh can use lots of CPU
    9203 2533766 Wrong results from HASH JOIN over DBLINK between multibyte databases
    9203 2545840 Distributed query may see remote changes from AFTER the snapshot SCN
    9203 2567290 Large packet over DBLINK may fail with ORA-12539
    9203 2572944 SELECT over 8i -> 9i DBLINK may fail with ORA-7445 [opidsi]
    9203 2576353 ORA-7445[qxopqgcd] from remote query with user defined function
    9203 2599290 OERI from 8.0 client querying NULLs and LONG over 9i -> 9i DBLINK
    9203 2608776 ORA-3106 in 8.0 client SELECTing pseudo column from 9i server over DBLINK
    9203 2622558 XA Open option to close precompiler cursors on XA_END (avoid ORA-24779 errors)
    9203 2641473 OERI[OPIXRB-4] from V7 client binding SQLT_RID to 9.2 table over DBLINK
    9203 2658212 OERI:[KKCHBYT] possible with _keep_remote_column_size = TRUE
    9203 2694605 ORA-3118 possible when PLSQL executed over a DBLINK
    9203 2696120 OCCI client dump (kpuhhalo) on Commit/Rollback if using DML over DBLINK
    9203 2698435 Repeated OERI:18260 / OERI:18186 if XA DBLINK errors at commit
    9203 2701820 OERI[18250] / dump using migratable database links
    9202 2043542 DATA_PRECISION incorrectly set to 38 for CTAS of SMALLINT over DBLINK
    9202 2073948 ORA-6550 possible referencing remote partitioned table after DDL performed on it
    9202 2254550 Enterprise user using shared schema passes wrong username over DBLINK
    9202 2255030 ORA-3106 possible from 8.0 client talking to 8i / 9i over a DBLINK
    9202 2267522 "INSERT INTO ... SELECT FUNC@LOOP" reports incorrect number of rows processed
    9202 2273417 RECO may not recover IN-DOUBT transactions when LOGON triggers exist
    9202 2281071 ORA-4030 / memory leak calling RPC in PLSQL cursor loop
    9202 2309738 PLSQL SELECT over DB link throws unexpected error instead of ORA-1403 / no_data_found
    9202 2314238 VARCHAR2 Bind variables loose any TRAILING SPACES when used over a DATABASE LINK or bound dynamically
    9202 2314669 OERI:18090 using local functions with remote tables.
    Domain Indexes 9203 2467216 MERGE/SPLIT partition with LOCAL DOMAIN indexes and UPDATE GLOBAL INDEXES dumps
    9203 2526334 OERI:25012 from AND EQUAL with B-Tree and DOMAIN index
    9203 2628799 Blank data from Domain Index only scan fetching PK only for IOT
    9203 2631842 DBMS_ODCI.ESTIMATE_CPU_UNIT results loose accuracy
    9202 2366678+ Passing parameters to CALLOUTS may dump or report ORA-600 errors
    9202 2099345 Parameters are not passed properly to ODCIStats routines for STATIC TYPE METHODS
    9202 2161360 DROP of OPERATOR corrupts dictionary - ORA-29836 on ALTER INDEXTYPE
    9202 2223449 ORA-29925 / ORA-932 from DML against table with functional DOMAIN index on ADT expression
    9202 2312728 Query against partitioned DOMAIN index dumps if there are many partitions
    9202 2498186 DEPENDENCY$ corrupted on ALTER INDEXTYPE
    Export/Import 9203 2598387* Export / OCI clients using prefetch may see corrupt data
    9203 2381172+ IMPORT fails / corrupts the AQ dictionary with duplicate QUEUE_TABLE names
    9203 2261722 8i export of 9i database dump (in koputilassert) with SUBTYPE / NOT FINAL type
    9203 2435257 IMP-3 / ORA-1031 in SYS.DBMS.DDL if IMP_FULL_DATABASE granted via a ROLE
    9203 2448243 Full export from non DBA user may fail with ORA-1031 in SYS.LT_EXPORT_PKG
    9203 2461455 ORA-7445 [qcdlgtd] or ORA-942 from IMPORT FROMUSER / TOUSER
    9203 2488590 EXP-8 ORA-3113 exporting large CREATE OPERATOR statement
    9203 2508813 ORA-16000 exporting from READ ONLY database
    9203 2514079 Import of ALTERED CTXRULE index can fail with DRG-11000
    9203 2598124 EXP-8 / ORA-1422 if queue and queue table have same name
    9203 2599613 IMP-60 possible when object already exists in database
    9203 2619341 Export may contain invalid SQL for CREATE SYNONYM in FULL export
    9203 2629652 PLS-302 'EXPORT_RULE_SET' must be declared from EXPORT
    9203 2687401 XDBSCHEMAs may not be imported to correct schema
    9202 2311919+ FULL export with datafile > 1024M produces WRONG size datafiles in .DMP file
    9202 2179567 Updatable snapshots do not work after 8.0 export -> 8i/9i import
    9202 2249786 IMP-17 / ORA-24150 possible importing user RULE SET
    9202 2249845 Export does not export SUPPLEMENTAL LOG syntax
    9202 2300104 CREATE VIEW OF TYPE .. UNDER .. does not export the UNDER clause
    9202 2308033 OERI:6191 / OERI:6193 possible on DIRECT mode EXPORT of long row with >=8k DB_BLOCK_SIZE
    9202 2401529 IMP-17/ORA-1031 DBMS_RULE_EXIMP importing 9.0 export file into 9.2
    9202 2488515 EXP-8/ORA-911 on DBMS_RULE_EXP_RL_INTERNAL if usernames have double quotes
    External Tables 9203 2662576 EXTERNAL TABLE select may fail with OERI:[KPXSDPINIT_02]
    9202 1788921 ENH: Add OCI_ATT_IS_EXTERNAL attribute to show table is EXTERNAL
    9202 2179558 ORA-7445[KOTGTSCH] possible selecting from external table
    9202 2214266 Multibyte EXTERNAL TABLE with >1 file may return wrong results
    9202 2245711 TERMINATED BY " " with ENCLOSED BY may incorrectly reject rows
    9202 2245909 SQLLoad with EXTERNAL_TABLE does not find DIRECTORY objects correctly
    Function Based Index (including DESC indexes) 9203 2468542 ORA-7445 [EVAOPN2] with DECODE predicate involving FUNCTIONAL index
    9203 2477249 Wrong results / Dump from INSERT AS SELECT with GROUP BY using FUNCTIONAL INDEX
    9203 2607029 High memory use optimizing SQL with functional indexes and many expressions
    9202 2147213 Wrong results / dump possible using DESC functional index
    9202 2148807 Function based index with GROUP BY / ORDER BY dumps in evaopn2
    9202 2183412 Wrong results possible with DESC index
    9202 2189463 ORA-7445 [EVAOPN2] with FUNCTIONAL INDEX on semi-join (EXISTS) predicate
    9202 2209813 OERI:5213 possible on direct load into table with bitmapped functional index
    9202 2234325 ALTER partitioned table with global FUNCTIONAL index and LOBS dumps in kkfiSetMemRep
    9202 2277043 OERI:16221 from CREATE OR REPLACE VIEW depending on FUNCTIONAL index
    9202 2281312 ORA-7445/dump possible on UPDATE of PRIMARY KEY enforced with a DESC index
    Gateways / Heterogeneous Services 9203 2590687 DML over HS may dump
    9203 2599708 Newer HS agent causes the older RDBMS server to fail
    9202 1870073 HS may fail to write to trace files with absolute path names
    9202 2021310 HS agent memory corruption / dump fetching data
    9202 2031989 HS_PASSTHROUGH inserts BLANKS for DBCS data
    9202 2083537 ORA-01457 selecting non-zero DECIMAL through Heterogeneous Services
    9202 2167905 ORA-2072 / OERI:17147 with DB2 select with > 20 indexes when DBSTATS=YES
    9202 2207382 OERI:12333 fetching from Oracle/DB2 in XA
    9202 2222386 ORA-28528 / ORA-1401 transferring > 4k over PG4APPC
    9202 2273745 Job Queue processes selecting over HS link leaks file descriptors
    9202 2282235 ORA-7445 possible from remote joins of Oracle and DB2 tables over HS
    9202 2338866 Setting HS_TIME_ZONE gives incorrect values for implicit TIMEZONE columns
    9202 2391827 HS agent leaks memory which can lead to ORA-2055
    9202 2408475 Memory leak for sessions connecting over HS
    9202 2422277 TG4IFX describes NOT NULL columns as NULLABLE
    9202 2422316 TG4IFMX INSERT to TEXT datatype fails
    9202 2479779 PG4MQ part of fix for BUG:2391827
    9202 2504285 CTAS through TG4DRDA can give bad NUMBER precision/scale
    9202 2520470 ORA-28506 querying ALL_CONSTRAINTS in HS
    Hang - Involving shared resource 9203 2479110 Self deadlock (on library cache pin) revalidating INVALID PLSQL
    9203 2563162 Crash recovery may hang in RAC
    9203 2636685 Hang / OERI:[17059] after adding a list value to a partition
    9203 2664217 Undetected deadlock (dc_objects V library cache lock) invalidating dependencies
    9203 2666244 Library cache lock corruption possible
    9202 2166890 Hang / ORA-4021 possible using using PLSQL clients
    9202 2208882 SPIN for SQL against a VIEW which references an ALTERED LIST PARTITION table
    9202 2209142 Surviving node may HANG when PARALLEL_INSTANCE_GROUP set
    9202 2272671 DEADLOCK possible on CREATE INDEX ONLINE (KGL lock v. TT enqueue)
    9202 2351854 Dispatchers may hang if ORA-4031 occurs
    9202 2442539 SMONs may deadlock updating COL_USAGE$ in RAC
    9202 2487487 LGWR may hang writing to >1 archive destinations with NOAFFIRM
    Hang - Process hang 9203 2320407 Session may hang on row cache enqueue if SQL_TRACE=true
    9203 2370520 EMON hang - message notifications not delivered
    9203 2388569 Hang possible in parallel transaction recovery
    9203 2601708 Parallel propogation may hang
    9203 2692936 Apply engine may hang
    9203 2702392 Hang / dump possible mining redo
    9202 2223234 Concurrent DML against a CLUSTER TABLE may deadlock
    9202 2238718 Spin possible due to corrupt block on mirrored datafile
    9202 2296198 Shared server may not process client message for about 30 seconds
    9202 2299898 Client may hang processing LONG data
    9202 2321000 Subquery with a ROWNUM predicate may hang using CURSOR SHARING
    9202 2347262 Hang during startup possible in SMU mode
    9202 2379327 Multithreaded client may hang when using BEQ adaptor
    9202 2415134 SR enqueue deadlock possible
    9202 2435787 PDML may hang for tables with referential integrity constraints
    Hang - Process spins 9203 2484250 RMAN CUMULATIVE BACKUP / MAINTENENCE may appear to hang (spin)
    9203 2550212 'TEMP TABLE GENERATION' can give very poor query performance
    9203 2636685 Hang / OERI:[17059] after adding a list value to a partition
    9203 2657221 JDBC spins using Scrollable ResultSet with ORDER BY
    9203 2695517 CR may SPIN after an instance crash
    9202 2090827 Spin in KDIFIND() possible updating indexed table (rare)
    9202 2208882 SPIN for SQL against a VIEW which references an ALTERED LIST PARTITION table
    9202 2211515 Spatial query may SPIN if TOLERANCE is too large
    9202 2282891 Select from V$SQLTEXT may spin if HASH_VALUE is given as a predicate
    9202 2306331 Hang / OERI[17059] on view after SET_KEY or SET_DML_INVOKATION on base table
    9202 2367783 SQLPLUS may spin if it selects an incomplete multibyte character
    9202 2480451 SPIN (in KDB4CHK) possible if block is corrupt
    9202 2516119 LIKE pat ESCAPE with no escape character in pat spins in multibyte
    Hash Join 9203 2514869 Dump (qerhjWalkHashBucket->kpofcr) from HASH JOIN OUTER with BINDs
    9203 2533766 Wrong results from HASH JOIN over DBLINK between multibyte databases
    9202 2296247 Incorrect results / memory corruption / dump from UPDATE using HASH JOIN with correlated SUBQUERY
    Index Only Tables (IOT) 9203 2566356 ONLINE MOVE of KEY-COMPRESSED IOT corrupts the IOT
    9203 2628768 ORA-922 possible with OVERFLOW and VARRAY clauses on an object IOT
    9203 2628799 Blank data from Domain Index only scan fetching PK only for IOT
    9203 2629193 OERI:[711]..[KDIFXS - PREFIX CONTEXT] selecting COMPRESSed key IOT
    9203 2707304 OERI:17059 / OERI:kqlupd2 / PLS-907 after adding partitions to Partitioned IOT
    9203 2718814 DML/Rollback problems with SUPPLEMENTAL LOG GROUP on IOT
    9202 2144939 OERI:[2006] inserting data into an IOT with mapping table
    9202 2157502 OERI:4819 possible when partition maintenence is running against an IOT
    9202 2210617 SELECT from corrupt IOT returns wrong results
    9202 2218504 IOT inherits tablespace COMPRESS property
    9202 2263160 ORA-25191 using DBMS_STATS.ALTER_SCHEMA_TAB_MONITORING with an IOT
    9202 2329551 OERI [kcbgcur_6] after EXCHANGE PARTITION on IOT with LOBS
    9202 2378847 ORA-7445 [PRSPO_PROC_OPTS] creating IOT with NOMAPPING clause
    9202 2485931 ORA-8102 from IOT DML with concurrent MOVE ONLINE
    9202 2511906 ORA-8102 possible on update of IOT
    9202 2515703 Dictionary corruption from concurrent partitioned IOT maintenance
    Instance startup 9203 2078899 OERI[4814] / OERI[kkdlgon4] on startup with DDL in SYSTEM TRIGGER
    9203 2185189 OERI[26599] possible executing DBMS_JAVA.SERVER_STARTUP
    9203 2654862 Open of standby in READ ONLY mode may fail after upgrade (ORA-16000)
    9202 2252369 NLS_LANG using UTF8 leads to ORA-12708 / ORA-12705 errors on startup on EBCDIC platforms
    9202 2347262 Hang during startup possible in SMU mode
    Intelligent Agent 9203 1473558 ALERT event triggered periodically when ALERT.LOG inaccessible
    9203 1653586 DUMPFULL and DMPFULPCT events may fail without an error message
    9203 1874903 Register ALERT event fails on OpenVMS
    9203 2061886 CHUNKSML event test performs poorly on large databases
    9203 2180332 TABLESPACE and SEGMENT details missing for MAX EXTENTS event
    9203 2241006 DBSNMP dumps on startup if SNMP_RO.ORA too large
    9203 2283515 TABLESPACE FULL event returns NMS-1005 / NMS-1078 for RAW device
    9203 2288229 Invalid timezone returned by Agent to OMS on Linux
    9203 2301903 ORA-1438 / ORA-1406 possible from ORAMOVELONG with large NUMBER columns
    9203 2355062 DBSNMP.HOSTNAME not used by agent collection service
    9203 2378422 Jobs fail when a PASSWORD_FILE is used
    9203 2378428 DBSNMP.HOSTNAME should overrule HOSTNAME for discovery
    9203 2423440 The "Chunk Small" event fails if the TABLESPACE not in DBA_FREE_SPACE
    9203 2437916 AGENTCTL may dump on STOP AGENT command
    9203 2438101 EMDDISCOVER fails on some platforms
    9203 2440387 NMS-1078 evaluating a network mounted file system
    9203 2445663 Small DBSNMP memory leak running jobs
    9203 2467637 MIB value for oraDbSysParseCount cannot be queried
    9203 2487889 Agent reports TNS-12538 errors for SQLPLUS jobs
    9203 2506864 DBSNMPWD may die rather than restart DBSNMP
    InterMedia (Images) 9202 2452173 ORDImage.import fails with ORA-29400 in multibyte
    9202 2495716 ProcessCopy errors with non latin character sets
    InterMedia (Video) 9202 2444809 ORDVidea.setProperties slow for REAL Video data
    Interoperability (between releases) 9203 2261722 8i export of 9i database dump (in koputilassert) with SUBTYPE / NOT FINAL type
    9203 2517719 ORA-3115 from setTimestamp() in JDBC 9.2 with an 8.0 database
    9203 2519148 Memory leak from PLSQL RPC to an older database version in a LOOP
    9203 2551933 ORA-7445[ttcclr] from V7 protocol client
    9203 2563206 CLOB data is corrupted when inserted from an 8.0 client to multibyte 9.2 server
    9203 2572944 SELECT over 8i -> 9i DBLINK may fail with ORA-7445 [opidsi]
    9203 2599290 OERI from 8.0 client querying NULLs and LONG over 9i -> 9i DBLINK
    9203 2608776 ORA-3106 in 8.0 client SELECTing pseudo column from 9i server over DBLINK
    9203 2641473 OERI[OPIXRB-4] from V7 client binding SQLT_RID to 9.2 table over DBLINK
    9202 2434384+ Updatable snapshots with an 8i MASTER do not work - Fast refresh fails (ORA-2064)
    9202 2187428 ORA-06544 [84203] possible from client 8.0 PLSQL to 9i Server
    9202 2255030 ORA-3106 possible from 8.0 client talking to 8i / 9i over a DBLINK
    9202 2259259 MLOG$ entries may not be purged for 9i master to 8i snapshot site
    9202 2266130 8.0 PLSQL client may report a false ORA-04062
    9202 2280027 OERI:504 possible from using SNAPSHOTs against 8i
    9202 2296516 9i ODBC driver cannot access a LONG column in an 8i database
    9202 2308496 9.2 client may dump talking to Oracle7 - should error on connect
    9202 2411553 OERI:17271 from V7 XA client updating tables with SNAPSHOT on it
    JDBC 9203 2121433 ORA-1401 after type change between two AddBatches
    9203 2379746 Multibyte data corrupted by setPlsqlIndexTable()
    9203 2498661 getMetaData() throws NullPointerExeception if statement not executed
    9203 2509105 JDBC with pooled OracleConnection slower in 9i than 8i
    9203 2511780 Add JDBC XA support for LOOSE transactions
    9203 2517719 ORA-3115 from setTimestamp() in JDBC 9.2 with an 8.0 database
    9203 2543401 JDBC thin throws an Exception for wrong username/pwd with encryption enabled
    9203 2548088 Connection URL & user name not in DMS Statistics
    9203 2550971 NullPointerException from defineColumnType executed twice in KPRB
    9203 2589186 Empty Timestamp is returned for NULL column value
    9203 2608837 JSSL close of layered socket does not close base socket
    9203 2623740 sendBatch() method may return incorrect row count
    9203 2646101 Data corruption binding a JDBC TEMP CLOB into an NCLOB column
    9203 2654607 OERI binding NULL REF type from JDBC Thin
    9203 2657221 JDBC spins using Scrollable ResultSet with ORDER BY
    9203 2659833 Client side errors during JDBC XA operations are ignored
    9203 2668460 OracleTwoPhaseDriver.stepThinTwophase missing in Oracle 9.2
    9203 2678338 Heuristically commited/rollback cases are not handled by JDBC XA (ORA-24756)
    9203 2684915 CHAR.toString returns HEX values if input has invalid character
    9203 2691131 set/getConnectionProperties not in OracleDataSource.
    9203 2696397 Blob.length() fails when selected with a Stream type (LONG, LONG RAW)
    9203 2698190 Retain STACK trace for JDBC XA errors with fix for BUG 2659833
    9203 2700006 JDBC Thin "Unexpected Packet" error with LOBS in multithreaded client
    9203 2723384 ORACLE.SQL.CLOB.CREATETEMPORARY can leak TEMP LOBS
    9203 2739638 ArrayIndexOutOfBoundsException from defineColumnType
    9202 993752 ResultSet.getMetaData describes FLOAT columns as NUMBER
    9202 1987973 ArrayOutOfBoundsException from getPlsqlIndexTable of a null element
    9202 2025426 Bad number data / NumberFormatException with leading 0's in number string in JDBC
    9202 2123461 Multithread JDBC dumps in upibrk using connection pooling
    9202 2232903 Cancel causes subsequent ORA-1031 if no current call in progress
    9202 2246137 ArrayIndexOutOfBoundsException in oracle.jdbc.oracore.UnpickleContext.read_lengthBytes after changing between 32<->64 bit
    9202 2258128 SQLException not thrown when calling stmt.executeUpdate("select ...")
    9202 2263847 NullPointerException if DriverManager.setLogStream() called
    9202 2271862 Dump selecting ALTERED collection type using JDBC
    9202 2273837 Server Dump when JDBC THIN writes data to multibyte TEMP LOB
    9202 2285052 NCHAR data is null padded instead of blank padded in JDBC thin
    9202 2319370 JDBC OCI threaded application may dump in nsdo()
    9202 2321765 Scrollable ResultSet can return "?" for multibyte data
    9202 2351441 setObject() may throw ClassCastException even with fix for bug 2263645
    9202 2352429 (FLOAT)getObject(n) returns 0.0 for NULL data
    9202 2354325 Fetching a TIMESTAMP with getTimestamp(int,Calendar) throws SQLException
    9202 2363615 getObject() of FLOAT returns java.math.BigDecimal
    9202 2363882 Binding a null element in a non null PlsqlIndexTable throws an NullPointerException
    9202 2378216 Retrieving a TIMESTAMP value using getTime() throws NumberFormatException
    9202 2384272 JDBC getTime() of a TIMESTAMP does not return the correct Time value
    9202 2387032 ClassCastException binding a Jpub ARRAY object using setObject()
    9202 2389423 JDBC thick memory leak
    9202 2394555 oracle.net.config.Config.systemName() may not include DOMAIN information
    9202 2394922 SecurityException using JDBC in an applett
    9202 2396763 Unnecessary parses using JDBC Thin
    9202 2422803 ORA-1000 / cursor leak in JDBC THIN
    9202 2427185 JDBC Thin does not support redirection to another NET listener
    9202 2429208 defineColumnType throws ArrayIndexOutOfBoundsException with statement caching
    9202 2478248 JDBC thin has no way to set TCP.NODELAY
    9202 2502439 JDBC OCI returns INCORRECT nanoseconds value
    9202 2503211 Java makefiles in DEMO.ZIP do not work (Windows)
    9202 2505692 Trying to create a TypeDescriptor for a large object throws an exception
    Java / SQLJ / JSP / Corba etc.. 9203 2185189 OERI[26599] possible executing DBMS_JAVA.SERVER_STARTUP
    9203 2460091 ORA-7445[pgmbiad_build_input] if PLSQL calls Java callout with a TIMESTAMP parameter
    9203 2503614 PLSQL calling JSP with TIMESTAMP argument dumps
    9203 2627474 Wrong results from CURSOR expression in JSP if first column is an ADT
    9202 1818720 Dump with PLSQL and Java Stored Procedure returning NULL CLOB
    9202 2014766 Java TRIGGERS do not set :NEW variables to the new values
    9202 2095829 Dump passing using setNull() to bind a NULL ADT in KPRB driver
    9202 2289268 POLICYTABLE demo does not work in 9.2 as sess_sh does not exist
    9202 2293968 SQLJTYPE Java classes invalid on downgrade from 9.2 to 9.0/8.1
    9202 2311562 NullPointerException creating NUMBER array > 16376 elements in KPRB
    9202 2395838 Memory leak in JVM on some platforms
    9202 2403347 Memory leak in KPRB driver with statement caching enabled
    9202 2415848 No removal script for catjava.sql - add catnojav.sql
    9202 2476780 OJVMJAVA tool is missing from 9.2.0.1
    9202 2520311 FAILOVER: JVM may crash after failover
    Job Queue 9203 2649244 JOBS may not run at scheduled intervals
    LDAP / Oracle Internet Directory 9203 2382299 DBMS_LDAP_UTL may error for users not associated with "inetorgperson"
    9203 2458526 OIDCA /createDefaultSubscriber fails
    9203 2483741 OID allows object to be deleted multiple times without error
    9203 2515844 Memory leak using PL/SQL and LDAP
    9202 1399887 DN cannot be longer than 255 characters
    9202 1900178 OID binds to all IP addresses on multi-homed host
    9202 2124770 Client memory leak in LDA C-API
    9202 2150432 LDAP server cannot handle multibyte orclpasswordattribute
    9202 2197620 Subtree search results incorrect when the DN has "%" or "_"
    9202 2250904 LDAP server file descriptor leak
    9202 2275804 DBMS_LDAP leaks "session heap" memory
    9202 2314755 BULKLOAD may not load some attributes
    9202 2334728 "DSA unwilling to Perform" possible creating subscriber DIT
    9202 2356142 OID bulkload slow with many binary attributes
    9202 2356334 Verifiers cannot be modified if already hashed
    9202 2372441 DBMS_LDAP_UTL.get_group_membership() server memory leak
    9202 2385093 Change log corruption in OID replication
    9202 2392901 Delete of entry with ACP causes complete REFRESH on CONSUMER
    9202 2400552 LDAP query with wildcard can fail with "invalid DN syntax"
    9202 2427622 OIDLDAPD dumps when modifying/deleting a null referral entry.
    9202 2435276 orclcommongroupsearchbase attribute is ignored - enterprise groups found ONLY under oracle context
    9202 2447643 Binary attributes > 80 bytes will not synchronize properly
    9202 2463666 DBMS_LDAP_UTL.CHECK_GROUP_PROPERTIES() can be slow
    9202 2473527 OIDLDAP server dump when modifying expired password
    9202 2483720 Ldapsearch with NOT and AND/OR filter may error
    9202 2499991 Missing entries from onelevel search against OID
    9202 2518863 LDAPSEARCH may fail with LDAP error 53 / ORA-936
    LOB Related (CLOB/BLOB/BFILE) 9203 2642117* Overflow vulnerability in DIRECTORY parameter of BFILENAME
    9203 2645378+ LOB data corruption after RECOVERY
    9203 2242133 Dump possible if SQL calls PLSQL function which returns a LOB
    9203 2448925 ORA-4030 from CTAS of CLOB over DBLINK from non_UTF8 -> UTF8
    9203 2495123 PLS-306 using DBMS_LOB.LOADFROMFILE after upgrade to 9.2
    9203 2529036 LIKE against multi-byte CLOB can give wrong results
    9203 2537320 SQL_REDO for large LOB operations is not executable
    9203 2541038 Streams / Logical standby get corrupt/missing data for row migrated partitioned LOB columns
    9203 2544428 Export may write bad LOB storage clause for TRANSPORT (ORA-22850 on IMPORT)
    9203 2563206 CLOB data is corrupted when inserted from an 8.0 client to multibyte 9.2 server
    9203 2586762 Direct LOB reads can result in ORA-4031 / excessive shared pool usage
    9203 2644285 OERI:2652 from LOB update with supplemental logging
    9203 2646101 Data corruption binding a JDBC TEMP CLOB into an NCLOB column
    9203 2656036 OERI/memory corruption selecting SQL_REDO for CLOB DMLS
    9203 2656881 LOB data corrupt after migrating DB from single -> multibyte
    9203 2685942 OERI/dump possible minig LOB redo
    9203 2696397 Blob.length() fails when selected with a Stream type (LONG, LONG RAW)
    9203 2700006 JDBC Thin "Unexpected Packet" error with LOBS in multithreaded client
    9203 2702872 Unnecessary library cache pin / lock activity during LOB reads
    9203 2723384 ORACLE.SQL.CLOB.CREATETEMPORARY can leak TEMP LOBS
    9202 1785175 OERI:kcbgcur_9 from CLOB TO CHAR or BLOB TO RAW conversion
    9202 1818720 Dump with PLSQL and Java Stored Procedure returning NULL CLOB
    9202 2166798 ORA-3124 inserting NULL into CLOB with UTF8 characterset
    9202 2168939 ORA-932 / DUMP on INSERT with INSTEAD OF TRIGGER on LOB/OBJECT column
    9202 2193313 PLSQL CreateAbstractClob() dumps if LOB not freed
    9202 2207959 Dump from COALESCE of PARTITIONED table with LOB
    9202 2210922 OERI:[kola_set_locator-2] from string operations on virtual CLOB
    9202 2234325 ALTER partitioned table with global FUNCTIONAL index and LOBS dumps in kkfiSetMemRep
    9202 2242146 Inserting a virtual LOB into a LOB column dumps
    9202 2255864 ABSTRACT LOB does not support multibyte data
    9202 2258881 Unexpected ORA-22922 possible using TEMP LOBS
    9202 2273837 Server Dump when JDBC THIN writes data to multibyte TEMP LOB
    9202 2322759 DBMS_LOB.READ can leak "koh-kghu call" heap memory
    9202 2326066 OERI[ktspffbmb-4] creating LOB column in AUTO SEGMENT SPACE MANAGEMENT
    9202 2329551 OERI [kcbgcur_6] after EXCHANGE PARTITION on IOT with LOBS
    9202 2334318 ORA-942 accessing LOB through VIEW WITH CHECK OPTION
    9202 2346568 ORA-22921 comparing CLOBS from different character sets
    9202 2367256 Fix for Bug:2133357 not in Oracle9i (Corrupt LOBS after altering DB characterset)
    9202 2371235 Memory leak passing LOB parameters to PLSQL callouts in a loop
    9202 2396270 FAILOVER: ORA-25401 after failover when fetching CLOB data
    9202 2405258 Dictionary corruption / OERI:15265 from MOVE LOB to existing segment name
    9202 2466076 DBMS_LOB.LOADCLOBFROMFILE() may dump for AL16UTF16 data
    9202 2475163 Privilege errors modifying LOB in an ADT via a view
    Literal Replacement (CURSOR_SHARING) 9203 2474192 OERI:[OPIBND1] on CREATE of TEXT INDEX with CURSOR_SHARING
    9203 2508702 ORA-7445 [KKSLHIB] with CURSOR_SHARING=FORCE with INTO clause
    9203 2604211 OERI:[KKSFBC-NEW-CHILD-THRESH-EXCEEDED] using literal replacement
    9202 2052836 Client dump possible using CALL statement with CURSOR_SHARING=FORCE
    9202 2237610 OERI:[kgskbwt1] / OERI:[kskbind1] possible using CURSOR_SHARING
    9202 2273604 CURSOR_SHARING=FORCE may not share cursors using a BETWEEN clause with CBO
    9202 2308292 ORA-7445 [kkslhib] for INTO <bind> using CURSOR_SHARING and SESSION_CACHED_CURSORS
    9202 2321000 Subquery with a ROWNUM predicate may hang using CURSOR SHARING
    9202 2442097 INSERTS into USER-DEFINED TYPES with CURSOR_SHARING=FORCE does not share cursors
    LogMiner 9203 2537320 SQL_REDO for large LOB operations is not executable
    9203 2590317 OERI:[krvxrptl:Cannot delete current l] selecting from V$LOGMNR_CONTENTS
    9203 2656036 OERI/memory corruption selecting SQL_REDO for CLOB DMLS
    9203 2666229 Log mining of LOB DMLs fails
    9203 2683363 Incorrect translation of TEMPORARY TABLE DMLs in LogMiner
    9203 2683414 Logminer may use excessive memory selecting redo for LONG columns
    9203 2685942 OERI/dump possible minig LOB redo
    9203 2691486 Mined data loss possible from LOB ERASE/TRIM/WRITE redo
    9203 2707212 Memory leak from long running log mines
    9202 2205649 ORA-29531 from DBMS_LOGMNR_CDC_PUBLISH.DROP_SUBSCRIBER_VIEW
    9202 2259246 ORA-1280 if both DBMS_LOGMNR.CONTINUOUS_MINE an SCN range set
    9202 2336819 2nd call to START_LOGMNR with DDL TRACKING fails
    9202 2338739 DBMS_LOGMNR_CDC_PUBLISH / DBMS_CDC_PUBLISH may error with ORA-1426
    9202 2479415 Dump / OERI with >1 cursor selecting from V$LOGMNR_CONTENTS
    MERGE .. USING 9203 2272566 MERGE statement may dump (ORA-7445) in insape instead of signalling ORA-1401
    9203 2329059 DML monitoring does not track modifications by MERGE statements
    9203 2339666 Parallel MERGE into composite partitioned table not performant
    9203 2473741 Before row update trigger may not fire for MERGE statement
    9203 2536531 MERGE on table with BITMAP index fails with OERI:[kauins:1]
    9202 2141115 ORA-1008 / OERI:15212 from MERGE statement with BIND variables in the USING clause
    9202 2262202 MERGE INTO .. INSERT .. RETURNING dumps - should ORA-933
    9202 2336714 PARALLEL MERGE does not error if the UPDATE violates a CHECK CONSTRAINT.
    Memory Corruption 9203 1839270 Setting FILE_DATASTORE over 260 characters can corrupt server memory
    9203 2487248 Dump / memory corruption if Event 10129 is set for a distributed query
    9203 2666244 Library cache lock corruption possible
    9202 2021310 HS agent memory corruption / dump fetching data
    9202 2228280 Private memory corruption possible with OPTIMIZER_MODE=RULE if tracing sometimes used
    9202 2296247 Incorrect results / memory corruption / dump from UPDATE using HASH JOIN with correlated SUBQUERY
    9202 2298888 ORA-7445 / ORA-27092 / PGA memory corruption in PRESPAWNED server
    9202 2311292 OCCI client memory corruption
    9202 2340656 Private memory corruption possible from RAISE_APPLICATION_ERROR for long error messages
    9202 2370947 Shadow memory corruption / false ORA-1483 assigning NULL to COMP-3 bind
    9202 2376273 Memory corruption using LEADING hint with STAR transformation
    Migration / Upgrade / Downgrade 9203 2591284* Upgrade to 9i may fail leaving bad KOTTD$ type information in dictionary
    9203 2328821 CREATE MATERIALIZED VIEW .. WITH GROUPING SET does not work after upgrade from to 9i
    9203 2529763 Rename of 9.0.1 OMF file fails with ORA-1276
    9203 2569255 OERI:KCBGTCR_5 dropping segment upgrade from 8i
    9203 2598043 False ORA-1410 accessing migrated Oracle7 table with ROWID= predicate
    9203 2607128 OERI:[qmxiUnpPacked2] if CATPATCH.SQL/XDBPATCH.SQL fails
    9203 2623931 Capture may not start after upgrade from 9201 to 9202
    9203 2629917 ORA-20000 error downgrading from 9i to 8i
    9203 2642848 OERI:16206 possible on 9.2 -> 8.1 downgrade
    9203 2654862 Open of standby in READ ONLY mode may fail after upgrade (ORA-16000)
    9203 2685546 XMLCONCAT function should be dropped after 9201 -> 9202 upgrade
    9202 2177840 ORA-23399 on Migration from 8.0 to 9i leaving REPLICATED table STATUS in ERROR
    9202 2293968 SQLJTYPE Java classes invalid on downgrade from 9.2 to 9.0/8.1
    9202 2324679 INVALID AQ$ objects after downgrade to 8i
    9202 2334789 Patch set scripts loose GRANTS on DBMS_LOCK_ALLOCATED
    9202 2343833 ORA-29552 from oracle.xdb.XMLType.createXML after 901 upgrade/downgrade
    9202 2384233 ORA-604 / ORA-1422 on CREATE / DROP table after upgrade
    9202 2385207 OERI:16206 on upgrade to 9.0/9.2
    9202 2395193 OERI:4414 / ORA-1403 on dequeue of pre-9.2 enqueued messages
    9202 2401353 Java setup may fail with ORA-1422 in initjvmaux.rollbacksetup
    9202 2422299 SDO upgrade may signal ORA-2260
    9202 2424746 Unexpected ORA-24033 enqueuing an AQ message after upgrade to 9.2
    NLS (National Language Support) 9203 2379746 Multibyte data corrupted by setPlsqlIndexTable()
    9203 2448925 ORA-4030 from CTAS of CLOB over DBLINK from non_UTF8 -> UTF8
    9203 2455551 Blank padded comparison fails with NLS_COMP=ANSI & NLS_SORT<>BINARY
    9203 2529036 LIKE against multi-byte CLOB can give wrong results
    9203 2533766 Wrong results from HASH JOIN over DBLINK between multibyte databases
    9203 2616459 CHR() returns CHR(0) when NLS_SORT is set
    9203 2635990 Java mappings for IANA character sets missing
    9203 2649659 Invalid data in OCI7 client in non-blocking mode with NLS conversion
    9203 2656881 LOB data corrupt after migrating DB from single -> multibyte
    9203 2675123 Client gets no data in some cases when NLS_LANG is UTF8
    9203 2682894 ORA-1424 from LIKE expression on multibyte non-shifting character set
    9202 1231199 Wrong results possible from parallel queries where NLS_SORT is not BINARY
    9202 1926886 Some Text Lexers do not support AL32UTF8
    9202 1951553 Wrong results from PQ with ORDER BY NLSSORT
    9202 2166798 ORA-3124 inserting NULL into CLOB with UTF8 characterset
    9202 2200107 Wrong unicode mappings in WE8MACROMAN8 for "en dash"
    9202 2219627 Character conversion problem between ZHT16DBCS and UNICODE
    9202 2249940 NLSSORT does not work for large strings in multibyte
    9202 2252369 NLS_LANG using UTF8 leads to ORA-12708 / ORA-12705 errors on startup on EBCDIC platforms
    9202 2255864 ABSTRACT LOB does not support multibyte data
    9202 2273837 Server Dump when JDBC THIN writes data to multibyte TEMP LOB
    9202 2283232 ORA-1839 possible converting date to Hiraj calendar
    9202 2291043 Client dump in lmsaicmt() creating many program contexts using OCIEnvInit() in non-US NLS env
    9202 2321765 Scrollable ResultSet can return "?" for multibyte data
    9202 2343219 NCHAR LIKE comparisons may not match on EBCDIC platforms
    9202 2346368 ORA-6502 in multibyte using NLS_LENGTH_SEMANTICS=CHAR
    9202 2352727 XMLType has poor performance in multibyte
    9202 2367256 Fix for Bug:2133357 not in Oracle9i (Corrupt LOBS after altering DB characterset)
    9202 2423226 Extra characters appended with REPLACE / RTRIM on multibyte shifted data
    9202 2430006 Some JA16EUC characters not handled correctly
    9202 2448615 Wrong results from HASH JOIN over DBLINK with multibyte data
    9202 2471679 PLSQL length validation differs from SQL for CHAR SEMANTICS
    9202 2516119 LIKE pat ESCAPE with no escape character in pat spins in multibyte
    9202 2527123 CL8EBCDIC1158 / CL8EBCDIC1158R NLS data missing
    NUMA Related 9202 1767169 Working sets not assigned to best DBW on NUMA
    Network 9203 2540219* Listener denial of service vulnerability
    9203 2431526 Failover: ORA-1089 possible from shutdown IMMEDIATE
    9203 2436572 FAILOVER: ORA-1 possible after FAILOVER during SELECT of an XMLType
    9203 2655865 Re-registering services after listener reload can take 60 seconds
    9202 2395416* Net overrun security vulnerability
    9202 2467947* LISTENER vulnerability
    9202 2434834+ LSNRCTL/CMAN/NAMES passwords do not match
    9202 1964080 Net Listener Vulnerability
    9202 2123156 FAILOVER: V$SESSION.FAILOVER_METHOD / FAILOVER _TYPE may be wrong for second connection
    9202 2179444 Unexpected ORA-3123 possible instead of ORA-3113 - affects TAF
    9202 2187760 64 bit listener may crash intermittently when 32 bit ORACLE_HOME registers
    9202 2194549 REMOTE_LISTENER may not work if LOCAL_LISTENER not set
    9202 2210612 FAILOVER: Client may dump if query involves ROWID at failover time
    9202 2222011 FAILOVER in a RAC environment can result in ORA-3113 at the client
    9202 2237682 FAILOVER: Non SELECT SQL is reparsed on each execute after failover
    9202 2308496 9.2 client may dump talking to Oracle7 - should error on connect
    9202 2396270 FAILOVER: ORA-25401 after failover when fetching CLOB data
    9202 2399875 FAILOVER: PIECEWISE FETCH does not call callback function
    9202 2405517 FAILOVER: OERI:[kclscrs_7] on FAILOVER in RAC
    9202 2447729 LISTENER may spin repeatedly logging "nsevwait_error" errors
    9202 2454234 A 64 bit LISTENER may refuse load updates from a 32 bit server.
    9202 2520311 FAILOVER: JVM may crash after failover
    Network - Connection Manager 9202 2434834+ LSNRCTL/CMAN/NAMES passwords do not match
    9202 2023584 CMAN may rejects connections if hostname omits domain
    OCCI 9203 2519017 OCCI:RESULTSET.GETOBJECT() dump for NULL objects
    9203 2696120 OCCI client dump (kpuhhalo) on Commit/Rollback if using DML over DBLINK
    9202 2245006 OCCI populating NESTED TABLE / VARRAY > 245 elements inserts corrupt data
    9202 2303271 OCCI memory leak calling getRef() on an object
    9202 2311292 OCCI client memory corruption
    9202 2311322 OCCI REF destruction dumps if ref->pin() fails
    9202 2324342 next(1) fails for setDataBuffer with prefetch enabled
    9202 2333038 ORA-24360 binding REF to PLSQL from OCCI
    9202 2335874 OCCI application may hang on commit
    9202 2376673 Memory leak in OCCI
    OCI 9203 2598387* Export / OCI clients using prefetch may see corrupt data
    9203 2645455+ Control characters are trimmed from bind variables
    9203 1130195 OCIBindByPos "curelep" parameter wrong if PLSQL deletes elements of C array
    9203 1850169 ORA-1405 occurs if OCIBindDynamic() used for NULL PLSQL OUT bind
    9203 2019207 DYNAMIC bind callback functions not called properly with RETURNING clause
    9203 2227982 OCIIntervalSetYearMonth() may produce ORA-1873 errors
    9203 2235818 The SCALE of a NUMBER with no SCALE specified shows as 0
    9203 2448939 OCICacheFlush stores objects as the base type instead of the SUBTYPE
    9203 2449486 OCI_ATTR_CLIENT_IDENTIFIER attribute cannot be cleared once set
    9203 2510357 ODESCR dumps with unaliased column expression length >= 960 chars
    9203 2514005 Client may dump (kpurst) when calling OCIBreak / OCIReset
    9203 2517189 Handle leak on repeated CONNECT/DISCONNECT in OCI_THREADED mode
    9203 2539277 Client dump possible (ttcSetBuf) during fetch
    9203 2616833 Non blocking OCI may not show error text for user PLSQL errors (ORA-20000-ORA-20099)
    9203 2624452 Redefinition of buffer length with OCIDefineByPos gets wrong no bytes for LONGS
    9203 2635098 ODESCR may dump if unaliased column expression too long
    9203 2641473 OERI[OPIXRB-4] from V7 client binding SQLT_RID to 9.2 table over DBLINK
    9203 2649659 Invalid data in OCI7 client in non-blocking mode with NLS conversion
    9203 2686200 FAILOVER dumps if OCI_ATTR_INTERNAL_NAME / OCI_ATTR_EXTERNAL_NAME set in UTF16 client
    9202 1788921 ENH: Add OCI_ATT_IS_EXTERNAL attribute to show table is EXTERNAL
    9202 2159595 Multithreaded OCI client may dump processing Oracle errors
    9202 2286367 OERI:KPOSCWR2 / OERI:KPOSCF10 from OCIStmtFetch2 array fetch
    9202 2291043 Client dump in lmsaicmt() creating many program contexts using OCIEnvInit() in non-US NLS env
    9202 2316195 OCI with COLLECTION may dump on OCIObjectFlush / OCITransCommit
    9202 2360115 OCI demo header lines longer than 79 characters (affects OS/390)
    9202 2379327 Multithreaded client may hang when using BEQ adaptor
    9202 2388400 OCI_ATTR_ROW_COUNT returns incorrect row count for piecewise fetches
    9202 2406422 ORA-37 possible using OCI connection pooling in RAC environment
    9202 2445917 User signal handler not called if SA_SIGINFO set
    9202 2463295 Cache client access to error message files reduce file access
    ODBC Driver 9202 1585197 ORA-1036 executing a stored procedure with a SQL Expression as a parameter
    9202 2296516 9i ODBC driver cannot access a LONG column in an 8i database
    Objects (Types/Collections) 9203 1584155 DROP FORCE/RECREATE TYPE with DEPENDENCIES corrupts dictionary information
    9203 1955577 Dump (in KOKEIS) using BINDS if TRIGGER updates nested table column
    9203 2040114 OERI:[qcsrlidm1] from predicate with TYPE MEMBER method call
    9203 2234028 CREATE TABLE OF <TYPE> AS SELECT can produce invalid table data
    9203 2261722 8i export of 9i database dump (in koputilassert) with SUBTYPE / NOT FINAL type
    9203 2347596 Transport of OBJECT table may get index in wrong tablespace
    9203 2448939 OCICacheFlush stores objects as the base type instead of the SUBTYPE
    9203 2476514 ORA-22324 / OERI:[4883] adding method to OBJECT with REF dependencies
    9203 2479354 Direct path load of column Objects give wrong results / dumps
    9203 2551568 OERI:[rworupo.1] / wrong results from queries involving OBJECTS
    9203 2564693 ORA-22813 from CAST(MULTISET(...))
    9203 2599613 IMP-60 possible when object already exists in database
    9203 2614464 ORA-979 from PLSQL query with TABLE() function and PLSQL bind in the GROUP BY clause
    9203 2628768 ORA-922 possible with OVERFLOW and VARRAY clauses on an object IOT
    9203 2658284 OERI:[QERPFFETCH1] possible during OBJECT table BULK SELECT
    9203 2732590 Creating complex types with SUB TYPES in NOT FINAL MODE may dump (kopocue)
    9202 1532054 ORA-604 / ORA-600 / Dump possible referencing TYPE in TABLE() clause
    9202 1740494 PLS-801 [22914] with TABLE() expression
    9202 1779188 OCI-21500 on SELECT of a FINAL ADT with an embedded non FINAL collection
    9202 1788639 OERI:4882 from CREATE MATERIALIZED VIEW on OBJECT table
    9202 1831941 OERI:koktcntv1 on ALTER TYPE when it has been recreated in another session
    9202 1889003 ORA-30757 on query view hierarchy if user has no privilege on a SUBTYPE
    9202 1941831 EXECUTE IMMEDIATE of CALL type constructor dumps in kkxmstcs
    9202 2037285 Dump referencing TYPENAME.ATTRIBUTENAME in SQL in PLSQL
    9202 2064478 CREATE or REPLACE TYPE BODY can fail with OERI:[QCSRWAE1]
    9202 2158358 ORA-1062 SELECTing a NULL REF from an OBJECT view
    9202 2168939 ORA-932 / DUMP on INSERT with INSTEAD OF TRIGGER on LOB/OBJECT column
    9202 2193493 VARRAYs with embedded SUBSTITUTABLE TYPE may dump
    9202 2204827 ORA-22905 on GRANT against VIEW using TABLE() function
    9202 2211047 ORA-7445 [QCSPOBY] possible from CAST/MULTISET on subquery with ORDER BY
    9202 2222308 Dump in qcsfoep() on CREATE TYPE BODY which references unqualified PLSQL function
    9202 2223449 ORA-29925 / ORA-932 from DML against table with functional DOMAIN index on ADT expression
    9202 2225569 OERI:KOKBNP2 possible parsing CURSOR() expression
    9202 2226328 Dump in nsoexc() on SELECT from VIEW with OBJECTS and CONNECT BY
    9202 2232548 VARRAY number columns are not rounded / truncated
    9202 2243589 Dump in KOKEIOD2M using NESTED TABLE columns in OUTER joins
    9202 2246137 ArrayIndexOutOfBoundsException in oracle.jdbc.oracore.UnpickleContext.read_lengthBytes after changing between 32<->64 bit
    9202 2259466 PLSQL: Assigning one VARRAY to another produces corrupt VARRAY - ORA-6533 / OERI:KOPE2_READSTR232
    9202 2267728 OERI:[KOHCPI298] from TRUSTED CONSTRUCTOR function that returns a NULL ADT
    9202 2268221 PLS-717 calling TYPE member function mapped to a TRUSTED Callout
    9202 2271862 Dump selecting ALTERED collection type using JDBC
    9202 2295440 Dump referencing ROWID when using TABLE() in an inline view
    9202 2300104 CREATE VIEW OF TYPE .. UNDER .. does not export the UNDER clause
    9202 2301875 ALTER TYPE MODIFY ATTRIBUTE does not change DESCRIBE information of ATTRIBUTE
    9202 2309579 OERI:kokeicd2m1 on multi-table INSERT with an out-of-line column
    9202 2311571 OTT does not generate destructor code for OBJECT attributes
    9202 2316195 OCI with COLLECTION may dump on OCIObjectFlush / OCITransCommit
    9202 2329949 NOT FINAL methods can be invoked without privilege
    9202 2349201 ORA-1647 importing TRANSPORTABLE set with partitioned object table
    9202 2360357 ORA-2304 on CREATE OR REPLACE TYPE with OID
    9202 2364710 OERI [12868] possible on DROP USER when GRANT exists on ALTERED TYPE
    9202 2380475 Dictionary corruption from CREATE OR REPLACE SYNONYM on TYPE
    9202 2381566 Large UPDATE of NESTED TABLE column shows excessive memory use
    9202 2385206 OERI:723 possible after ORA-22813 error on objects
    9202 2389429 ALL_COLL_TYPES may omit rows
    9202 2391730 OERI:[KOTDATV5] evolving a type already evolved in another session
    9202 2396474 ORA-7445 [KOXSS2GPAGE] querying inline view with aggregate on OBJECT column
    9202 2416678 Memory leak calling OPAQUE TYPE member function
    9202 2430504 Dump selecting from table with VARRAY and VPD policy
    9202 2445330 ORA-1403 from DBMS_PICKLER.GET_TYPE_SHAPE for a type whose TDS length > 32000 bytes
    9202 2475163 Privilege errors modifying LOB in an ADT via a view
    9202 2508513 ORA-22813 / OERI:723 with large objects/collections
    Optimizer 9203 2444517 ORA-918 possible with "_subquery_pruning_enabled"=true
    9203 2470864 UPDATE may not update all rows if CHECK CONSTRAINT compares columns
    9203 2474630 optimizer_dynamic_sampling >1 forces CBO
    9203 2487808 Poor join cardinality if both columns have histograms
    9203 2489405 Re-ANALYZE after DELETE / UPDATE to NULL may get bad column statistics
    9203 2534430 Poor plan possible from OR-expansion
    9203 2539837 Wrong results using FIRST_ROWS_N with > 5 tables in FROM clause
    9203 2542139 Long parse times possible if _B_TREE_BITMAP_PLANS=TRUE
    9203 2603036 ORA-6533 gathering stats for partitioned table with DBMS_STATS
    9203 2629376 DBMS_STATS has inaccurate estimation of NDV for small sample sizes
    9203 2652654 DBMS_STATS can produce poor NDV column statistics
    9203 2660592 CBO may needlessly evaluate bitmap plans for Domain indexes
    9202 2109825 Incorrect cardinality estimate with OR predicate and NULL values
    9202 2143154 Dump (in evaopn2) from view merging of semi joins
    9202 2157655 GATHER_SCHEMA_STATS with GATHER STALE/GATHER EMPTY can fail to collect statistics
    9202 2252824 ANALYZE TABLE with COLUMN STATISTICS may OERI:16515 or not collect statistics
    9202 2262336 Compute statistics on COMPRESSed key index has wrong DISTINCT KEYS value
    9202 2263517 DROP / EXCHANGE partition does not re-aggregate index statistics
    9202 2273591 FIRST_ROWS_N can produce a much slower plan than expected
    9202 2283254 Redundant filter predicates from FIRST_ROWS and concatenated index
    9202 2287990 Bad plan possible from unnesting of multiple complex views
    9202 2297645 Bad plan possible using CONTAINS() clause if DB_BLOCK_SIZE > 2K
    9202 2302662 Index join should be disallowed for SELECT FOR UPDATE (ORA-2014)
    9202 2305613 ORA-7445 [kkodislike] from OR-expansion of LIKE on non-character expression
    9202 2306067 ADD/COALESCE/MERGE/SPLIT PARTITION sets table statistics to NULL
    9202 2307892 Poor plan possible with long inlist on multiple columns
    9202 2324795 Join predicates not pushed into UNION ALL view with index access to CLUSTER
    9202 2329325 CBO may choose FTS over index FFS for partitioned table
    9202 2352376 Enhancement: Improve heuristic for subquery unnesting for partially matches indexed correlation predicates
    9202 2363304 ORA-7445 [QKABXO] with FIRST_ROWS_N
    9202 2384552 NO_PUSH_SUBQ hint may be ignored
    9202 2394273 OERI:20084 possible from BITMAP MERGE over BITMAP CONVERSION to ROWIDS
    9202 2397501 Dump / bad plan sometimes from HISTOGRAM statistics on JOIN columns
    9202 2413264 Negative cost / bad plan for queries on partitioned table
    9202 2418668 GATHER_SCHEMA_STATS() may fail in 9.2 for partitioned tables
    9202 2424183 Wrong INDEX SELECTIVITY for multi-column IN-LIST predicate
    9202 2426916 OERI:[KDISS_PIN_HDR: TOO MANY] on index skip scan
    9202 2428537 ORA-7445 [MEMCPY] from DECODE() predicates in unmerged views
    9202 2449515 Worse plan in 9.2 with unnested subquery & concatenated index
    9202 2458455 Add ability to perform DISTINCT pushdown
    9202 2469905 DBMS_STATS.GATHER..STATS may be slower in 9.2
    9202 2538136 Complex View merging with subqueries may OERI:12327 with Bug:2417894
    Oracle Disk Manager 9203 2580111 CREATE DATABASE fails with ODM when DB_BLOCK_SIZE=32K
    9202 2351682 ORA-1259 on DROP TABLESPACE when ODM enabled for RAW device
    9202 2360437 CREATE DATABASE hangs with mix of ODM/non-ODM control files
    9202 2382523 RMAN backup to ODM fails
    9202 2418614 In RAC "ALTER TABLESPACE READ-WRITE" fails under ODM
    9202 2449721 Enabling ODM increases system calls
    Oracle Label Security 9203 2735964 SA_USER_ADMIN.ADD_GROUPS() fails when given IN_DEF and IN_ROW
    9202 2499257 ORA-28115 from TO_DATA_LABEL on ad-hoc labels
    Oracle Names 9202 2488200 names.trace_timestamp does not work
    Oracle OLAP 9203 2510750 ORA-35810 running XUMUTS.PLB on UTF8 database
    Oracle Text (formerly interMedia Text) 9203 1839270 Setting FILE_DATASTORE over 260 characters can corrupt server memory
    9203 2274954 BASIC_LEXER CONTINUATION does not work for DOS documents with CR-LF line breaks
    9203 2375782 NEAR operator may not return rows with several terms
    9203 2464264 Dump / wrong results from Japanese Lexer with doublebyte punctuation
    9203 2474192 OERI:[OPIBND1] on CREATE of TEXT INDEX with CURSOR_SHARING
    9203 2489881 DRG-50603 indexing WORD in two LANGUAGES with MULTI_STOPLIST and PREFIX_INDEX
    9203 2514079 Import of ALTERED CTXRULE index can fail with DRG-11000
    9203 2537672 UPDATE on XMLtype column which has an XPATH index may dump
    9203 2569357 Korean lexer does not remove QUOTES around tokens with WILDCARDS (%)
    9203 2601175 Wrong results for German sharp-s with BASE_LETTER and ALTERNATE_SPELLING
    9203 2601447 CTX_DOC.GIST() fails with DRG-10001
    9203 2605166 OERI:koksctri1 during create TEXT index on EXTRACT() expression
    9203 2610068 '_' character treated as a WILDCARD for CTXCAT indextype
    9203 2617683 Query optimization may use more CPU than needed with fuzzy operators
    9203 2629794 Parallel SYNC of TEXT index may be slow
    9203 2636886 DRG-50603 from CTX_DLL.SYNC_INDEX with MULTI_STOPLIST index
    9203 2663986 Missing rows querying CTXRULE index in sections (eg: 'CAT WITHIN MAMMAL')
    9203 2676316 Poor performance / ORA-14098 after EXCHANGE PARTITION with TEXT index
    9203 2684307 Mixed tokens not uppercased with BASE_LETTER in multibyte database
    9203 2706319 CJK Lexers do not support AL32UTF8 surrogate pairs or private use characters
    9203 2765871 Not all THEMES identified for documents with large paragraphs
    9202 1926886 Some Text Lexers do not support AL32UTF8
    9202 2055230 ORA-979 possible from Text query with in-line view and GROUP BY clause
    9202 2202285 CTXLOAD -THESDUMP does not dump thesaurus properly
    9202 2257361 ORA-3113/ORA-600 indexing an multi-byte data in XML CDATA sections
    9202 2257375 Turkish language characters are not converted correctly with SPECIFIC or GENERIC base letter
    9202 2286442 Nested WITHIN may miss hits
    9202 2297645 Bad plan possible using CONTAINS() clause if DB_BLOCK_SIZE > 2K
    9202 2320751 Wrong results possible from Text phrase search on XML document
    9202 2327806 Japanese lexer as sublexer of multilexer may produce no tokens
    9202 2344250 DRG-11614 errors possible from URL_DATASTORE to non-apache HTTP server
    9202 2387002 CBO chooses inconsistent plans for TEXT queries with invalid query strings
    9202 2401153 DRG-51311 possible after rebuilding CTXCAT index
    9202 2443804 Add Oracle Text support for JA16SJISTILDE and JA16EUCTILDE
    9202 2482535 CTX_CLS.TRAIN may ORA-7445[KRCIIBITMAP] with large number of training documents
    9202 2498342 DRG-50953 from ExistsNode() on XPATH expression containing node() or text()
    9202 2559902 Memory leak creating CONTEXT/CTXXPATH index on schema XMLType col
    Oracle Text INSO Filters 9203 2661541 INSO_FILTER for BEQUEATH connections may fail with dynamic linker errors on Unix
    9202 No Bug#+ INSO filter update
    9202 1607797 DRG-11101 possible indexing DEPRECATED HTML features
    9202 1910911 URLs > 64 bytes long are TRUNCATED in Word Perfect documents
    9202 2169804 Indexing EXCEL spreadsheets which contain macros may fail with DRG-11207
    9202 2235422 Indexing RTF with unknown control words fails with DRG-11207
    9202 2266334 Filtering of MS-WORD documents fail if text in a table
    9202 2279550 PDF documents containing special German characters are incorrectly filtered
    Oracle Type Translator 9202 2357255 OTT fails with ClassNotFoundException:oracle.jdbc.driver.OracleDriver
    PL/SQL 9203 2647211+ Implicit cursor FOR loop memory leak / CPU hit
    9203 1130195 OCIBindByPos "curelep" parameter wrong if PLSQL deletes elements of C array
    9203 1829296 False ORA-980 from PLSQL referencing SYNONYM which uses a DBLINK
    9203 1850169 ORA-1405 occurs if OCIBindDynamic() used for NULL PLSQL OUT bind
    9203 2093521 Memory leak using SAVE EXCEPTIONS with FORALL BULK operations
    9203 2243411 PLS-597 from "FETCH..BULK COLLECT INTO"
    9203 2399954 OERI:733 / OERI[KGHALF1] possible from PLSQL execution using many cursors
    9203 2425312 ENH: Include PLSQL RPC information in 10046 trace
    9203 2489526 PLS-801 [21076] / package corruption (in memory) recompiling PLSQL
    9203 2503614 PLSQL calling JSP with TIMESTAMP argument dumps
    9203 2519148 Memory leak from PLSQL RPC to an older database version in a LOOP
    9203 2556195 OERI:[SORPUT_1] / Wrong results using PIPELINED function in SQL
    9203 2601203 ORA-3106 from INSERT .. RETURNING a NULL into a TIMESTAMP column
    9203 2614464 ORA-979 from PLSQL query with TABLE() function and PLSQL bind in the GROUP BY clause
    9203 2616833 Non blocking OCI may not show error text for user PLSQL errors (ORA-20000-ORA-20099)
    9203 2627946 Error text of RAISE_APPLICATION_ERROR may be lost
    9203 2685935 Deletion of associative array elemnent by KEY value does not work
    9203 2694605 ORA-3118 possible when PLSQL executed over a DBLINK
    9203 2702333 Memory leak using PLSQL associative array
    9202 1740494 PLS-801 [22914] with TABLE() expression
    9202 1870770 PLS-707 [2603] / Dump from BULK Bind with index variable
    9202 1918751 ORA-6502 possible from UNION and CONCAT (||) with constant strings
    9202 1941831 EXECUTE IMMEDIATE of CALL type constructor dumps in kkxmstcs
    9202 2037285 Dump referencing TYPENAME.ATTRIBUTENAME in SQL in PLSQL
    9202 2073948 ORA-6550 possible referencing remote partitioned table after DDL performed on it
    9202 2119513 ARRAY BINDS to PLSQL anonymous blocks treated wrongly in 9i
    9202 2166890 Hang / ORA-4021 possible using using PLSQL clients
    9202 2171144 PLS-491 / PLS-217 compiling STANDARD with PLSQL_V2_COMPATIBILITY=TRUE
    9202 2187428 ORA-06544 [84203] possible from client 8.0 PLSQL to 9i Server
    9202 2193313 PLSQL CreateAbstractClob() dumps if LOB not freed
    9202 2197703 Update of LONG with PLSQL BULK BIND can update incorrectly
    9202 2200057 OERI:[KKXMAGTC1] possible for OUT / IN OUT bind to PLSQL
    9202 2222308 Dump in qcsfoep() on CREATE TYPE BODY which references unqualified PLSQL function
    9202 2229315 BULK BIND on nested table with OBJECTS may dump / OERI
    9202 2236731 BULK ROW COUNT returned from ARRAY insert may be wrong if constraint violated
    9202 2240307 ORA-1007 not thrown when REF CURSOR column count != number of INTO items
    9202 2259466 PLSQL: Assigning one VARRAY to another produces corrupt VARRAY - ORA-6533 / OERI:KOPE2_READSTR232
    9202 2262758 ORA-7445 [pfripDr_purge_DL01_refs] possible from PLSQL
    9202 2266130 8.0 PLSQL client may report a false ORA-04062
    9202 2269035 Dump possible using BULK COLLECT with DATE types
    9202 2281071 ORA-4030 / memory leak calling RPC in PLSQL cursor loop
    9202 2283252 OERI:[17285] from ORA errors on push/pop of autonomous transaction
    9202 2286387 SQL%FOUND/NOTFOUND etc.. altered by COMMIT / ROLLBACK
    9202 2290374 Dump using REF cursor with BULK COLLECT
    9202 2309738 PLSQL SELECT over DB link throws unexpected error instead of ORA-1403 / no_data_found
    9202 2313914 OERI:KGHALF1 / hang calling RPC in debugger / plsded
    9202 2340656 Private memory corruption possible from RAISE_APPLICATION_ERROR for long error messages
    9202 2346368 ORA-6502 in multibyte using NLS_LENGTH_SEMANTICS=CHAR
    9202 2351498 PLSQL which references a function with insufficient privileges may not error on compilation
    9202 2383449 ORA-7445 [pfrbnd] possible from ORDER BY LEVEL in PLSQL
    9202 2388768 Loading a WRAP file through OCI/JDBC fails (PLS-103)
    9202 2391217 PLS-430 from PLSQL Bulk Bind using an index
    9202 2392166 Calling SERIALLY_REUSABLE PLSQL from SQL can cause PMON to crash
    9202 2407732 ORA-28576 from DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT
    9202 2411876 BULK BIND deletes cause incorrect delete counts in USER_TAB_MODIFICATIONS
    9202 2417912 Dump [pbedeupdate] from DBMS_DEBUG.DEBUG_ON called from NCOMPed code
    9202 2422726 OERI[16201] possible when RECOMPILING a WRAPPED PACKAGE
    9202 2437995 Cannot reset PLSQL native mode related parameters - OERI:15419
    9202 2471679 PLSQL length validation differs from SQL for CHAR SEMANTICS
    PL/SQL (DBMS Packages) 9203 2410688 DBMS_SQL.PARSE of VARCHAR2S needs higher line width limit
    9203 2444186 OERI[PSDISA:SESNUM] passing an invalid ID to DBMS_SESSION.IS_SESSION_ALIVE
    9203 2566659 ORA-1555 running DBMS_PCLXUTIL.BUILD_PART_INDEX
    9203 2603036 ORA-6533 gathering stats for partitioned table with DBMS_STATS
    9203 2616047 DBMS_METADATA does not show full query of Materialized view if TEXT > 4000
    9203 2629376 DBMS_STATS has inaccurate estimation of NDV for small sample sizes
    9203 2652654 DBMS_STATS can produce poor NDV column statistics
    9202 2184648 DBMS_OUTPUT does not output NCLOB data properly
    9202 2263160 ORA-25191 using DBMS_STATS.ALTER_SCHEMA_TAB_MONITORING with an IOT
    9202 2276418 UTL_HTTP.REQUEST does not use HTTP_PROXY environment variable nor SET_PROXY API
    9202 2288868 DBMS_TRACE may dump in [PBT_SET_LOC]
    9202 2358432 DBMS_SPACE_ADMIN.SEGMENT_DUMP() signals ORA-03211 for SMU Undo Segments
    9202 2445330 ORA-1403 from DBMS_PICKLER.GET_TYPE_SHAPE for a type whose TDS length > 32000 bytes
    9202 2507641 ORA-7445 [PEVM_CVTIN] after DBMS_SESSION.MODIFY_PACKAGE_STATE
    PLSQL External Procedures (EXTPROC) 9202 2222508 EXTPROC may dump freeing objects (in horccoX_ExecCalloutCallbackOut)
    9202 2371235 Memory leak passing LOB parameters to PLSQL callouts in a loop
    Parallel Query (PQO) 9203 2175150 ORA-7445 [kcbldrcls] and ORA-10387 possible with parallel query
    9203 2333947 Wrong results possible from PQ on PARTITIONED table
    9203 2442125 Wrong results from PQ which compares a CHAR column to a BIND variable
    9203 2498399 OERI:[KXFPRDP:1] / ORA-10388 if node is shutdown as PQ starts
    9203 2524784 PQ on RAC may crash the instance with OERI[KSLPSPR1]
    9203 2533038 PARALLEL_ADAPTIVE_MULTI_USER load calculation sensitive to IDLE sessions
    9203 2569154 Wrong results from PQ with NL of BITMAP INDEX with ROWID predicate
    9203 2618958 File descriptor/handle leak from IPQ slaves over IPC
    9203 2618998 Dump from PDML with MONITORING on single partition
    9203 2664654 Unnecessary partition access during PQ with NL join to partitioned table
    9202 925366 Query with NESTED TABLE does not run parallel
    9202 1231199 Wrong results possible from parallel queries where NLS_SORT is not BINARY
    9202 1951553 Wrong results from PQ with ORDER BY NLSSORT
    9202 2091962 PQ against composite partitioned table with INLIST on subpartition key may error (OERI:QERPXMOBJVI5)
    9202 2185245 OERI:qkaPIdsmrg2 possible during PQ partition-wise join
    9202 2234068 PDML may not achieve expected degree of parallelism
    9202 2262196 Intermitent wrong results from PARALLEL partition wise join
    9202 2268284 ORA-12842 possible during PQ if concurrent DDL occurs
    9202 2273245 Internod PQ may fail with OERI:[KXFRSLVSETINFO1]
    9202 2310541 OERI:711 .. [kdiulk - prefix context] possible during parallel rollback
    9202 2314151 ORA-7445[kdudcp] from PARALLEL UPDATE / DELETE on JOIN VIEW
    9202 2326268 PQ slaves may dump
    9202 2327249 V$SYSSTAT may show huge incorrect values when using Parallel Query
    9202 2333731 ORA-8103 possible in PQ slave
    9202 2336289 OERI:[15713] possible setting up a PQ - rare timing condition
    9202 2336572 ORA-1416 from PQ on views with constant expression in select list
    9202 2347749 OERI:[KCFRBD_1] possible on PQ scan of a cluster
    9202 2362461 OERI:[15709] possible due to PQ slave cleanup race condition
    9202 2373278 CREATE INDEX in PARALLEL can fail with ORA-30562 in some locales
    9202 2374649 DBMS_APPLICATION_INFO CLIENT_INFO not shown for PQ slaves
    9202 2375998 PQ slaves may produce needless tracefiles
    9202 2376821 Parallelization may not occur if PARALLEL index used on right of NL join
    9202 2435787 PDML may hang for tables with referential integrity constraints
    9202 2459355 OERI:XTYCSR3 from PQ Select with GROUP BY and PLSQL function on an aggregate
    Partitioned Tables 9203 2333947 Wrong results possible from PQ on PARTITIONED table
    9203 2339666 Parallel MERGE into composite partitioned table not performant
    9203 2467216 MERGE/SPLIT partition with LOCAL DOMAIN indexes and UPDATE GLOBAL INDEXES dumps
    9203 2473601 OERI:[qkaPIdsqkn1] possible from index-join on partitioned tables
    9203 2526164 SDO has poor query performance with large partitioned tables
    9203 2541038 Streams / Logical standby get corrupt/missing data for row migrated partitioned LOB columns
    9203 2552982 PRUNING does not occur on CONCAT KEY PARTITION with INLIST and range on keys
    9203 2592966 OERI:[qkaPIdsqkn1] from AND EQUAL against partitioned table
    9203 2606090 ORA-7445[LNXN2COPT] is pruning predicate contains subquery
    9203 2617877 ORA-7445 [kkehbs] possible querying partitioned table
    9203 2618998 Dump from PDML with MONITORING on single partition
    9203 2625279 OERI[6763] during ANALYZE TABLE .. ESTIMATE STATISTICS with concurrent DROP
    9203 2626347 OERI:17059 accessing view after ADD / SPLIT PARTITION
    9203 2636685 Hang / OERI:[17059] after adding a list value to a partition
    9203 2664654 Unnecessary partition access during PQ with NL join to partitioned table
    9203 2707304 OERI:17059 / OERI:kqlupd2 / PLS-907 after adding partitions to Partitioned IOT
    9203 2729673 Wrong result from COMPOSITE PARTITIONING, INLIST and GLOBAL INDEX
    9202 2073948 ORA-6550 possible referencing remote partitioned table after DDL performed on it
    9202 2091962 PQ against composite partitioned table with INLIST on subpartition key may error (OERI:QERPXMOBJVI5)
    9202 2134836 OIERI:QKABRIX1 possible with BITMAP and PARTITIONED index on NON-PARTITIONED table
    9202 2143167 Compile time PARTITION PRUNING does not occur with RR or RRRR in NLS_DATE_FORMAT
    9202 2157502 OERI:4819 possible when partition maintenence is running against an IOT
    9202 2157655 GATHER_SCHEMA_STATS with GATHER STALE/GATHER EMPTY can fail to collect statistics
    9202 2185245 OERI:qkaPIdsmrg2 possible during PQ partition-wise join
    9202 2206438 High memory usage from DBMS_STATS.GATHER_TABLE_STATS on partitioned table
    9202 2207959 Dump from COALESCE of PARTITIONED table with LOB
    9202 2208882 SPIN for SQL against a VIEW which references an ALTERED LIST PARTITION table
    9202 2234068 PDML may not achieve expected degree of parallelism
    9202 2234325 ALTER partitioned table with global FUNCTIONAL index and LOBS dumps in kkfiSetMemRep
    9202 2242753 OERI[SRSALE_2] possible from GROUP BY SORT on PARTITION row source
    9202 2259470 Partition pruning does not occur if predicate contains an operator
    9202 2262196 Intermitent wrong results from PARALLEL partition wise join
    9202 2263517 DROP / EXCHANGE partition does not re-aggregate index statistics
    9202 2288481 SQL on partitioned table when object is invalidated (eg:ANALYZEd) can dump / OERI:15212
    9202 2306067 ADD/COALESCE/MERGE/SPLIT PARTITION sets table statistics to NULL
    9202 2329325 CBO may choose FTS over index FFS for partitioned table
    9202 2329551 OERI [kcbgcur_6] after EXCHANGE PARTITION on IOT with LOBS
    9202 2363209 Wrong results possible from IS NULL on list partitioned table with DEFAULT partition
    9202 2398190 OERI:[QKAGBY4] fron INLIST and PARTITION ITERATOR over a GROUP BY
    9202 2405013 ORA-8102 on ALTER TABLE MOVE PARTITION COMPRESS UPDATE GLOBAL INDEXES
    9202 2407020 ALTER INDEX REBUILD PARTITION may OERI[6074]
    9202 2411876 BULK BIND deletes cause incorrect delete counts in USER_TAB_MODIFICATIONS
    9202 2413264 Negative cost / bad plan for queries on partitioned table
    9202 2418668 GATHER_SCHEMA_STATS() may fail in 9.2 for partitioned tables
    9202 2515703 Dictionary corruption from concurrent partitioned IOT maintenance
    Performance 9203 2429929* V$SESSION_EVENT.SID has the wrong SID (out by 1)
    9203 1721097 Inline query in SELECT list not in EXPLAIN PLAN
    9203 1743159 A number of WAITs can occur under "null event"
    9203 2414971 UTLXPLS.SQL may report incorrect OPTIMIZER USED and may raise ORA-6502
    9203 2602332 "buffer busy wait" waiter may sometimes not get posted
    9203 2649563 ALL_TYPE_ATTRS view is SLOW for SQL with predicates on OWNER / TYPE_NAME
    9203 2710321 X$KCCFN / V$DATAFILE much slower in 9i than 8i with many datafiles
    9202 1767169 Working sets not assigned to best DBW on NUMA
    9202 2237682 FAILOVER: Non SELECT SQL is reparsed on each execute after failover
    9202 2307224 "ALTER INDEX .. REBUILD ONLINE" is slow
    9202 2364823 Index range scan can be slower than 9.0 or earlier
    9202 2384165 ENH: Small performance improvement for 8.0/8i/9i Pro clients
    Physical Standby Database / Dataguard 9203 2539160 ORA-16139 on "switchover to primary"
    9203 2542609 Corruption from CANCEL of managed standby if primary is RAC
    9203 2605652 STANDBY database may get ORA-338
    9203 2632802 LGWR ASYNC or SYNC=PARALLEL archival may cause ORA-332 on STANDBY
    9203 2643872 OERI:[KCRRNSFWA.2] possible
    9203 2644178 Physical standby may fail with ORA-354 if primary archival fails
    9203 2646214 In ASYNC mode LGWR may send a large number of messages
    9203 2654862 Open of standby in READ ONLY mode may fail after upgrade (ORA-16000)
    9203 2683226 LGWR ASYNC transport over WAN degrades throughput
    9203 2722482 Better ALERT log message for LGWR ASYNC buffer full condition
    9203 2736013 LGWR network IO optimization
    9203 2740929 New STANDBY recovery may fail with ORA-16016
    9202 2108072 OERI:1433 if LGWR archival is ASYNC and network congested
    9202 2330521 Mandatory standby destination failure not noticed
    9202 2339282 MRP process cannot be restarted if it dies
    9202 2503934 LGWR NETWORK RE-CONNECT stalls primary up to 2 minutes
    9202 2504422 LGWR should not block on ASYNC cache buffer full
    9202 2508640 LGWR/NOAFFIRM reverts to synchronous I/O for STANDBY REDO LOG files
    9202 2508833 ORA-350 trying to DROP STANDBY REDO logfile
    Pro* Precompiler 9203 1326752 ProCobol PCB-S-400, PCB-I-556 errors for "PROCEDURE DIVISION USING COPY XYZ"
    9203 1810960 ProCobol signals PLS-103 errors for PLSQL GOTO labels in code
    9203 2513269 PCC-S-2014 if a SPACE appears after "\" in #elif
    9203 2573812 ProCobol generates bad code for CURSOR VARIABLES when COMP1=INTEGER
    9203 2668683 Array binds to PLSQL blocks may ORA-1458 or no data is fetched
    9203 2672965 Pro client dump (sqlrdf) if cursor used for both dynamic method 3 and 4
    9203 2688717 Pro client mey get NULL rows with PREFETCH enabled
    9203 2717317 Client memory leak from EXEC SQL CONTEXT ALLOCATE / FREE
    9203 2765286 ORA-1458 from Pro ARRAY insert (9.2.0.2 only)
    9203 2796974 MODADA clients may dump
    9202 2255182 PROCOB generates bad code for EXEC SQL INCLUDE followed by ELSE
    9202 2291043 Client dump in lmsaicmt() creating many program contexts using OCIEnvInit() in non-US NLS env
    9202 2296498 ProC may dump if PASSWORD supplied interactively
    9202 2296922 Large SQL may fail with ORA-972
    9202 2300956 Pro client may dump if SQL uses CURSOR VARIABLES
    9202 2316666 Cobol: SQLRowidGet may dump
    9202 2321534 PROCOB generates bad code on 64 bit platforms for SQL-CONTEXT typed variables
    9202 2322384 EXEC SQL OBJECT GET leaks memory
    9202 2369763 ProC CODE=ANSI_C precompile error for "va_list"
    9202 2384165 ENH: Small performance improvement for 8.0/8i/9i Pro clients
    9202 2391185 ORA-1 returned from ROLLBACK if session has been killed (should get ORA-1012)
    9202 2403646 Pro statement reparsed each time after an error
    9202 2423571 Invalid Oracle numbers possible if ProCobol uses COMP variables containing invalid COMP data
    9202 2445917 User signal handler not called if SA_SIGINFO set
    9202 2446447 MAKEFILE does not include THREADS=YES for CPDEMO1 and CPDEMO2
    9202 2460104 ORA-24391 in precompiled code in 9.2
    9202 2463295 Cache client access to error message files reduce file access
    9202 2468606 Cobol: COMP-3 packed decimal can return incorrect number data
    Query Rewrite (including Materialized Views) 9203 2157903+ MOVE of MVIEW corrupts the data or dumps (ORA-7445 [qerltRop] or similar)
    9203 2536041+ OERI[KKQSADJP-1] with QUERY_REWRITE_ENABLED=TRUE
    9203 2328821 CREATE MATERIALIZED VIEW .. WITH GROUPING SET does not work after upgrade from to 9i
    9203 2375621 MATERIALIZED View dumps if only remote tables inside inline view
    9203 2395714 SQL with subqueries may be slow after query rewrite
    9203 2533616 Materialized view refresh can use lots of CPU
    9203 2544257 Query rewrite only rewrites one branch of GROUP BY UNION ALL statement
    9203 2547290 Refresh of Materialized View over DBLINK wastes memory (ORA-4030)
    9203 2557893 ORA-7445[qsmmecin] from rewrite of nested subquery with correlation
    9203 2605240 Row cache lock contention updating table with MATERIALIZED VIEW LOG in RAC
    9203 2616047 DBMS_METADATA does not show full query of Materialized view if TEXT > 4000
    9203 2662211 FAST REFRESH of MV with subquery may be very slow
    9202 1788639 OERI:4882 from CREATE MATERIALIZED VIEW on OBJECT table
    9202 2113937 QUERY REWRITE may report ORA-00942 when not run as MV owner
    9202 2150741 ORA-937 on rewrite for MV with aggregate expressions and no GROUP BY
    9202 2176103 OERI:[KKQSRRE-1] on query rewrite with FIRST / LAST & aggregate
    9202 2179567 Updatable snapshots do not work after 8.0 export -> 8i/9i import
    9202 2259259 MLOG$ entries may not be purged for 9i master to 8i snapshot site
    9202 2280027 OERI:504 possible from using SNAPSHOTs against 8i
    9202 2305302 MVIEW on single table with MAX/MIN does not FAST REFRESH
    9202 2411553 OERI:17271 from V7 XA client updating tables with SNAPSHOT on it
    9202 2461184 OERI:[kkqsfxvc-2] possible during query rewrite
    9202 2482089 GROUPING SET QUERY gives wrong results on Query REWRITE
    RAC (Real Application Clusters) 9203 2438953 OERI[KCBGCUR_2] / OERI[6856] from RECO in RAC/OPS
    9203 2479882 Permission changes may not propogate to all nodes
    9203 2496772 ENH: Allow RAC load balancing by session counts rather than load
    9203 2497219 OERI:[17065] / OERI:[17064] from XAOROLLBACK with AQ in OPS/RAC
    9203 2498399 OERI:[KXFPRDP:1] / ORA-10388 if node is shutdown as PQ starts
    9203 2499023 Diagnostic dump performed on SHUTDOWN ABORT of RAC instance
    9203 2516493 LMS may dump with OERI[KJBRWRDONE:!W]
    9203 2524784 PQ on RAC may crash the instance with OERI[KSLPSPR1]
    9203 2542609 Corruption from CANCEL of managed standby if primary is RAC
    9203 2560353 PQ load module may produce repeated name service publish requests
    9203 2563162 Crash recovery may hang in RAC
    9203 2580238 Reduce CPU usage of multiple DBW processes with RAC
    9203 2594172 LMS may die with OERI:[KJBMPUPMASTER:DS]
    9203 2605240 Row cache lock contention updating table with MATERIALIZED VIEW LOG in RAC
    9203 2618958 File descriptor/handle leak from IPQ slaves over IPC
    9203 2630846 In RAC the library cache pin owner list is not maintained correctly
    9203 2633268 OERI:[kclwcrs_15] possible
    9203 2649033 LMON may crash instance with ORA-227 errors
    9203 2652409 False ORA-60 possible in RAC / OPS environments
    9203 2654246 Hang possible in OPS due to local converts not occurring
    9203 2657312 Under-posting of RAC receive buffers
    9203 2689585 LMS might encounter ORA-600[504] during the simultaneous shutdown
    9203 2695517 CR may SPIN after an instance crash
    9203 2695916 LCK PGA memory leak - may crash instance
    9203 2712701 Increased diagnostics for long enqueue timeouts in RAC
    9202 2108544 OERI:KCLFADB_2 possible in RAC environment
    9202 2209142 Surviving node may HANG when PARALLEL_INSTANCE_GROUP set
    9202 2273245 Internod PQ may fail with OERI:[KXFRSLVSETINFO1]
    9202 2276622 ORA-29740 possible in RAC under heavy load
    9202 2277188 OERI:kjbenterdlm possible in RAC
    9202 2321616 ORA-7445 [kjctcommerr] / instance crash if a different instance is killed
    9202 2351554 "post/wait queue" latch contention in RAC
    9202 2353976 Instance crash can corrupt the database in RAC (database checkpoint > thread checkpoint)
    9202 2372945 OERI:[KJPCRE2] possible connecting to instance in RAC or OPS environments
    9202 2376087 PMON can crash the instance with OERI:[KJCCFMB:X!] if a process dies in a small timing window
    9202 2377136 OERI:[KCLCHKINTEG_1] possible in RAC
    9202 2385153 Shared pool LEAK on global enqueue timeouts in RAC
    9202 2389807 "LKDEBUG -A PROC" does not work properly
    9202 2390780 ORA-1538 reverting to UNDO_MANAGEMENT=MANUAL in RAC
    9202 2404957 Memory needlessly allocated for GCS resources in EXCLUSIVE mode
    9202 2405517 FAILOVER: OERI:[kclscrs_7] on FAILOVER in RAC
    9202 2406422 ORA-37 possible using OCI connection pooling in RAC environment
    9202 2418614 In RAC "ALTER TABLESPACE READ-WRITE" fails under ODM
    9202 2427938 OERI:[KSIRES_1][KJUSERSTAT_BADLEVEL] on Ctrl-C in RAC/OPS
    9202 2434915 OERI:6816 possible on SELECT SEQUENCE.NEXTVAL in RAC or OPS
    9202 2438585 Lots of timeouts from "global cache ..." operations
    9202 2442539 SMONs may deadlock updating COL_USAGE$ in RAC
    9202 2475236 RAC performance issue using UDP IPC
    RMAN (Recovery Manager) 9203 2484250 RMAN CUMULATIVE BACKUP / MAINTENENCE may appear to hang (spin)
    9203 2534017 DELETE/REPORT OBSOLETE lists wrong BACKUPSET if it contains READ ONLY / OFFLINE tablespace
    9203 2541360 V$BACKUP_SPFILE records can get corrupted / RMAN-10031
    9203 2610596 Huge CPU usage from RMAN server when TAPE not mounted with BACKUP_TAPE_IO_SLAVE=TRUE
    9203 2634796 Crash during RMAN "proxy copy" can leave database unopenable
    9202 2323159 V$ARCHIVED_LOG may show STATUS="?" instead of a valid value if RMAN has been used
    9202 2334532 Not all backuppieces have a magic buffer written
    9202 2336178 LIST BACKUP reports incorrect datafile name
    9202 2382523 RMAN backup to ODM fails
    9202 2385857 RMAN backup performance degrades over time for large DB_FILES
    9202 2405244 ORA-7445 when RMAN reported re-read of a corrupt mirrored block
    9202 2458246 RMAN thinks backups with SPFILE are OBSOLETE
    9202 2478669 RMAN uses existing DATAFILE copies at 2nd TSPITR (RMAN-6163)
    Replication 9203 2601708 Parallel propogation may hang
    9202 2434384+ Updatable snapshots with an 8i MASTER do not work - Fast refresh fails (ORA-2064)
    9202 2011927 ORA-02068 / dump in TTCI2U for snapshot with EMPTY_CLOB() data with heterogeneous databases
    9202 2103527 INVALID OBJECTS remain after running CATREPR.SQL
    9202 2174510 ORA-23308 / ORA-23309 replicating pre-created tables with FLOAT columns
    9202 2177840 ORA-23399 on Migration from 8.0 to 9i leaving REPLICATED table STATUS in ERROR
    9202 2227755 Incorrect INSERT statement from OFFLINE INSTANTIATION with fractioned values
    Resource Leaks (eg: Memory Leak) 9203 2647211+ Implicit cursor FOR loop memory leak / CPU hit
    9203 2093521 Memory leak using SAVE EXCEPTIONS with FORALL BULK operations
    9203 2334377 Memory Leak from TABLE subquery against XMLType
    9203 2441734 Win: Setting SQLNET.EXPIRE_TIME wastes stack memory
    9203 2448925 ORA-4030 from CTAS of CLOB over DBLINK from non_UTF8 -> UTF8
    9203 2452537 SELECT of remote sequence leaks cursors (ORA-1000)
    9203 2515844 Memory leak using PL/SQL and LDAP
    9203 2517189 Handle leak on repeated CONNECT/DISCONNECT in OCI_THREADED mode
    9203 2519148 Memory leak from PLSQL RPC to an older database version in a LOOP
    9203 2547290 Refresh of Materialized View over DBLINK wastes memory (ORA-4030)
    9203 2560808 Logical Standby apply slaves leak memory in Max Availability mode
    9203 2605435 Client memory leak on TAF connection
    9203 2607029 High memory use optimizing SQL with functional indexes and many expressions
    9203 2618958 File descriptor/handle leak from IPQ slaves over IPC
    9203 2624737 Cursor leak (ORA-1000) selecting from X$KTFBUE
    9203 2642976 Memory growth on INSERT of XMLTYPE
    9203 2643775 OERI:730 on shutdown using object level statistics
    9203 2683414 Logminer may use excessive memory selecting redo for LONG columns
    9203 2695916 LCK PGA memory leak - may crash instance
    9203 2702333 Memory leak using PLSQL associative array
    9203 2707212 Memory leak from long running log mines
    9203 2717317 Client memory leak from EXEC SQL CONTEXT ALLOCATE / FREE
    9203 2723384 ORACLE.SQL.CLOB.CREATETEMPORARY can leak TEMP LOBS
    9202 2124770 Client memory leak in LDA C-API
    9202 2193939 FAILOVER: Client memory leak using TAF when repeatedly open/close connections
    9202 2206438 High memory usage from DBMS_STATS.GATHER_TABLE_STATS on partitioned table
    9202 2227360 QMN process leaks memory ("kprbalo temp mem")
    9202 2250904 LDAP server file descriptor leak
    9202 2251552 Cursor leak / ORA-1000 using CURSOR() expressions
    9202 2273745 Job Queue processes selecting over HS link leaks file descriptors
    9202 2281071 ORA-4030 / memory leak calling RPC in PLSQL cursor loop
    9202 2295845 OERI:729 if TRUNCATE PARTITION / ALTER TABLE MODIFY COLUMN interrupted
    9202 2303271 OCCI memory leak calling getRef() on an object
    9202 2322384 EXEC SQL OBJECT GET leaks memory
    9202 2322759 DBMS_LOB.READ can leak "koh-kghu call" heap memory
    9202 2324976 Objects may be allocated with session duration
    9202 2371235 Memory leak passing LOB parameters to PLSQL callouts in a loop
    9202 2372441 DBMS_LDAP_UTL.get_group_membership() server memory leak
    9202 2376673 Memory leak in OCCI
    9202 2379136 SQLPLUS memory / LOB leak querying XMLType
    9202 2381566 Large UPDATE of NESTED TABLE column shows excessive memory use
    9202 2385206 OERI:723 possible after ORA-22813 error on objects
    9202 2389423 JDBC thick memory leak
    9202 2391827 HS agent leaks memory which can lead to ORA-2055
    9202 2395838 Memory leak in JVM on some platforms
    9202 2403347 Memory leak in KPRB driver with statement caching enabled
    9202 2408475 Memory leak for sessions connecting over HS
    9202 2416245 Large memory leak using SDO_RELATE in a PLSQL loop
    9202 2416678 Memory leak calling OPAQUE TYPE member function
    9202 2422803 ORA-1000 / cursor leak in JDBC THIN
    9202 2449579 DIAG process can leak memory
    9202 2508513 ORA-22813 / OERI:723 with large objects/collections
    9202 2559902 Memory leak creating CONTEXT/CTXXPATH index on schema XMLType col
    SQL*Loader 9203 2479354 Direct path load of column Objects give wrong results / dumps
    9203 2501800 ORA-7445 [kdblailb] from Direct path load into a COMPRESSed table
    9203 2513944 9i loader performance slow with multiple INTO clauses with failed WHEN clauses
    9203 2729655 Direct load of PARTITION may not update bitmap index
    9202 2182152 Incorrect record skipping / RECNUM values during continued load
    9202 2209813 OERI:5213 possible on direct load into table with bitmapped functional index
    9202 2211262 Loader parameter COMMIT_DISCONTINUED does not work
    9202 2245909 SQLLoad with EXTERNAL_TABLE does not find DIRECTORY objects correctly
    9202 2275942 ORA-7445 [klcfcfre] possible from DIRECT LOAD of large input file
    9202 2332700 Conventional load can reject a row which should be loaded if CTRL-C occurs
    9202 2386401 LOADER may load incorrect values for PACKED DECIMAL data
    9202 2418454 Direct load may fail with OERI:[klaprs_40] loading large data files
    9202 2420305 ORA-26041 from Direct path load of TIMESTAMP data on EBCDIC
    9202 2448081 DIRECT load loads PACKED DECIMALS exceeding specified precision / scale
    9202 2468782 Direct load with SQL expression in CONTROL file can fail / store incorrect data
    9202 2474033 OERI[KTSPTRM_BMB-3] possible from parallel direct load
    9202 2477651 Parallel direct load may report success on failure
    SQL*Plus 9203 2581911* iSqlplus buffer overflow vulnerability
    9203 2471872 Quoted parameter to SQLPLUS is ignored
    9203 1854041 SQLPLUS GUI may dump with increased LINESIZE
    9203 2097904 Zeroed out AUTOTRACE statistics shown when connected as SYSDBA
    9203 2157907 SQLPLUS select of CLOB/NCLOB Unicode surrogate pairs shows incorrect data
    9203 2387804 STARTUP command with invalid option reports internal error (SP2-642)
    9203 2480427 Setting AUTOTRACE in iSqlplus in the System Variables page does not show errors
    9203 2494108 Multi line heading output order wrong with SET MARKUP HTML PREFORMAT ON
    9203 2538083 SQLPLUS /NOLOG fails with SP-2 when NLS_LANG is HEBREW_ISRAEL
    9203 2652845 SQLPLUS client may get ORA-25402 after TAF failover if no previous SQL issued
    9202 1764458 COPY TABLE with RAW datatype column does not copy correctly
    9202 2117791 SQLPLUS cannot open SQL file with no extension after SET SUFFIX '' or ""
    9202 2245455 SET LINESIZE >1024 may return blank data as output in SQLPLUS
    9202 2261290 iSQLPLUS "DESCRIBE" does not show PLSQL PROCEDURE parameters
    9202 2278758 iSQLPLUS set SERVEROUTPUT to 0 causes subsequent errors
    9202 2287093 System Variables -> Instance wrong in iSqlPlus
    9202 2298683 SQLPLUS truncates TNS description strings to 160 bytes
    9202 2357300 "BROWSE" button sometimes doesn't work in iSqlplus
    9202 2367783 SQLPLUS may spin if it selects an incomplete multibyte character
    9202 2379136 SQLPLUS memory / LOB leak querying XMLType
    SQLJ 9203 1743466 False SQLJException "Invalid column name" with JDK 1.3
    9202 2357847 SQLJ cannot distinguish same PACKAGE . FUNCTION in different schemas
    Security 9203 2479882 Permission changes may not propogate to all nodes
    9203 2484754 Cannot drop policy in a non-existent group or with name starting "DEFAULT"
    9203 2523151 ORA-7445[updexe] with AUDIT_TRAIL=DB with stressed shared pool
    9203 2615477 FGA audit trail may show invalid statement type in DBA_FGA_AUDIT_TRAIL
    9203 2652538 ORA-7445 [kkkiprpriv] during GRANT/REVOKE in trusted callout
    9202 2127974 Cannot decrypt cipher encrypted using 3DES
    9202 2254550 Enterprise user using shared schema passes wrong username over DBLINK
    9202 2329949 NOT FINAL methods can be invoked without privilege
    9202 2350535 MEDIA_DIR is granted READ to PUBLIC in default database
    9202 2391877 PMON may crash the instance with OERI:[4157] if AUDITING is enabled
    9202 2430504 Dump selecting from table with VARRAY and VPD policy
    9202 2597503 Cursors with SYNONYM specific policies may not be shared properly
    Security / Vulnerability Issues 9203 2528524* Clear text passwords visible in LIBRARY_CACHE dumps
    9203 2540219* Listener denial of service vulnerability
    9203 2581911* iSqlplus buffer overflow vulnerability
    9203 2620726* Buffer overflow in Oracle server
    9203 2642117* Overflow vulnerability in DIRECTORY parameter of BFILENAME
    9203 2642267* TZ_OFFSET overflow vulnerability
    9203 2642439* TO_TIMESTAMP_TZ overflow vulnerability
    9202 2395416* Net overrun security vulnerability
    9202 2467947* LISTENER vulnerability
    Shared Pool 9203 2450264 Add event to improve cursor sharability
    9203 2586762 Direct LOB reads can result in ORA-4031 / excessive shared pool usage
    9203 2708134 FIRST_ROWS(K) HINT causes cursor not to be shared
    9202 2264893 Recursive SQL under triggers can contribute to latch contention
    9202 2272866 Client side PLSQL can cause excessing "library cache lock" and latch gets
    9202 2273604 CURSOR_SHARING=FORCE may not share cursors using a BETWEEN clause with CBO
    9202 2283941 Changes to reduce contention on "library cache latch"
    9202 2385153 Shared pool LEAK on global enqueue timeouts in RAC
    9202 2580648 Anonymous PLSQL not shared with SQL_TRACE / TIMED_STATISTICS
    Shared Server (formerly MTS) 9203 2567290 Large packet over DBLINK may fail with ORA-12539
    9203 2701820 OERI[18250] / dump using migratable database links
    9203 2728916 SGA memory for NETWORK BUFFERS increased (over 9.0)
    9202 2296198 Shared server may not process client message for about 30 seconds
    9202 2334868 Break (ctrl-c) may not interrupt a long running operation on a SHARED SERVER
    9202 2351854 Dispatchers may hang if ORA-4031 occurs
    9202 2506629 Dispatcher should time out on incomplete connect requests
    Space Management - Bitmap Managed Segments 9203 2531519 OERI:[25012] from parallel direct load of bitmap managed segments
    9203 2619867 OERI:[KCBGTCR_12] / ORA-8103 / ORA-1410 SELECTing from bitmap managed segment
    9203 2676912 OERI[KTELRWI-2] from CREATE UNIQUE INDEX with Bitmap managed segment
    9203 2685269 OERI[ktspstchg-1] on DELETE from bitmap managed table/index
    9202 2212656 OERI[ktspfupdst-1] possible during DML on bitmap managed segments
    9202 2296597 RESUMABLE session may OERI:2006 with AUTOMATIC segment space management
    9202 2326066 OERI[ktspffbmb-4] creating LOB column in AUTO SEGMENT SPACE MANAGEMENT
    9202 2326948 DBV-111 using DBVERIFY SEGMENT_ID=... on a bitmap space managed segment
    9202 2477368 Full table scan of AUTO space managed table may not return all rows
    Space Management - Locally Managed Tablespaces 9203 2569255 OERI:KCBGTCR_5 dropping segment upgrade from 8i
    9202 2198861 Transporting a locally managed tablespace gives OERI:[KTFBFGET-1] at the TARGET
    9202 2406802 OERI[kcbgtcr_3] / OERI[kcbcxx_1] after DROP TABLE in locally managed tablespace
    9202 2414972 OERI:[kcbnew]/OERI:[kcbgtcr_3] after resize in LOCALLY MANAGED tablespace
    Spatial Data 9203 2526164 SDO has poor query performance with large partitioned tables
    9203 2531403 ORA-13249 creating SPATIAL index on attribute of object table
    9203 2545415 ORA-29902 from VIEWPORT_TRANSFORM
    9203 2548412 INTERSECTION containing ARCS may dump
    9203 2582293 SYNCHRONIZE after DEFERRED may fail after UPDATES
    9203 2588406 ARC validates ofter failing (ORA-13349) with smaller tolerance
    9203 2592406 Dump possible SYNCHRONIZING a DEFERRED spatial index
    9203 2622496 SDO_RELATE returns wrong results on ARCS with reasonable tolerance
    9203 2626372 INTERSECTION of POLYGON with HOLE and POLYGON returns NULL
    9203 2633138 Dump from SDO_RELATE with convexhull
    9203 2637320 Dump from SDO_CONVEXHULL
    9203 2638946 Creation of local partitioned spatial index may fail
    9203 2653232 Spatial queries can exceed CPU RESOURCE_LIMIT as CPU not updated
    9203 2669515 VALIDATE GEOMETRY may dump
    9203 2671089 UNION of GEODETIC GEOMETRIES returns INVALID GEOMETRY (ORA-13349)
    9203 2673154 SDO RELATE may show different relationships depending on TOLERANCE
    9203 2679773 "CREATE INDEX ... LOCAL UNUSABLE" should create dummy indexes
    9203 2682980 Add DBMS_PCLXUTIL to support parallel spatial index build
    9203 2685914 SDO_WITHIN_DISTANCE may return wrong answer for geodetic data
    9203 2685976 SDO_RELATE with SDO_BUFFER AROUND WINDOW gives wrong answer
    9203 2692602 OBJECT tables cannot be indexed by SDO
    9203 2694899 "ALTER INDEX REBUILD PARTITION <NO PARAMETERS>" should use previous parameters
    9203 2696860 Wrong results from SDO_WITHIN_DISTANCE for MULTI-POINT Geometry when parallel to the axis
    9203 2723677 ORA-955 adding a partition to a spatial table with a LOCAL SPATIAL index
    9203 2727824 SDO_WITHIN_DISTANCE fails with 2D window against 3D data indexed 2D
    9202 2172055 SDO_INTERSECTION may generate NULL geometries
    9202 2211515 Spatial query may SPIN if TOLERANCE is too large
    9202 2239348 SDO_GEOM.RELATE / UNION can return UNKNOWN MASK / NULL or ORA-7445 [mdirf2g]
    9202 2324468 Wrong results from SDO_WITHIN_DISTANCE with BUFFER and R-TREE INDEX
    9202 2334976 Incorrect measures generated by SDO_AGGR_LRS_CONCAT for geodetic data
    9202 2341491 ORA-13050 possible on SDO_BUFFER of valid SDO geometry
    9202 2412341 FALSE EASTING and FALSE NORTHING parameters are always in METERS
    9202 2416245 Large memory leak using SDO_RELATE in a PLSQL loop
    Spatial RTREE 9203 2768576+ SDO_RELATE (point - line) for CONTAINS on RTREE returns WRONG RESULT
    9203 1941373 SDO_TUNE functions show no output for RTREEs
    9203 2534045 OERI:kghuichk_07 using SDO_RELATE against RTREE with Circular Arc Geometry
    9203 2671434 SDO_RELATE can be very slow with RTREE
    9202 2468979 ORA-13249/ORA-6502 creating partitioned RTREE spatial index in parallel
    Star Transformation 9203 2499014 STAR_TRANSFORMATION_ENABLED=TRUE can generate unnecessary semijoin subqueries
    9203 2522549 Wrong results possible with STAR_TRANSFORMATION_ENABLED=TRUE
    9203 2540375 ORA-918 possible with STAR_TRANSFORMATION_ENABLED=TRUE
    9203 2550212 'TEMP TABLE GENERATION' can give very poor query performance
    9203 2559375 Wrong results from STAR_TRANSFORMATION_ENABLED due to transitively generated predicates
    9203 2698687 Dump in qes3tCleanLockInfo from temp table transformation
    9203 2708898 STAR_TRANSFORMATION with a WINDOW function may dump (evaopn2)
    9203 2711788 Wrong results possible from STAR transformation with OR predicates
    9203 2767539 Dump (in qerpxStart) possible from TEMP TABLE TRANSFORMATION with WINDOW function
    9202 2279891 ORA-900 from temp table STAR transformation
    9202 2286794 Dump in evaopn2 if STAR transformation FACT table has >1 bitmap index on a join column
    9202 2289081 Wrong results from STAR_TRANSFORMATION with TEMP table generation with OR predicates
    9202 2316487 ORA-604 / ORA-942 with STAR_TRANSFORMATION_ENABLED=TRUE
    9202 2364585 STAR transformation may dump (EVAOPN2) if fact column is leading prefix of bitmap index
    9202 2376273 Memory corruption using LEADING hint with STAR transformation
    9202 2417032 ORA-907 from STAR_TRANSFORMATION and inline UNION view
    9202 2476322 Temp Table STAR TRANSFORMATION may show negative cost
    Streams / Logical Standby 9203 2376027 SUPPLEMENTAL LOG GROUP has a limit of 33 columns (ORA-2257)
    9203 2541038 Streams / Logical standby get corrupt/missing data for row migrated partitioned LOB columns
    9203 2552188 Certain DDLs can cause capture to die (OERI:KNLCFGETOBJINFO:GTA)
    9203 2560808 Logical Standby apply slaves leak memory in Max Availability mode
    9203 2615349 PQ traces generated in Streams / Logical Standby
    9203 2621671 Memory leak in logical standby
    9203 2623859 ORA-1400 possible during DBMS_APPLY_ADM
    9203 2623931 Capture may not start after upgrade from 9201 to 9202
    9203 2641682 Logical standby apply skip DDL may not skip all operations and error/stop
    9203 2644200 Logical standby may stall with large DDL transactions
    9203 2644381 Streams with log shipping stalls
    9203 2654469 Streams capture does not handle EMPTY_LOBS properly
    9203 2662771 Logfiles not registered with logical standby logminer session
    9203 2666229 Log mining of LOB DMLs fails
    9203 2681977 Logical standby may not maintain some tables from upgraded database
    9203 2691474 Lowering MAX_EVENTS_RECORDED does not free rows in DBA_LOGSTDBY_EVENTS
    9203 2691486 Mined data loss possible from LOB ERASE/TRIM/WRITE redo
    9203 2692936 Apply engine may hang
    9203 2693159 Fetch slave may hang
    9203 2694760 ORA-1405 from DBMS_STREAMS_ADM.ADD_SCHEMA_RULES etc..
    9203 2701643 OERI [krvxmds_MemberDictSet]/ORA-7445 mining redo from upgraded database
    9203 2702392 Hang / dump possible mining redo
    9203 2709359 Dump/errors restarting logical standby with AGE SPILL data present
    9203 2715979 Apply may fail for tables with PRIMARY KEY DEFERRABLE
    9203 2718814 DML/Rollback problems with SUPPLEMENTAL LOG GROUP on IOT
    9203 2728053 Logminer checkpointing may not happen for long time
    9203 2732343 Streams capture update of LOB data > 32K gives wrong length on APPLY
    9203 2736124 DBA_APPLY_ERROR.MESSAGE_COUNT value incorrect
    9203 2736672 LSP0 failure may crash instance
    9202 No Bug#+ 9.2.0.2 is mandatory minimum patch level for Streams / Logical Standby
    9202 2228694 DBMS_LOGSTDBY.BUILD returns ORA-16108
    System Managed Undo 9202 2053110 SMU may report ORA-30036 when undo space is available
    9202 2347262 Hang during startup possible in SMU mode
    9202 2358432 DBMS_SPACE_ADMIN.SEGMENT_DUMP() signals ORA-03211 for SMU Undo Segments
    9202 2360088 ORA-1092 on STARTUP if the firsT UNDO_TABLESPACE is OFFLINE (ORA-376 in alert)
    9202 2390780 ORA-1538 reverting to UNDO_MANAGEMENT=MANUAL in RAC
    9202 2439695 OERI[4191] possible on shrink of system managed undo segment
    TIMESTAMP data type 9203 2227982 OCIIntervalSetYearMonth() may produce ORA-1873 errors
    9203 2460091 ORA-7445[pgmbiad_build_input] if PLSQL calls Java callout with a TIMESTAMP parameter
    9203 2490061 ORA-932 for remote SQL using TIMESTAMP datatype
    9203 2601203 ORA-3106 from INSERT .. RETURNING a NULL into a TIMESTAMP column
    9202 2269285 OERI:[QCTVCO : BFC] INSERTing '' to table with TIMESTAMP column & trigger
    9202 2286804 Incorrect timezone conversion for some TIMESTAMPs for certain zones
    9202 2339030 :OLD / :NEW contain garbage for TIMESTAMP WITH LOCAL TIMEZONE columns
    9202 2354325 Fetching a TIMESTAMP with getTimestamp(int,Calendar) throws SQLException
    9202 2378216 Retrieving a TIMESTAMP value using getTime() throws NumberFormatException
    9202 2384272 JDBC getTime() of a TIMESTAMP does not return the correct Time value
    9202 2420305 ORA-26041 from Direct path load of TIMESTAMP data on EBCDIC
    9202 2502439 JDBC OCI returns INCORRECT nanoseconds value
    Transparent Application Failover 9203 2496780 TAF client may dump if failover occurs during SELECT of LONG column
    9203 2542693 Repeated ORA-0000 after failover
    9203 2605435 Client memory leak on TAF connection
    9203 2686200 FAILOVER dumps if OCI_ATTR_INTERNAL_NAME / OCI_ATTR_EXTERNAL_NAME set in UTF16 client
    Transportable Tablespaces 9203 2347596 Transport of OBJECT table may get index in wrong tablespace
    9203 2518758 ORA-1460 IMPORTING metadata for TRANSPORT of table with LONG column
    9203 2544428 Export may write bad LOB storage clause for TRANSPORT (ORA-22850 on IMPORT)
    9203 2544536 Transportable tablespace export may produce bad export
    9203 2551267 OERI:[kkdxptcn1] during TRANSPORT import of tables with LONG columns
    9203 2555141 OERI:[PITL1] using an TRANSPORTED table created in 8i (or earlier)
    9203 2556845 ORA-955 / ORA-14452 running concurrent transportable tablespace exports
    9203 2563296 Import may fail with server ORA-7445[kfpchkchar]
    9202 1993176 Transportable sets cannot contain a HASH CLUSTER
    9202 2160802 OERI:PITL1 possible plugging 8i tablespace into 9i
    9202 2198861 Transporting a locally managed tablespace gives OERI:[KTFBFGET-1] at the TARGET
    9202 2349201 ORA-1647 importing TRANSPORTABLE set with partitioned object table
    9202 2387007 ENH: Allow UNUSED COLUMNS to be TRANSPORTED
    9202 2518865 Transportable tablespace with LONG may miss column data
    Triggers 9203 1955577 Dump (in KOKEIS) using BINDS if TRIGGER updates nested table column
    9203 2078899 OERI[4814] / OERI[kkdlgon4] on startup with DDL in SYSTEM TRIGGER
    9203 2473741 Before row update trigger may not fire for MERGE statement
    9203 2646865 ORA-7445 [INSBRP] from INSERT .. RETURNING with a trigger
    9203 2648289 ORA-7445 [kkmdel] deleting from a table with BEFORE DELETE trigger
    9202 2014766 Java TRIGGERS do not set :NEW variables to the new values
    9202 2138987 OERI:kohdtgde1 / OERI:koxsihread1 possible executing a trigger
    9202 2168939 ORA-932 / DUMP on INSERT with INSTEAD OF TRIGGER on LOB/OBJECT column
    9202 2264893 Recursive SQL under triggers can contribute to latch contention
    9202 2269285 OERI:[QCTVCO : BFC] INSERTing '' to table with TIMESTAMP column & trigger
    9202 2273417 RECO may not recover IN-DOUBT transactions when LOGON triggers exist
    9202 2322586 ORA-7445 [QERLTIDLM] using APPEND hint in trigger
    9202 2339030 :OLD / :NEW contain garbage for TIMESTAMP WITH LOCAL TIMEZONE columns
    9202 2423689 ORA-7445 [INSBRP] on DML against a table with UNUSED columns with a TRIGGER
    Ultra Search 9203 2650812 Multiple "/" in URL from HTTP redirection
    9203 2673282 WKG-30008 crawling a FILE-DATASOURCE with > 127 character FILENAME
    9203 2695209 CRAWLER may not find files in a directory in file data store
    9203 2709760 MAKE of sample fails with portal_global_code.jsp cannot be read
    9202 2280521 Edit Attribute Mapping page has incorrect Mapping
    9202 2318866 Unable to DELETE GROUP in multibyte
    9202 2328192 ORA-1407 changing data source from USING DISPLAY URL to NOT USING
    9202 2335396 Exception when DELETE ATTRIBUTE LOV with long MBC name
    9202 2349367 Admin tool cannot detect PRIMARY KEYS when base table not in the instance schema
    9202 2350367 Need option to allow CRAWLER to ignore Robot Exclusion rules
    9202 2350381 Different instances share same search attribute space
    9202 2382986 WKG-10900 possible after renaming a search attribute
    9202 2386775 Ultrasearch EMAIL schedule may error with PLS-201
    9202 2391052 Crawler may not object ROBOTS.TXT rule
    9202 2406868 SQLEXCEPTION searching for "*" (asterisk)
    9202 2422743 Crawler rate slows over time
    9202 2427164 NUMBER Attribute values not deleted on re-crawl
    9202 2428263 Inconsistent document checksum for document due to MIMETYPE
    9202 2464769 Unable to view >1 remote crawler profile
    9202 2569663 Crawler filtering fails for JA16EUC
    Wallet Manager 9203 2494999 Wallet Manager will not import CA certificate
    9203 2623513 Wallet Manager hangs importing CERTIFICATE with BMPSTRING encoding
    9202 2347682 Cannot load certificate with SUBJECT_NAME with AVA type IA5_STRING
    Wrong Results 9203 2429929* V$SESSION_EVENT.SID has the wrong SID (out by 1)
    9203 2673783+ Wrong year values possible from DATE data types (apparently random)
    9203 2768576+ SDO_RELATE (point - line) for CONTAINS on RTREE returns WRONG RESULT
    9203 2333947 Wrong results possible from PQ on PARTITIONED table
    9203 2375782 NEAR operator may not return rows with several terms
    9203 2408817 V$RECOVERY_PROCESS.SOFAR may decrease during media recovery
    9203 2442125 Wrong results from PQ which compares a CHAR column to a BIND variable
    9203 2452631 Wrong results with CHECK CONSTRAINTS on OUTER JOIN columns
    9203 2455551 Blank padded comparison fails with NLS_COMP=ANSI & NLS_SORT<>BINARY
    9203 2470864 UPDATE may not update all rows if CHECK CONSTRAINT compares columns
    9203 2477249 Wrong results / Dump from INSERT AS SELECT with GROUP BY using FUNCTIONAL INDEX
    9203 2502129 Wrong results possible depending on order of predicates
    9203 2518109 Wrong results possible when INDEX JOIN used in execution plan
    9203 2522549 Wrong results possible with STAR_TRANSFORMATION_ENABLED=TRUE
    9203 2529036 LIKE against multi-byte CLOB can give wrong results
    9203 2533766 Wrong results from HASH JOIN over DBLINK between multibyte databases
    9203 2539837 Wrong results using FIRST_ROWS_N with > 5 tables in FROM clause
    9203 2545840 Distributed query may see remote changes from AFTER the snapshot SCN
    9203 2551568 OERI:[rworupo.1] / wrong results from queries involving OBJECTS
    9203 2556195 OERI:[SORPUT_1] / Wrong results using PIPELINED function in SQL
    9203 2559375 Wrong results from STAR_TRANSFORMATION_ENABLED due to transitively generated predicates
    9203 2569154 Wrong results from PQ with NL of BITMAP INDEX with ROWID predicate
    9203 2589186 Empty Timestamp is returned for NULL column value
    9203 2601175 Wrong results for German sharp-s with BASE_LETTER and ALTERNATE_SPELLING
    9203 2610068 '_' character treated as a WILDCARD for CTXCAT indextype
    9203 2616459 CHR() returns CHR(0) when NLS_SORT is set
    9203 2622496 SDO_RELATE returns wrong results on ARCS with reasonable tolerance
    9203 2624452 Redefinition of buffer length with OCIDefineByPos gets wrong no bytes for LONGS
    9203 2627474 Wrong results from CURSOR expression in JSP if first column is an ADT
    9203 2628799 Blank data from Domain Index only scan fetching PK only for IOT
    9203 2630054 ORA-7445 [EVAOPN2] / wrong results from CASE expression
    9203 2633193 Wrong results possible from DECODE in a NOT IN subquery
    9203 2649659 Invalid data in OCI7 client in non-blocking mode with NLS conversion
    9203 2656627 Wrong results from ANSI OUTER JOIN with CONSTANT predicates in ON clause
    9203 2658851 Wrong results from SEMIJOIN on CLUSTERED column
    9203 2663986 Missing rows querying CTXRULE index in sections (eg: 'CAT WITHIN MAMMAL')
    9203 2675123 Client gets no data in some cases when NLS_LANG is UTF8
    9203 2684307 Mixed tokens not uppercased with BASE_LETTER in multibyte database
    9203 2685914 SDO_WITHIN_DISTANCE may return wrong answer for geodetic data
    9203 2688717 Pro client mey get NULL rows with PREFETCH enabled
    9203 2711788 Wrong results possible from STAR transformation with OR predicates
    9203 2729655 Direct load of PARTITION may not update bitmap index
    9203 2729673 Wrong result from COMPOSITE PARTITIONING, INLIST and GLOBAL INDEX
    9202 2437484+ DECODE() returns wrong results for empty string ('') compared to NULL
    9202 1231199 Wrong results possible from parallel queries where NLS_SORT is not BINARY
    9202 1951553 Wrong results from PQ with ORDER BY NLSSORT
    9202 2147213 Wrong results / dump possible using DESC functional index
    9202 2161906 Wrong results possible using ROWNUM / LEVEL in predicates / GROUP BY with multiple views
    9202 2183412 Wrong results possible with DESC index
    9202 2202561 Wrong results possible from CHECK CONSTRAINT with empty string ''
    9202 2206022 Wrong results / OERIs from DML on UPDATE JOIN VIEW with STORED OUTLINE
    9202 2210617 SELECT from corrupt IOT returns wrong results
    9202 2214266 Multibyte EXTERNAL TABLE with >1 file may return wrong results
    9202 2221401 Queries with complex view may return wrong results if predicates have implicit type conversion
    9202 2252055 Wrong res from OR-expanded plan with inequality SMJ
    9202 2257375 Turkish language characters are not converted correctly with SPECIFIC or GENERIC base letter
    9202 2258035 Wrong results possible from Max/Min/Count(DISTINCT) on top of window function
    9202 2262196 Intermitent wrong results from PARALLEL partition wise join
    9202 2263263 Wrong results possible from HASH or SMJ of view with columns based on join key
    9202 2286442 Nested WITHIN may miss hits
    9202 2289081 Wrong results from STAR_TRANSFORMATION with TEMP table generation with OR predicates
    9202 2296247 Incorrect results / memory corruption / dump from UPDATE using HASH JOIN with correlated SUBQUERY
    9202 2296307 Wrong results possible from DISTINCT on VIEW with AGGREGATES and SUBQUERIES
    9202 2314238 VARCHAR2 Bind variables loose any TRAILING SPACES when used over a DATABASE LINK or bound dynamically
    9202 2320751 Wrong results possible from Text phrase search on XML document
    9202 2324468 Wrong results from SDO_WITHIN_DISTANCE with BUFFER and R-TREE INDEX
    9202 2327249 V$SYSSTAT may show huge incorrect values when using Parallel Query
    9202 2338661 Wrong results possible from ANSI outer join
    9202 2343219 NCHAR LIKE comparisons may not match on EBCDIC platforms
    9202 2352429 (FLOAT)getObject(n) returns 0.0 for NULL data
    9202 2352928 Wrong results / dump from FULL OUTER JOIN to SUBQUERY with GROUP BY
    9202 2360043 LEFT OUTER JOIN may produce incorrect results instead of ORA-1799
    9202 2363209 Wrong results possible from IS NULL on list partitioned table with DEFAULT partition
    9202 2383138 Wrong results from ANTI-JOIN to single table subquery with constant "FALSE" predicate
    9202 2384272 JDBC getTime() of a TIMESTAMP does not return the correct Time value
    9202 2388008 Wrong results from ANSI outer join with 'const <relop> col'
    9202 2388400 OCI_ATTR_ROW_COUNT returns incorrect row count for piecewise fetches
    9202 2389429 ALL_COLL_TYPES may omit rows
    9202 2393988 WRONG RESULT WHEN USING DECODE WITH COST BASED OPTIMIZER
    9202 2397402 Dump / Wrong res with many INLIST predicates on non-indexed column
    9202 2404234 Wrong results from predicate push into view with CONNECT BY and join
    9202 2411876 BULK BIND deletes cause incorrect delete counts in USER_TAB_MODIFICATIONS
    9202 2417894 ORA-7445 [EVAMINMAX] / wrong results from complex view if aggregate correlated to SUBQUERY
    9202 2423226 Extra characters appended with REPLACE / RTRIM on multibyte shifted data
    9202 2448615 Wrong results from HASH JOIN over DBLINK with multibyte data
    9202 2468606 Cobol: COMP-3 packed decimal can return incorrect number data
    9202 2474692 V$BUFFER_POOL_STATISTICS DBBGET and CONGET are wrong
    9202 2477368 Full table scan of AUTO space managed table may not return all rows
    9202 2481002 V$FILESTAT.AVGIOTIM is incorrect
    9202 2482089 GROUPING SET QUERY gives wrong results on Query REWRITE
    XA / Distributed Transactions 9203 2191497 XA_END in PRO fails with ORA-24779 when using a DBLINK after an error
    9203 2497219 OERI:[17065] / OERI:[17064] from XAOROLLBACK with AQ in OPS/RAC
    9203 2511780 Add JDBC XA support for LOOSE transactions
    9203 2622558 XA Open option to close precompiler cursors on XA_END (avoid ORA-24779 errors)
    9203 2638483 XAER_RMERR returned on XA_COMMIT instead of XA_RETRY
    9203 2659833 Client side errors during JDBC XA operations are ignored
    9203 2678338 Heuristically commited/rollback cases are not handled by JDBC XA (ORA-24756)
    9203 2698435 Repeated OERI:18260 / OERI:18186 if XA DBLINK errors at commit
    9202 2207382 OERI:12333 fetching from Oracle/DB2 in XA
    9202 2411553 OERI:17271 from V7 XA client updating tables with SNAPSHOT on it
    XDB 9203 2332184 ORA-7445[kope2upic] from XML.ToObject()
    9203 2334377 Memory Leak from TABLE subquery against XMLType
    9203 2337501 Repeated elements with non-identical types cannot be handled
    9203 2412825 Listing an XDB folder may be very slow
    9203 2483617 DBMS_XSLPROCESSOR.SELECTNODES may dump in qmxGetNumChildren
    9203 2486954 ORA-4031 / Dump from concurrent DGURIServlet access to SQLX XMLType view
    9203 2491404 Cannot find files with multibyte names (with a "\" byte)
    9203 2535425 XDB wrong result possible from EXISTSNODE with "/*"
    9203 2537917 OERI:729 possible with XDB
    9203 2553163 XDB may dump in QMUBANINS
    9203 2558798 Add indexes to XDB$RESOURCE improve XDB performance
    9203 2587723 OERI:[kolasaWrite-3] / OERI:[ksmovrflow] possible with XDB
    9203 2587768 XDB internal fix
    9203 2591551 OERI:[qesmmaLogUnResSpc1] with XDB
    9203 2595396 Dump in KGEADP possible with XDB
    9203 2600262 XDB may not show correct content of XMLType column
    9203 2605166 OERI:koksctri1 during create TEXT index on EXTRACT() expression
    9203 2611590 OERI:[17003] running XDBRELOD.SQL
    9203 2615657 XMLTYPE is always pickled as LOB/TEXT (never ADT)
    9203 2616549 OERI:QMR_CB_PR1 possible in XDB
    9203 2619800 XML files with non-default extensions not treated as XML in XDB
    9203 2621345 Using IOTs for NESTED TABLES wastes space in XDB
    9203 2622151 Incorrect query rewrite of XPATHS on schemas with Subs groups
    9203 2622913 OERI:[qmtsSetTypeInfo9] possible
    9203 2642976 Memory growth on INSERT of XMLTYPE
    9203 2648408 OERI:[QMTSGETCOMPLEXINFO1] on RegisterSchema
    9203 2676936 DBMS_XMLDOM, DBMS_XMLPROCESSOR not NAMESPACE aware
    9203 2678676 ProcessXSL / Transform truncates output at 4000 characters
    9203 2687401 XDBSCHEMAs may not be imported to correct schema
    9203 2712908 Create VIEW may hang creating view over XMLSEQUENCE
    9203 2719085 Poor performance / memory use of SQL/XML operators
    9203 2721749 Directory style operations slow on documents with subtypes
    9203 2721864 SELECT of XMLType slow
    9203 2744798 DBMS_XMLGEN.NEWCONTEXT with a REFCURSOR leaks memory
    9202 No Bug#+ 9.2.0.2 is mandatory minimum patch level for XDB
    XML / XDK 9203 No Bug#+ The 9.2.0.3 Patch Set contains XDK version 9.2.0.5
    9203 2436572 FAILOVER: ORA-1 possible after FAILOVER during SELECT of an XMLType
    9203 2438656 Oracle XML DOM parser does not parse correctly
    9203 2502135 LPX-4 "Multichar overflow" possible parsing XML documents
    9203 2537672 UPDATE on XMLtype column which has an XPATH index may dump
    9203 2701717 XML parser does not support setExpandEntityReferences(FALSE)
    9203 2702942 DBMS_XMLDOM.APPENDCHILD() does not work properly
    9203 2757613 SELECT XMLELEMENT() may fail with OERI:[kolasaRead-1.1]
    9202 No Bug#+ The 9.2.0.2 Patch Set contains XDK version 9.2.0.4
    9202 2192062 DBMS_XMLQuery.getXML() does not reset ROW NUM
    9202 2241542 XMLDocument.print() ignores namespace characteristics
    9202 2244581 XPath processor fails if XPath expression traverses non-existing parent nodes
    9202 2257361 ORA-3113/ORA-600 indexing an multi-byte data in XML CDATA sections
    9202 2286448 ORA-29532 using XSLProcessor within StyleSheet
    9202 2317933 LSX-333 when MULTIBYTE data used in a PATTERN
    9202 2320751 Wrong results possible from Text phrase search on XML document
    9202 2328033 "the element is undefined" when not expected
    9202 2340748 Old javax.xml.transform.TransformerFactory included in xmlparserv2.jar
    9202 2343833 ORA-29552 from oracle.xdb.XMLType.createXML after 901 upgrade/downgrade
    9202 2352727 XMLType has poor performance in multibyte
    9202 2358025 isSchemaValid/isSchemaBased do not work for some charactersets (eg JA16SJIS/JA16EUC)
    9202 2383527 DBMS_XMLQuery does not indicate ORA-942 errors if a bind variable is used
    9202 2410191 ArrayIndexOutOfBoundsException parsing XML using SAX parser
    9202 2415063 XDK parse does not always handle NAMESPACE prefixes
    9202 2457676 XSD-2034 possible with user defined ComprexType
    Dumps / Abends 9203 2058579 CTAS referencing PLSQL function may dump if shared pool flushes
    9203 2272485 ORA-7445 / ORA-607 creating a clustered table using CTAS
    9203 2311637 ORA-7445 IN QKKSKIPORDOPT() WITH RULE HINT
    9203 2517736 Update of LONG with BIND may dump if cursor invalidated
    9203 2526540 SIGFPE possible during optimization
    9203 2560364 ORA-7445 [pegisc] from BITAND with BINARY_INTEGER arguments
    9203 2563936 ORA-7445 [qcdottnc] from SELECT XXX() where "XXX" is not a type/function
    9203 2640623 ORA-7445[ksupgpcl] possible in PMON during SHUTDOWN
    9203 2663395 Stack corruption if write back of mirror broken block fails
    9202 2366678+ Passing parameters to CALLOUTS may dump or report ORA-600 errors
    9202 2219776 Dump possible during queries against X$KGLOB
    9202 2222688 ORA-7445 [memcpy] from kpobvr() with bind > 2000 then bind = 0
    9202 2236259 ORA-7445 [LXHCSN] possible during STARTUP
    9202 2242955 Dump possible from INDEX JOIN access path against CLUSTER
    9202 2251136 ORA-7445[KGLSUPD] from concurrent DROP/TRUNCATE and ANALYZE
    9202 2253106 ORA-7445 [KSLGPRL] possible repeatedly selecting from V$LATCHHOLDER
    9202 2311529 "SHUTDOWN" may dump with ORA-7445 [lxhcsn]
    9202 2331804 OERI:SORSIK_2 possible from SEMI-JOIN and OR-Expansion
    9202 2358756 Dump possible with TIMED_STATISTICS=TRUE
    9202 2386334 ORA-7445[QERUAROWPROCEDURE] possible from SELECT from UNION ALL view
    9202 2421874 Dumps possible in opiodr() using resource limits or killing sessions
    9202 2453215 ORA-7445[vopsvc] selecting ROWID from a complex join view
    9202 2459191 ORA-7445 [EVADCD] from constant DECODE predicate
    9202 2460603 OERI:[QERNSROWP] from DISTINCT, ORDER BY and GROUP BY
    Errors & Internal Errors 9203 2432911 OERI[6757] from HASH CLUSTER if INITRANS has been altered
    9203 2436600 OERI:[KTFTHCF-1] possible from V$FILESTAT / DBA_DATA_FILES
    9203 2496556 OERI[KDOURP-2] possible during CR rollback (rare)
    9203 2501591 ORA-928 / ORA-4031 on "ALTER VIEW <sys_view> COMPILE" if REMOTE objects exist with same name
    9203 2510810 ORA-911 / ORA-936 from ANALYZE .. VALIDATE STRUCTURE when USERNAME / TABLE_NAME contain special characters
    9203 2539791 ORA-600[kksscl-inf-inl-loop] possible following process death
    9203 2604343 ORA-12085 / OERI:1234 possible using non-empty RESOURCE_MANAGER_PLAN
    9203 2617480 OERI:[KDISLE:NROWS][1] during INSERT into an INDEX
    9203 2619827 ORA-903 / ORA-911 from ALTER VIEW COMPILE with UNION ALL in inline view
    9203 2642031 ORA-979 from complex view merge of "THE" subquery.
    9203 2662838 ORA-2095 attempting to modify SESSION modifiable parameter in SPFILE
    9203 2678481 OERI[729] possible on SHUTDOWN
    9203 2686862 OERI [qesmmaLogUnResSpc1] possible under load
    9203 2701826 OERI[1236] possible
    9202 1803897 Bad define conversions may fail with ORA-3115 rather than ORA-932
    9202 2104392 OERI:[QCSFBDNP:1] from nested CONNECT BY with binds in START WITH or FROM clause
    9202 2217015 ORA-4016 accessing recreated SEQUENCE after DROP USER CASCADE
    9202 2245527 ORA-903/ORA-911 selecting from UNION view
    9202 2258603 OERI:12327 possible on SELECT with uncorreted subquery
    9202 2265030 OERI:[KGHFRF1] possible select from X$KTFBFE for a non-existent tablespace
    9202 2266135 OERI [KTSXTFFS-3] possible from X$KTFBFE for TEMPORARY tablespaces
    9202 2276981 OERI:16608 possible if a session DROPS a dependent object of a query
    9202 2277191 OERI:QERPFALLOCATEX2 possible from SELECT
    9202 2294821 Additional diagnostics for OERI:12700
    9202 2306106 OERI:[qerfxFetch_01] possible - affects OEM
    9202 2316137 OERI:[KKSSCL-INF-INL-LOOP] possible
    9202 2332996 OERI:kokbcrwo1 from SELECT DISTINCT .. CURSOR() .. statements
    9202 2340064 ORA-1841 when ADD_MONTHS function results in DECEMBER 9999
    9202 2345060 ORA-600[kokvxsql1] can occur compiling a view
    9202 2345538 OERI:kdsgrds from SERIALIZABLE transaction on row dependent table
    9202 2348151 OERI:comp3 possible from compressed insert direct load
    9202 2351255 GROUP BY with large group key can OERI:[15851]
    9202 2353474 OERI:[kksscl-inf-inl-loop] possible (rare)
    9202 2355622 OERI[2907] possible on TEMPFILES
    9202 2358608 Concurrent ANALYZE and DDL on table may OERI:16607
    9202 2361148 OERI:[qerrmoFBU1] may mask a real user error
    9202 2365220 OERI:[KCBBXSV_6] possible on an SGA SHRINK
    9202 2371613 OERI:12412 from CASE expression in SELECT FOR UPDATE
    9202 2371937 ALTER TABLE may signal false ORA-928
    9202 2385673 OERI:[kpoblblen: pos1] reexecuting SQL from PLSQL with CURSOR_SPACE_FOR_TIME=TRUE
    9202 2401670 Refinement of the fix for Bug:2361084 (ORA-1002)
    9202 2407473 ORA-3106 possible on UPDATE of a LONG using character bind > 4000 bytes long
    9202 2431567 Oracle errors may show wrong OS error
    9202 2434873 OERI[kksscl-inf-inl-loop] during heavy load with CURSOR_SPACE_FOR_TIME=TRUE
    9202 2438883 ORA-27544 can occur on connect if previous connect failed
    9202 2443896 OERI:[12811] from concurrent SELECT and DDL (DROP) with SQL_TRACE=TRUE
    9202 2446649 ORA-7445 [kkslod] / ORA-600[kksscl-inf-inl-loop] possible
    9202 2479523 STARTUP FORCE may fail with OERI[KJPCR3]
    9202 2520796 ORA-439 trying to enable VLM in Standard Edition
    9202 2549696 OERI:4406 on startup if system trigger hits ORA-4092
    Miscellaneous 9203 2235386 Improved diagnostics for ORA-60 deadlocks
    9203 2398069 Unnessesary "SEARCH IN KDISTI..." trace file messages
    9203 2529763 Rename of 9.0.1 OMF file fails with ORA-1276
    9203 2710910 ALL_SOURCE, USER_SOURCE and DBA_SOURCE views are slow
    9202 1872981 ALTER SYSTEM QUIESCE RESTRICT still allows user sessions to get locks / ORA-54
    9202 2106360 MODULE (V$SESSION/V$SQL) should default to the PROGRAM name
    9202 2206480 PROCESS RESOURCE COUNT not accurate
    9202 2207685 BATCH ERROR handling with INSERT..SELECT does not work
    9202 2252932 V$SEGSTAT statistics not cleaned up on TRUNCATE / MOVE
    9202 2293250 "JOIN" cannot be used as a table alias
    9202 2332285 Unnecessary trace files are generated on startup/shutdown
    9202 2367294 Invalidation of dependent objects is slow
    9202 2372332 SPFILE entries are case sensitive
    9202 2385294 Change default dynamic SGA granule reuse policy to LIFO
    9202 2401318 No error raised when DB_CACHE_ADVICE and DB_BLOCK_BUFFERS set
    9202 2419951 ORA-7445 [kghalf] possible from SYSTEMSTATE dump using ORADEBUG
    9202 2430992 Waits possible on "FILE NUMBER TRANSLATION" latch
    9202 2474452 Dumps possible pickling / unpickling collections
    9202 2535965 ALTER SYSTEM SET FILE_MAPPING=TRUE fails (ORA-2097)



     
     

    Fixed Bug Descriptions


    Bug 2796974      Fixed: 9203
    This problem is introduced in 9202 with the fix for bug 2403646.
    MODADA clients may dump.

    Bug 2768576 +     Fixed: 9203
    RELATE (point - line) for CONTAINS on RTREE returns WRONG RESULT.
    Workaround:
      1. Set TOLERANCE = 0
     or
      2. Use contains+covers mask (or inside+coveredby masks) in relate
         followed by an sdo_Geom.relate with contains (or inside) as
         the relationship flag.

    Bug 2767539      Fixed: 9203
    Temporary table transformation may dump (in qerpxStart)
    (or possibly give a wrong result) if a window function
    references a column whose table is replaced by a temporary table
    in a star transformation.

    Bug 2765871      Fixed: 9203
    Documents containing large paragraphs may not
    have all themes identified. (eg: paragraphs > 10k)

    Bug 2765286      Fixed: 9203
    This problem is introduced in 9.2.0.2 by the fix in Bug 2384165
    An Array Insert from a Pro* client may produce an ORA-1458 error.

    Bug 2757613      Fixed: 9203
    ORA-600 [kolasaRead-1.1] possible from SELECT xmlelement

    Bug 2744798      Fixed: 9203
    DBMS_XMLGEN.NEWCONTEXT with a REFCURSOR leaks memory

    Bug 2740929      Fixed: 9203
    Managed recovery of a newly created standby may fail reporting
    it is unable to find a particular unexpected sequence# archivelog
    (ORA-16016).
    Sending an archivelog to the standby database, or manually registering an
    archivelog on the standby database, stops the problem from occurring.

    Bug 2739638      Fixed: 9203
    If a Statement is used to execute a query , and is then used
    to execute a another query which fetches more columns then
    defineColumnType may fail with ArrayIndexOutOfBoundsException
    Workaround:
      Use PreparedStatement for packed query with defineColumnType.

    Bug 2736672      Fixed: 9203
    If Logical Standby LSP0 process terminates abnormally for any reason
    (e.g., cputime limit exceeded), it may cause the PMON process to crash
    which in turn will bring the instance down.

    Bug 2736124      Fixed: 9203
    DBA_APPLY_ERROR.MESSAGE_COUNT value may be incorrect

    Bug 2736013      Fixed: 9203
    The LGWR now optimizes multiple small network I/O operations in fewer
    but larger network I/O operations.  This optimization substantially
    improves LGWR archival performance to standby databases.

    Bug 2735964      Fixed: 9203
    SA_USER_ADMIN.ADD_GROUPS() fails when given IN_DEF and IN_ROW
    parameters in named form (eg: indef=>'Y')

    Bug 2732590      Fixed: 9203
    Building complex types with sub types in non final mode
    may dump (in kopocue)

    Bug 2732343      Fixed: 9203
    Streams capture of updates to LOB data > 32k can give
    the wrong length at the apply site.

    Bug 2729673      Fixed: 9203
    Queries on a composite partitioned table having an inlist
    and a global index can produce wrong results

    Bug 2729655      Fixed: 9203
    Direct load may miss a bitmap index for a single partition.
    This can lead to subsequent wrong results as the index is out
    of sync with the data.
    Workaround:
      Do not specify the PARTITION clause for a load

    Bug 2728916      Fixed: 9203
    The default Shared Server SGA requirements for NETWORK BUFFERS
    innapropriately increased to around 90K bytes per connection in
    Oracle 9.2.0 due to defaulting the SDU size to 32K.
    This can cause higher shared pool usage in Oracle 9.2 than in
    earlier releases.
    Workaround:
      Configure the DISPATCHERS initialization parameter
      using the DESCRIPTION attribute with a small SDU size.

    Bug 2728053      Fixed: 9203
    In a streams environment, if there are lots of active DDLs or LONG/LOB
    DMLs, logmnr checkpointing may not happen for a long long time which will
    lead to costly restart of capture if capture process crashes or there
    needs to be a planned shutdown.

    Bug 2727824      Fixed: 9203
    SDO_WITHIN_DISTANCE fails with 2D window against 3D data indexed 2D

    Bug 2723677      Fixed: 9203
    ORA-955 adding a partition to a spatial table with a LOCAL SPATIAL index

    Bug 2723384      Fixed: 9203
    The constant values in static members of oracle.sql.BLOB and
    oracle.sql.CLOB DURATION_SESSION and DURATION_CALL have
    incorrect values. This sometime prevents temporary lobs
    from being deleted when the should be leaving LOBS in
    V$TEMPORARY_LOB when not expected.

    Bug 2722482      Fixed: 9203
    When LGWR encounters the buffer full condition with ASYNC
    the message printed in the alert log needs to describe the
    actual ORA-* error, and also indicate that no action is
    necessary since ARCH will take over the archival of the log.

    Bug 2721864      Fixed: 9203
    SELECT XMLType of large XML documents can be slow.
    Workaround:
      Use xmltype.getclobval instead.

    Bug 2721749      Fixed: 9203
    If directory style operations are performed with documents
    having subtypes, performance is very slow.

    Bug 2719085      Fixed: 9203
    Poor performance / memory use of SQL/XML operators

    Bug 2718814      Fixed: 9203
    When an IOT has a supplemental log group
    one or more of the following may occur:
      - transaction rollback failure, which leads to instance crash
      - DML may act on uncommitted rows
      - DML may raise ORA-600[6731]
      - DML raises ORA-600[kdimodnu0: non-colvec supplemental logging unsupported]
    Workaround:
      Do not use supplemental log groups with IOTs.

    Bug 2717317      Fixed: 9203
    This problem is introduced in 9.2
    Client memory leak possible from EXEC SQL CONTEXT ALLOCATE / FREE

    Bug 2715979      Fixed: 9203
    If a table has a "primary key deferrable", the apply of the DML
    to that table may fail on the logical standby side.

    Bug 2712908      Fixed: 9203
    Create VIEW may hang creating view over XMLSEQUENCE

    Bug 2712701      Fixed: 9203
    Increased diagnostics for long enqueue timeouts

    Bug 2711788      Fixed: 9203
    Wrong results possible from queries after star transformation
    if there are dimension tables that are eliminated from joinback,
    and these tables are involved in OR predicates with other tables.

    Bug 2710910      Fixed: 9203
    Users of JDeveloper or other third-party tools experience slow
    performance when showing PL/SQL source codes from the ALL_SOURCE,
    USER_SOURCE or DBA_SOURCE views.

    Bug 2710321      Fixed: 9203
    Queries from V$DATAFILE can be significanly slower in
    9i than in 8i on platforms with limited IO caching and
    with a large number of datafiles.

    Bug 2709760      Fixed: 9203
    MAKE of sample fails with portal_global_code.jsp cannot be read

    Bug 2709359      Fixed: 9203
    Restarting of a logical standby session in the
    presence of age-spill data may lead to dumps / errors
    under certain circumstances.
    Workaround:
      Before restarting a logical standby session,check whether there are any old
      obsolete age-spill data in the age-spill table (system.logmnr_age_spill$).
      If yes, manually delete the rows.

    Bug 2708898      Fixed: 9203
    If star_transformation=true then queries involving
    a WINDOW function which undergo temp table transformation
    may dump (in evaopn2)

    Bug 2708134      Fixed: 9203
    FIRST_ROWS(K) HINT may cause cursor not to be shared

    Bug 2707304      Fixed: 9203
    Adding partitions to a partitioned IOT can cause problems
    such as ORA-600 [17059] , ORA-600 [kqludp2] ,
    ORA-600 [KKSFBC-REPARSE-INFINITE-LOOP] and can cause
    "ALTER PACKAGE <package_name> COMPILE BODY" statements to fail
    with PLS-907 when the package depends on the PIOT.

    Bug 2707212      Fixed: 9203
    Excessive memory consumption during long running Logminer selects
    or continuous mine

    Bug 2706319      Fixed: 9203
    CJK Lexers accept AL32UTF8 characters but surrogate pair characters
    and characters in Private Use Area are ignored.

    Bug 2702942      Fixed: 9203
    DBMS_XMLDOM.APPENDCHILD() fails to properly append new data
    to the xml document.

    Bug 2702872      Fixed: 9203
    Unnecessary library cache pin / lock activity during LOB read
    operations

    Bug 2702392      Fixed: 9203
    Hang / dump possible mining redo

    Bug 2702333      Fixed: 9203
    Memory leak using PLSQL associative array.

    Bug 2701826      Fixed: 9203
    ORA-600 [1236] possible

    Bug 2701820      Fixed: 9203
    SGA heap corruption possible when multiple migratable
    database links are simultaneously accessed. This typically results
    in dump in ncodfa and / or kpu* routines.

    Bug 2701717      Fixed: 9203
    XML parser does not support setExpandEntityReferences(FALSE)

    Bug 2701643      Fixed: 9203
    ORA-600 [krvxmds_MemberDictSet] / ORA-7445 possible
    mining redo from upgraded database

    Bug 2700006      Fixed: 9203
    Exception ("Unexpected Packet") possible in a
    multi-threaded program when using LOB operations.

    Bug 2698687      Fixed: 9203
    Running a query which uses temporary table transformation
    may dump (in qes3tCleanLockInfo) on some platforms.

    Bug 2698435      Fixed: 9203
    If a migratable transaction accesses a remote site (via a DBLINK)
    and if one of the branches of that transaction gets an error
    on that DB LINK during commit, then ORA-600 [18260] or
    ORA-600 [18186] errors can occur in subsequent transactions.

    Bug 2698190      Fixed: 9203
    This problem is introduced with the fix for bug 2659833.
    If the database is not available when making an XA call via JDBC
    no stack trace is generated if the fix for bug 2659833 is installed.

    Bug 2697938 *     Fixed: 9203
    Column data may be set to NULL by an UPDATE statement
    with a WHERE clause which can be satisfied using an
    index only access if common subexpression elimination
    occurs (ie: if the RHS of the expression contains objects
    or deterministic functions)
    Workaround
      Disable common subexpression elimination
      by setting <event:22812> to level 1

    Bug 2696860      Fixed: 9203
    Wrong results from SDO_WITHIN_DISTANCE for MULTI-POINT Geometry when
    parallel to the axis.

    Bug 2696397      Fixed: 9203
    Blob.length() fails when selected with a Stream type
    (LONG, LONG RAW) in a JDBC client.

    Bug 2696120      Fixed: 9203
    OCCI applicaion may dump (in kpuhhalo) during COMMIT or ROLLBACK
    if the program uses connection pooling and issues DML via a dblink.
    Workaround:
      Send 'commit' or 'rollback' using OCIStmtExecute().
      Eg: Instead of using
             conn->rollback();  <--Here is what causes the core dump.
          use
             stmt = conn->createStatement("ROLLBACK");
             stmt->executeUpdate();
             conn->terminateStatement(stmt);

    Bug 2695916      Fixed: 9203
    LCK process PGA memory leak (which may eventually lead to an instance
    crash)

    Bug 2695517      Fixed: 9203
    Oracle foreground process may spin on a CR request
    immediately after an instance crash if there are only
    suspect PIs left and no checkpointing activity.
    Workaround:
      Issue a checkpoint on the instance with suspect PIs
      (alter system switch logfile; twice).

    Bug 2695209      Fixed: 9203
    For some platforms / JDK versions the crawler may not be able
    to find files in a directory ina file datastore.

    Bug 2694899      Fixed: 9203
    "ALTER INDEX REBUILD PARTITION <NO PARAMETERS>" should use previous parameters
    but does not for spatial indexes.

    Bug 2694760      Fixed: 9203
    ORA-1405 from DBMS_STREAMS.ADD_***_RULES API.

    Bug 2694605      Fixed: 9203
    ORA-3118 may be raised at the remote db when
    PLSQL is executed over a dblink.

    Bug 2693159      Fixed: 9203
    Fetch slave may hang

    Bug 2692936      Fixed: 9203
    The apply engine can hang with a message being written
    out to thetrace file that its not ITL pressure and there
    is no offending session,
    During this hang a query from the view v$streams_apply_server
    shows all the apply servers in either WAIT DEPENDENCY or
    WAIT COMMIT state.
    Workaround:
     Restarting apply with higher parallelism might fix the problem.

    Bug 2692602      Fixed: 9203
    OBJECT tables cannot be indexed by SDO

    Bug 2691486      Fixed: 9203
    Mined data loss possible when several transactions containing
    LOB write and lob trim/erase ran concurrently.

    Bug 2691474      Fixed: 9203
    DBMS_LOGSTDBY.APPLY_SET('MAX_EVENTS_RECORDED',N) does not
    trim the table contents.
    eg: Using DBMS_LOGSTDBY.APPLY_SET('MAX_EVENTS_RECORDED',5)
        after 100 events have been recorded will not remove 95
        events from DBA_LOGSTDBY_EVENTS as expected.

    Bug 2691131      Fixed: 9203
    It is not possible to pass connection properties
    while connecting through an OracleDataSource.
    This enhancement implements [set,get]ConnectionProperties
    methods in oracle.jdbc.pool.OracleDataSource

    Bug 2689585      Fixed: 9203
    LMS might encounter ORA-600[504] during the simultaneous shutdown

    Bug 2688717      Fixed: 9203
    Null rows may be returned when selecting from a table in Pro*
    
    with prefetch on.

    Bug 2688442      Fixed: 9203
    SMON may CRASH instance with ORA-7445[KSFD_OSDRQFIL]

    Bug 2687401      Fixed: 9203
    XDBSCHEMAs may not be imported to correct schema

    Bug 2686862      Fixed: 9203
    ORA-600 [qesmmaLogUnResSpc1] possible under load

    Bug 2686200      Fixed: 9203
    FAILOVER dumps if OCI_ATTR_INTERNAL_NAME / OCI_ATTR_EXTERNAL_NAME
    are set in a UTF16 client

    Bug 2685976      Fixed: 9203
    SDO_RELATE with SDO_BUFFER AROUND WINDOW may give the wrong answer

    Bug 2685942      Fixed: 9203
    Attempts to LogMine redo associated with LOB data might result in
    internal error (ORA-600)

    Bug 2685935      Fixed: 9203
    Deletion of an associative array element specified by its key
    value does not work properly.

    Bug 2685914      Fixed: 9203
    SDO_WITHIN_DISTANCE may return wrong answer for geodetic data

    Bug 2685546      Fixed: 9203
    XMLCONCAT function should be dropped after 9201 -> 9202 upgrade
    Workaround:
      Manually drop the xmlconcat function

    Bug 2685269      Fixed: 9203
    Delete from a table with its Index created on a locally managed
    tablespace with Automatic segment management may fail with
    ORA-600[ktspstchg-1].
    Workaround:
      Use Manual Segment Space Management

    Bug 2684915      Fixed: 9203
    This problem is introduced in JDBC 9.0.
    "CHAR.toString" incorrectly returns a string of HEX values if
    any character in the input is an invalid character. It should
    just trim invalid characters from the String output.

    Bug 2684307      Fixed: 9203
    This problem is introduced in 9.2.0.2 by the fix in bug 2257375.
    Mixed tokens are not uppercased properly for the basic lexer with
    BASE_LETTER set in a multibyte database.

    Bug 2683414      Fixed: 9203
    Logminer may use excessive memory selecting redo for LONG columns

    Bug 2683363      Fixed: 9203
    Incorrect translation of TEMPORARY TABLE DMLs in LogMiner.
    LogMiner should report SQL_REDO as unknown as temporary table DML
    only generates UNDO, not redo.

    Bug 2683226      Fixed: 9203
    LGWR ASYNC performance over a WAN may degrade primary
    throughput considerably.
    Workaround:
      Use ARCH instead of LGWR ASYNC in a WAN.

    Bug 2682980      Fixed: 9203
    Add DBMS_PCLXUTIL to support parallel spatial index build.

    Bug 2682894      Fixed: 9203
    A SQL Like operation with an escape character on data encoded using a
    multi-byte non-shifting type character set sometimes wrongly reports an
    ORA-01424 "missing or illegal character following the escape character"
    error when checking the use of the escape character within the pattern.
    (This does NOT affect UTF8)

    Bug 2681977      Fixed: 9203
    Logical Standby may not maintain tables that it is supposed to
    if a 9i database has been upgraded from a previous version.
    Tables which will not be maintained can be identified using:
     select u.name owner, o.name table_name
       from sys.obj$ o, sys.user$ u, sys.tab$ t
      where o.obj# = t.obj#
        and o.owner# = u.user#
        and t.spare1 is null
        and not exists
         (select 1 from dba_logstdby_unsupported
           where owner = u.name and table_name = o.name);
    If the above query returns any rows, and you wish those tables to be
    maintained on the standby side, then the fix for this bug must be
    installed.

    Bug 2679773      Fixed: 9203
    "CREATE INDEX ... LOCAL UNUSABLE" populates the spatial index -
    it should create dummy indexes as the contents cannot be used.

    Bug 2678676      Fixed: 9203
    DBMS_XSLPROCESSOR.processXSL / transform truncates output at 4000
    characters.

    Bug 2678481      Fixed: 9203
    ORA-600 [729] possible during SHUTDOWN if RECO previously
    signalled an ORA-18.

    Bug 2678338      Fixed: 9203
    Heuristically commited/rollback cases are not handled by JDBC XA
    (ORA-24756)

    Bug 2676936      Fixed: 9203
    DBMS_XMLDOM, DBMS_XMLPROCESSOR not NAMESPACE aware

    Bug 2676912      Fixed: 9203
    CREATE UNIQUE INDEX command may fail with ORA-600 [ktelrwi-2]
    when using locally managed tablespace and AUTO segment space management.
    Workaround:
      Use manual segment space management.

    Bug 2676316      Fixed: 9203
    ADD / SPLIT / MERGE partition/s on a table with TEXT indexes
    can result in poor text index performance or an ORA-14098
    on a subsequent EXCHANGE PARTITION operation.

    Bug 2675123      Fixed: 9203
    With NLS_LANG=AMERICA_AMERICA.UTF8, DB NLS_CHARACTERSET=UTF8 and
    DB NLS_NCHAR_CHARACTERSET=UTF8 configuration data may not be
    fetched to the client in particular cases.
    Eg: When a varchar(60) column is fetched into define
        variable of size 120 it fetches NULL data.
        If the defined variable size is 119, then data is fetched.

    Bug 2673783 +     Fixed: 9203
    This problem is introduced in 9.2.0.2.
    Wrong YEAR values are possible for dates. The wrong values appear
    to occur randomly as they are due to an uninitialized variable.
    eg:
     connect / as sysdba;
     alter system flush shared_pool;
     connect / as sysdba;
     alter session set nls_date_format='DD-MON-YYYY' ;
     select to_date('121001','mmddyy') from dual ;
     select to_date('121001','mmddyy') from dual ;
     select to_date('121001','mmddyy') from dual;

    Bug 2673282      Fixed: 9203
    WKG-30008 crawling a FILE-DATASOURCE with > 127 character FILENAME

    Bug 2673154      Fixed: 9203
    SDO RELATE may show different  relationships depending on TOLERANCE

    Bug 2672965      Fixed: 9203
    Pro client may dump (in sqlrdf) if a cursor/statement is used for
    both dynamic method 3 and 4.
    Workaround:
      Do not mix the methods used for a cursor.

    Bug 2671434      Fixed: 9203
    SDO_RELATE can be very slow with RTREE

    Bug 2671089      Fixed: 9203
    UNION of GEODETIC GEOMETRIES may return an INVALID GEOMETRY (ORA-13349)

    Bug 2670901      Fixed: 9203
    Temp table transformation for a "WITH Clause" having an ANSI join
    generates a bad GROUP BY clause resulting in ORA-604 / ORA-907 / ORA-904
    errors during parse.

    Bug 2669515      Fixed: 9203
    VALIDATE_GEOMETRY may dump for some geometries.

    Bug 2668683      Fixed: 9203
    This problem is introduced in 9.2.0.2 by the fix for bug 2384165 .
    When array bind variables are used with PLSQL blocks
    the application errors with ora-1458 or no data is fetched.

    Bug 2668460      Fixed: 9203
    oracle.aurora.transaction.OracleTwoPhaseDriver.stepThinTwophase
    is missing in 9.2

    Bug 2666840      Fixed: 9203
    Certificates with CN length of 65 bytes or greater are rejected by
    the server.  Certificates signed by the same issuer with CN length of
    64 bytes or less are accepted.
    Workaround:
      Use certificates with CN less than 64 bytes whenever possible.

    Bug 2666244      Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Library cache lock corruption is possible.
    This can result in processes waiting for a library cache lock
    without a holder, incorrect lock mode held by processes etc...

    Bug 2666229      Fixed: 9203
    Log mining on LOB DMLs may fail when the LOB column is
    in a table with more than a particular number of log column
    group columns.

    Bug 2664654      Fixed: 9203
    Unnecessary partition access can occur during parallel
    queries if there is a nested loops join to a partitioned
    table on the partition key.

    Bug 2664217      Fixed: 9203
    Undetected deadlock possible (between dc_objects and
    a library cache lock)  during invalidation of dependencies

    Bug 2663986      Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Rows can me missed when quering against a CTXRULE index
    which is in sections, like 'CAT WITHIN MAMMAL'.

    Bug 2663395      Fixed: 9203
    Stack corruption if write back of mirror broken block fails

    Bug 2662838      Fixed: 9203
    A parameter that is ONLY session modifiable cannot be updated in
    the SPFILE - ORA-2095 is reported.
    Workaround:
      Create the pfile from the spfile, change the parameter and
      recreate the SPFILE.

    Bug 2662771      Fixed: 9203
    Logfiles may not be automatically registered with the LogMiner session
    in logical standby

    Bug 2662576      Fixed: 9203
    EXTERNAL TABLE selects may fail with ORA-600 [kpxsdpInit_02]
    when RAW fields do not specify a length.
    Workaround:
      Specify CHAR instead of RAW in access parameters.

    Bug 2662211      Fixed: 9203
    Fast refresh on an MV created with a sub-query join takes too long to
    complete, even when there are very few rows in MLOG$ compared to
    complete refresh time.
    Workaround:
     Set optimizer_mode=rule, to improve the performance.

    Bug 2662180      Fixed: 9203
    If the redo log is corrupted for some reason, it may not
    be possible to recover to an SCN immediately before the corruption.
    (due to read ahead of the log)

    Bug 2661541      Fixed: 9203
    This issue affects Unix platforms and is introduced in
    the 9014 and 9202 patch sets.
    INSO_FILTER may fail with dynamic linker errors
    (eg: ld.so.1: $ORACLE_HOME/ctx/bin/ctxhx: fatal: libsc_lo.* )
    when the client is on the same machine as the database but
    the client O/S user is different from database owner O/S user.

    Bug 2660592      Fixed: 9203
    CBO may needlessly evaluate bitmap plans for Domain indexes

    Bug 2659833      Fixed: 9203
    Client side errors during JDBC XA operations are ignored

    Bug 2658851      Fixed: 9203
    Wrong results from SEMIJOIN on CLUSTERED column.
    Workaround:
      Set _cost_equality_semi_join=false

    Bug 2658284      Fixed: 9203
    ORA-600[qerpfFetch1]  possible during BULK SELECT
    when we had exactly 65535 elements in object table.
    Workaround:
      Set "_table_lookup_prefetch_size"=0
      and "_multi_join_key_table_lookup"=FALSE
      in init.ora

    Bug 2658212      Fixed: 9203
    ORA-600[KKCHBYT] can occur when _keep_remote_column_size is
    set to TRUE when creating a view over snapshot tables

    Bug 2657312      Fixed: 9203
    Under-posting of RAC receive buffers

    Bug 2657221      Fixed: 9203
    JDBC spins using Scrollable ResultSet with ORDER BY

    Bug 2656881      Fixed: 9203
    Lob data appears corrupt after migration from single byte to
    multibyte characterset.
    Workaround:
      If new data has not been inserted after migration, the database
      character set can be changed back to original character set to
      facilitate LOB data migration.

    Bug 2656627      Fixed: 9203
    Wrong results possible from queries with ANSI outer join syntax that
    has constant predicates as well as column predicates in the ON clause

    Bug 2656036      Fixed: 9203
    Selecting sql_redo from v$logmnr_contents view to mine
    DML involving CLOBs might cause an ORA-600.
     Release Notes:

    Bug 2655865      Fixed: 9203
    Re-registering services after listener reload can take 60 seconds

    Bug 2654862      Fixed: 9203
    Open of standby in READ ONLY mode may fail after upgrade to 9.2 (ORA-16000)

    Bug 2654607      Fixed: 9203
    ORA-600 at the server binding null REF types using JDBC THIN.

    Bug 2654469      Fixed: 9203
    Streams capture does not handle EMPTY_LOBS properly

    Bug 2654246      Fixed: 9203
    When the next convert level is incompatible with
    resource held mode it may block local convert requests

    Bug 2653232      Fixed: 9203
    Spatial queries can exceed CPU RESOURCE_LIMITs by
    a huge amount as CPU statistics are not updated
    progressively during execution of the spatial query.

    Bug 2652654      Fixed: 9203
    dbms_stats.gather_table_stats() can produce inaccurate NDV even
    wnen sample_size=>AUTO_SAMPLE_SIZE
    Workaround:
      set high percentage of a sample size (80%)

    Bug 2652538      Fixed: 9203
    A trusted C callout to 'grant/revoke' object/system
    privileges may dump (ORA-7445 [kkkiprpriv])

    Bug 2652409      Fixed: 9203
    A false deadlock might be detected in a RAC/OPS environment.

    Bug 2650812      Fixed: 9203
    Multiple "/" possible in URLs from HTTP redirection.

    Bug 2649659      Fixed: 9203
    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 2649563      Fixed: 9203
    Queries again the ALL_TYPE_ATTRS view can be slow
    when restricted by predicates on the OWNER and TYPE_NAME
    columns. This fix redefines the view to make queries with
    predicates on these 2 columns have a better execution plan.

    Bug 2649244      Fixed: 9203
    JOBS may not run at scheduled intervals
    even if not BROKEN.
    Workaround:
      Set job_queue_processes=0 and set back to the old value
      after some time.

    Bug 2649033      Fixed: 9203
    Occassionally LMON process crashes the instance with ORA-227
    on reading the checkpoint progress records for instance media
    recovery having reported a fractured controlfile block.
    eg:
     > Corrupt block relative dba: 0x00000005 (file 0, block 5)
     > Fractured block found during controlfile block read
     > Data in bad block -
     >  type: 21 format: 2 rdba: 0x00000005
     >  last change scn: 0xffff.0010fd22 seq: 0x1 flg: 0x04
     >  consistency value in tail: 0xfd1b1501
     >  check value in block header: 0x91de, computed block checksum: 0x39
     >  spare1: 0x0, spare2: 0x0, spare3: 0x0

    Bug 2648408      Fixed: 9203
    When certain complex XML Schemas involving restrictions of complexTypes
    are being registered, ORA-600 [qmtsGetComplexInfo1] may occur.

    Bug 2648289      Fixed: 9203
    ORA-7445 [kkmdel] deleting from a table with BEFORE DELETE trigger
    which references :NEW in the WHEN clause
    Workaround:
      Do not reference :new on the WHEN clause of a BEFORE DELETE trigger
    #

    Bug 2647211 +     Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Implicit cursor loops in PLSQL can exhibit a severe memory
    leak (in the "bind var heap") and severe performance
    degradation.
    Workaround:
      Use explicit cursors in place of the implicit cursor.
    NB: There is a related issue in bug 2649271 which is not
        cured by this fix.

    Bug 2646865      Fixed: 9203
    This problem is introduced in 9.2.0.2.
    ORA-7445 [insbrp] possible from INSERT with a RETURNING clause
    when there is a trigger on the table.

    Bug 2646214      Fixed: 9203
    In ASYNC mode LGWR may send a large number of messages
    to the network server process leading to a crash
    (as there is a limit on the number of outstanding messages)

    Bug 2646101      Fixed: 9203
    Data corruption binding a JDBC TEMP CLOB into an NCLOB column.
    With this fix it is possible to create a temp LOB by calling
    createTemporary with the last argument as Const.NCHAR.

    Bug 2645455 +     Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Bind variables containing trailing whitespace characters
    may have trailing control characters trimmed from the end
    of the bind in addition to trailing BLANKS. This occurs
    on insert of SQLT_CHR binds.

    Bug 2645378 +     Fixed: 9203
    LOB data corruption can occur after RECOVERY
    of LOB data where the LOB was migrated from
    inline to out of line.
    Workarounds:
      Disable storage in row for LOB columns

    Bug 2644381      Fixed: 9203
    When Streams is running on a primary database with log shipping
    enabled both RFS and Logminer try to lock the archived log in SSX mode
    and one may starve the other.

    Bug 2644285      Fixed: 9203
    If supplemental logging is enabled then updates of LOB columns
    may fail with ORA-600 [2625] errors.

    Bug 2644200      Fixed: 9203
    Logical standby can stall under certain workloads containing large
    DDLs when _eager_size is set too low.
    Workaround:
      Set a larger eager threshold size by using the dbms_logstdby package.

    Bug 2644178     Fixed: 9203
    It is possible for a standby database ARCH process to encounter a
    corruption in a standby redo logfile (SRL) if the corresponding primary
    database archival failed. (ORA-354 signalled)

    Bug 2643872      Fixed: 9203
    OERI:[KCRRNSFWA.2] possible
    Workaround:
      Increasing the SGA size should prevent such situations.

    Bug 2643775      Fixed: 9203
    ORA-600 [730] on shutdown using object level statistics.

    Bug 2642976      Fixed: 9203
    Memory growth on INSERT of XMLTYPE

    Bug 2642848      Fixed: 9203
    ORA-600 [16206] possible on 9.2 -> 8.1.7 downgrade

    Bug 2642439 *     Fixed: 9203
    TO_TIMESTAMP_TZ overflow vulnerability..
    See <Note:229286.1> on Metalink

    Bug 2642267 *     Fixed: 9203
    TZ_OFFSET overflow vulnerability.
    See <Note:229285.1> on Metalink

    Bug 2642117 *     Fixed: 9203
    Overflow vulnerability in DIRECTORY parameter of BFILENAME..
    See <Note:229284.1> on Metalink

    Bug 2642031      Fixed: 9203
    ORA-979 may be returned if complex_view_merging
    is applied to a query with "THE" subquery

    Bug 2641682      Fixed: 9203
    Logical standby apply skip DDL may not skip all operations
    and so may halt.
    Workaround:
      Restart the apply engine by
       "alter database start logical standby apply skip failed transaction"

    Bug 2641473      Fixed: 9203
    V7 OCI client having a remote mapped SQL talking to a 9.2
    server may fail with ORA-600[OPIXRB-4] when
         - the bind type is SQLT_RID
    and  - the table object is a synonym to a 9.2 table over a dblink.

    Bug 2640623      Fixed: 9203
    ORA-7445[ksupgpcl] possible in PMON during SHUTDOWN

    Bug 2638946      Fixed: 9203
    Creation of local partitioned spatial index may fail.
    Workaround:
      Ensure that the length of the index_partition name is <= 14 characters

    Bug 2638483      Fixed: 9203
    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 2637320      Fixed: 9203
    Dump from SDO_CONVEXHULL

    Bug 2636886      Fixed: 9203
    DRG-50603 occurs from CTX_DLL.SYNC_INDEX  when using a
    multi-language stoplist but not providing a language
    column.

    Bug 2636685      Fixed: 9203
    Select on a view ( based on a partitioned table) may hang
    fail with get ORA-600 [17059] (or ORA-600 [kksfbc-reparse-infinite-loop])
    after adding/dropping a list value to a partition of the base table.

    Bug 2635990      Fixed: 9203
    As of 9.0.x the Java mappings of the following IANA character
    set names are missing:
     - GB18030
     - UTF-16BE
     - UTF-16LE

    Bug 2635098      Fixed: 9203
    This is similar to bug 2510357 - ODESCR may dump if an unaliased
    column expression is too long.

    Bug 2634796      Fixed: 9203
    If the database crashes during an RMAN proxy backup it
    should be cleaned up automatically during crash recovery
    but it is not - Files are left in "proxy copy" hot backup
    mode and cannot be brought back online without the
    required archive log files.

    Bug 2633268      Fixed: 9203
    ORA-600 [kclwcrs_15] possible in OPS / RAC

    Bug 2633193      Fixed: 9203
    A DECODE() function with odd number of parameters in a (NOT IN)
    (subquery) may produce wrong results

    Bug 2633138      Fixed: 9203
    SDO_RELATE with convexhull may dump

    Bug 2632802      Fixed: 9203
     During archival to a standby database using LGWR ASYNC or
    LGWR SYNC=PARALLEL, it is possible during peak workload periods
    to encounter a network "timeout" condition.  This timeout may
    result in a truncated archivelog on the standby database, which
    will result in an ORA-332 error by the MRP process or when trying
    to manually register the archivelog.

    Bug 2631842      Fixed: 9203
    DBMS_ODCI.ESTIMATE_CPU_UNIT not reliable since the calculation
    looses accuracy by using integers.

    Bug 2630846      Fixed: 9203
    In RAC the library cache pin owner list is not maintained correctly

    Bug 2630054      Fixed: 9203
    ORA-7445 [EVAOPN2] / wrong results from CASE expression
    if the result of the CASE expression is referred to more than
    once in the parent query block.
    eg:
        select ret * ret from
         ( select case when exists ( select 1 from dual )
                       then 1 else 0 end as ret from dual );
        (Notice the 2 references to RET)

    Bug 2629917      Fixed: 9203
    ORA-20000 error downgrading from 9i to 8i when running
    d0801070.sql

    Bug 2629794      Fixed: 9203
    Parallel sync index operations on a CONTEXT text index
    may serialize writing data into the index.

    Bug 2629652      Fixed: 9203
    Export may fail with
      "PLS-302: component 'EXPORT_RULE_SET' must be declared"
    on an upgraded 9202 database.

    Bug 2629376      Fixed: 9203
    DBMS_STATS does inaccurate estimation of NDV for small sample sizes
    (number of not null values less than 919) .
    This can lead to generation of sub-optimal execution plans.

    Bug 2629193      Fixed: 9203
    ORA-600 [711],[1],[0x2EDFE84],[kdifxs - prefix context]
    can occur when selecting  from an IOT through an INDEX RANGE SCAN
    when the primary key is a COMPRESSed multi column key.
    Workaround:
      Do not use compressed keys for multi column IOT primary key

    Bug 2628799      Fixed: 9203
    Blank column values are returned from SELECT of PRIMARY KEY
    column of an IOT from an index only scan of a domain index
    Eg: Select pkey_col from iot_tab where op(indexed_col, 'a')=1;
        returns blank column values if execution uses a DOMAIN INDEX
        scan only.
    Workaround:
      Select a non primary key column in addition to the primary key.

    Bug 2628768      Fixed: 9203
    ORA-922 using an OVERFLOW clause with a VARRAY .
    Eg: create table t3tab of t3
        varray c2 store as table c2_tab
        (
          (primary key (nested_table_id, array_index))
          organization index overflow
          varray b store as table b_tab
          (
            (primary key (nested_table_id, array_index))
            organization index overflow
          )
        )
        /
        ERROR at line 1:
        ORA-02320: failure in creating storage table for nested table column C2
        ORA-00922: missing or invalid option

    Bug 2627946      Fixed: 9203
    In some cases user-defined exception messages do not include
    the user text when signalled using "raise_application_error".

    Bug 2627474      Fixed: 9203
    In a Java Stored Procedure if the first column in a CURSOR
    expression is an ADT then no data is selected.
    Workaround:
      Make the first column of the CURSOR expression a scalar type

    Bug 2626372      Fixed: 9203
    INTERSECTION of POLYGON with HOLE and POLYGON may return NULL

    Bug 2626347      Fixed: 9203
    This problem is introduced in 9.0.1.4.
    Adding / Splitting a partition can result in ORA-600 [17059] ,
    ORA-600 [kqludp2] or ORA-600 [kksfbc-reparse-infinite-loop]
    errors when subsequently accessing views which depend on the
    base table.

    Bug 2625279      Fixed: 9203
    ORA-600[6763] possible from 'analyze table ... estimate statistics'
    with concurrent DROP PARTITION against the table being analyzed.

    Bug 2624737      Fixed: 9203
    Cursor leak (ORA-1000) selecting from X$KTFBUE

    Bug 2624452      Fixed: 9203
    Re-defining the buffer length value using OCIDefineByPos fetches
    incorrect amount of data for long columns.

    Bug 2623931      Fixed: 9203
    Capture process may not start after upgrade from 9201 to 9202.

    Bug 2623859      Fixed: 9203
    ORA-1400: cannot insert NULL into(*.*."TXN_ID")
    possible during DBMS_APPLY_ADM

    Bug 2623740      Fixed: 9203
    sendBatch() method may return incorrect row updated count

    Bug 2623513      Fixed: 9203
    Wallet Manager hangs importing CERTIFICATE with BMPSTRING encoding

    Bug 2622913      Fixed: 9203
    ORA-600 [qmtsSetTypeInfo9] possible

    Bug 2622558      Fixed: 9203
    After upgrading  from 7.x to 8.x, an XA application using database links
    can get ORA-24779 if explicit cursors are not closed before XA_END.
    To avoid this problem this fix adds a new flag 0x20 to the xa_open string
    "dbgfl" clause.  If that flag is set, and if precompiler mode=ansi, then
    cursors will be closed prior to detaching the transaction.

    Bug 2622496      Fixed: 9203
    SDO_RELATE returns wrong results on ARCS with reasonable tolerance

    Bug 2622151      Fixed: 9203
    When an XML Schema involves subs. groups, substitutable elements, anys - the
    query rewrite component incorrectly rewrites XPATHS. It should be ensuring
    that the schema does not permit any elements with the given name - under any
    of the substitution rules.

    Bug 2621671      Fixed: 9203
    Under certain circumstances the LogMiner processes
    might leak memory resulting in logical standby stopping
    with:   "LOGSTDBY event: ORA-04030: out of process memory..."
    Workaround:
      Restart the Logical Standby Apply service.

    Bug 2621345      Fixed: 9203
    Using IOTs for NESTED TABLES wastes space in XDB

    Bug 2620726 *     Fixed: 9203
    Server vulnerable to buffer overflow.
    See <Note:229287.1> on Metalink

    Bug 2619867      Fixed: 9203
    With a local-managed tablespace and auto-managed segment,
    a select from a table may fail with one of these errors:
     a) ORA-08103: object no longer exists
     b) ORA-00600: internal error code, arguments: [kcbgtcr_12], [1]
     c) ORA-01410: invalid ROWID

    Bug 2619827      Fixed: 9203
    "Alter view <view_name> compile" may fail with ORA-903 or ORA-911
    when the view definition includes UNION ALL in an inline view.
    Workaround:
      Set "_push_join_union_view" = FALSE

    Bug 2619800      Fixed: 9203
    When a XML file with non-default file extension (ie. a file extension
    different from .xml, .xsd, .xsl and .xlt), is inserted into the XMLDB
    repository, it is not treated as an XML file - and gets stored as
    a binary document.
    This fix adds an element "xml-extensions" to the XDB config schema.
    The extensions specified in the config file are cached in the
    session parameter cache and used at the time of XML document insertion.

    Bug 2619341      Fixed: 9203
    Export may contain invalid SQL for CREATE SYNONYM in FULL export.

    Bug 2618998      Fixed: 9203
    Dump possible with single partition DML operations with
    MONITORING and parallel DML enabled.

    Bug 2618958      Fixed: 9203
    File descriptor/handle leak from IPQ slaves over IPC

    Bug 2617877      Fixed: 9203
    ORA-7445 [kkehbs] possible from query against a
    partitioned table when the query accesses multiple
    contiguous partitions (but not all of them).

    Bug 2617683      Fixed: 9203
    Unnecessary expansions of fuzzy operators may occur
    during query optimization. This can cause longer
    execution times for some text queries.

    Bug 2617480      Fixed: 9203
    ORA-600[KDISLE:NROWS][1] is possible during an insert into
    an index

    Bug 2616833      Fixed: 9203
    Non blocking mode in OCI does not always report the error text
    user PLSQL errors raised using RAISE_APPLICATION_ERROR

    Bug 2616549      Fixed: 9203
    ORA-600 [qmr_cb_pr1] possible in XDB

    Bug 2616459      Fixed: 9203
    CHR() can return the wrong result (CHR(0)) when NLS_SORT is set.
    Workaround:
      Use NLS_SORT=binary

    Bug 2616047      Fixed: 9203
    If the query in a materialized view is longer than 4000 characters,
    DBMS_METADATA.GET_DDL fails to display the full query text.

    Bug 2615657      Fixed: 9203
    XMLTYPE is always pickled as LOB/TEXT (never ADT)

    Bug 2615477      Fixed: 9203
    FGA audit trail may show invalid statement type in DBA_FGA_AUDIT_TRAIL

    Bug 2615349      Fixed: 9203
    PQ trace files in Streams and Logical Standby contain
    trace output.

    Bug 2614464      Fixed: 9203
    A query containing a TABLE() Expression and a PL/SQL bind
    variable which is referenced in the GROUP BY clause may
    fail with ORA-979.

    Bug 2611590      Fixed: 9203
    ORA-00600 [17003] possible when running xdbrelod.sql.

    Bug 2610596      Fixed: 9203
    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.
    Workaround:
     Insert a tape in the tape drive, or
     Set init.ora param backup_tape_io_slaves to FALSE

    Bug 2610068      Fixed: 9203
    '_' character treated as a WILDCARD when GRAMMAR=CTXCAT
    or when using a CTXCAT indextype if the query also contains
    a '*' character. This can lead to incorrect query results.

    Bug 2608837      Fixed: 9203
    SocketFactory.createSocket(Socket, String, int, boolean) method is not
    implemented and the default close socket option does not close the base
    socket. This fix implements the above method so that close will close
    the base socket if the third parameter is TRUE.

    Bug 2608776      Fixed: 9203
    ORA-3106 in <= 8.0 client connected to a 9i server
    when SELECTing a pseudo column over a DB LINK from another
    >= 9i server.

    Bug 2607128      Fixed: 9203
    ORA-600 [qmxiUnpPacked2] occurs if CATPATCH (xdbpatch.sql) fails
    (eg: due to SHARED_POOL_SIZE being too small).
    Subsequent runs of catpatch will then keep encountering this error
    even if the original error is addressed.

    Bug 2607029      Fixed: 9203
    The optimizer uses huge amount of memory during compilation
    if the SQL statement includes a lot of expressions and there
    are functional indexes on the tables.

    Bug 2606090      Fixed: 9203
    Peeking a partition number may ORA-7445[LNXN2COPT]
    if the pruning predicate contains subquery
    Workaround:
      Set _optim_peek_user_binds=false

    Bug 2605652      Fixed: 9203
    When using standby redo logfiles on the standby database, the ARCH
    archival of those standby redo logfiles may fail with an ORA-338 error.
    Workaround:
      Drop the offending standby redo logfiles

    Bug 2605511      Fixed: 9203
    If incomplete recovery was done while a read-only tablespace
    was offline and if the init.ora parameter read_only_open_delayed
    is then set during an "open resetlogs", subsequent attempts to
    make the tablespace read-write fail with ORA-600 [3672].

    Bug 2605435      Fixed: 9203
    Client memory leak when connected using a TAF
    connection when recreating / destroying the statement handle.

    Bug 2605240      Fixed: 9203
    When updating a table which has a materialized view from multiple
    instances in RAC, performance can be slow due to row cache lock
    contention.

    Bug 2605166      Fixed: 9203
    ORA-600 [koksctri1] possible during create TEXT index on EXTRACT() expression

    Bug 2604343      Fixed: 9203
    ORA-00600 [1234] can occur when using non-empty resource_manager_plan.
    Workaround:
      Set resource_manager_plan=""

    Bug 2604211      Fixed: 9203
    ORA-600 [kksfbc-new-child-thresh-exceeded] possible
    from literal replacement when the maximum number of
    position maps in the parent cursor is exceeded.

    Bug 2603036      Fixed: 9203
    This problem is introduced by the fix for bug 2206438 in 9.0.1.4 and 9.2.0.2.
    ORA-6533 can occur when gathering statistics using
    DBMS_STATS.GATHER_TABLE_STATS on a partitioned table
    with many columns.
    ( where <no of cols> * 2 * <no partitions> exceeds about 1000 )

    Bug 2602332      Fixed: 9203
    Waiters (seen in buffer busy wait) for a heavily contended
    buffer may sometimes timeout instead of being posted when the
    buffer is available.

    Bug 2601708      Fixed: 9203
    Parallel propogation may hang

    Bug 2601447      Fixed: 9203
    CTX_DOC.GIST() may fail with
    DRG-10001: can not access result table XXX

    Bug 2601203      Fixed: 9203
    ORA-3106 occurs When executing an INSERT into (col timestamp) RETURNING
    with a NULL value through PLSQL procedure.

    Bug 2601175      Fixed: 9203
    Wildcard searching on German sharp-s fails to find
    tokens if both ALTERNATE_SPELLING and BASE_LETTER
    lexer attributes are set.

    Bug 2600262      Fixed: 9203
    XDB may not show correct content of XMLType column

    Bug 2599708      Fixed: 9203
    An 8i Integrating server fails to connect to 9i agent
    if the agent sends capabilities not understood by server.
    (Newer HS agent causes the older RDBMS server to fail)

    Bug 2599613      Fixed: 9203
    IMP-60 possible importing object tables even though the
    underlying type exists and is valid.
    Workaround:
      Specify toid_novalidate={list of types} so that validation
      does not take place for these types.

    Bug 2599290      Fixed: 9203
    An 8.0. application connecting to 9i database and querying over
    a database link involving NULLs and LONG Column might fail due to
    a corrupt network packet, typically with an ORA-600 error.

    Bug 2598387 *     Fixed: 9203
    Export / OCI clients using prefetch may see corrupt data
    with large buffer sizes..
    See <Note:223399.1> on Metalink

    Bug 2598124      Fixed: 9203
    If a queue table and a queue have the the same
    name then a user export can fail with:
      EXP-00008: ORACLE error 1422 encountered
      ORA-01422: exact fetch returns more than requested number of rows
      ORA-06512: at "SYS.DBMS_RULE_EXP_RL_INTERNAL", line 345
      ORA-06512: at "SYS.DBMS_RULE_EXP_RULES", line 174
      ORA-06512: at line 1

    Bug 2598043      Fixed: 9203
    False ORA-1410 (invalid ROWID) errors from WHERE ROWID='value'
    predicate accessing a migrated Oracle7 table if the table has
    more than the default MAXEXTENTS value of extents.
    The error only occurs for ROWIDS falling beyond the default
    MAXEXTENTS value for database blocksize, and only for tables
    migrated from Oracle7.

    Bug 2597503      Fixed: 9202
    Cursors with SYNONYM specific policies may not be shared properly.
    A user may end up using the wrong cursor with the wrong policy.

    Bug 2595396      Fixed: 9203
    Dump in KGEADP possible with XDB

    Bug 2594513      Fixed: 9203
    ORA-7445 [kcrradinit] possible during ARCH cross-instance archival

    Bug 2594172      Fixed: 9203
    LMS may die with ORA-600 [KJBMPUMASTER:DS] if a
    lock update happens while the a local lock is being written.

    Bug 2592966      Fixed: 9203
    A query on partition tables fails with ORA-600[qkaPIdsqkn1] if one of
    the join inputs is index and-equal and the indexes under and-equal are
    not local-paritioned.

    Bug 2592406      Fixed: 9203
    Dump possible SYNCHRONIZING a DEFERRED spatial index

    Bug 2591551      Fixed: 9203
    ORA-600 [qesmmaLogUnResSpc1] possible with XDB

    Bug 2591284 *     Fixed: 9203
    Upgrade to 9i may fail leaving bad KOTTD$ type
    information in dictionary.
    See <Note:215522.1> on Metalink

    Bug 2590687      Fixed: 9203
    Session dumps when a DML operation over HS uses a callback
    to select information from the Oracle server, and the callback
    includes a WHERE clause which refers to a column of a type that
    has different character (graphic) renditions on the Oracle
    and on the non-Oracle system.
    Eg: insert into nonoracle_table@hs_dblink
          select * from oracle_table where char_valued_column = 'KEYWORD';

    Bug 2590317      Fixed: 9203
    Select from V$LOGMNR_CONTENTS fails with
     ORA-600[krvxrptl:Cannot delete current l]
    if DBMS_LOGMNR.CONTINUOUS_MINE option is specified

    Bug 2590120      Fixed: 9203
    PMON may crash the instance with ORA-600 [ktuabt_1: drop/truncate not comp]

    Bug 2589186      Fixed: 9203
    While fetching a null TIMESTAMP column the Object
    returned from JDBC is TIMESTAMP where as it is
    supposed to be NULL.

    Bug 2588406      Fixed: 9203
    An ARC geometry which fails validation (ORA-13349) may validate with
    an increased tolerance.

    Bug 2587768      Fixed: 9203
    XDB internal fix

    Bug 2587723      Fixed: 9203
    ORA-600 [kolasaWrite-3] / ORA-600 [ksmovrflow] possible with XDB

    Bug 2586762      Fixed: 9203
    Direct LOB reads can result in ORA-4031 / wasted shared pool with many
    blocks pinned at 'KDIWH09'.

    Bug 2585648      Fixed: 9203
    If Oracle detects a old controlfile when the instance
    is up and running it raises interanl error ORA-600[kccchb_6]
    but does not CRASH the instance. This can lead to some serious corruptions.

    Bug 2582293      Fixed: 9203
    Updating a geometry when INDEX_STATUS has been set to "DEFERRED"
    can result in errors (such as ORA-13032) on a subsequent ALTER INDEX
    to set the INDEX_STATUS to SYNCHRONIZE.
    The problem can occur if the gtype of the geometry being updated
    is not a polygon or a collection or a multi-polygon/collection.
    Workaround:
      Have the geometry gtype as 2004 (collection) instead of 2002

    Bug 2581911 *     Fixed: 9203
    iSQL*Plus buffer overflow vulnerability.
    This issue does NOT affect SQL*Plus, just iSQL*Plus..
    See <Note:216775.1> on Metalink


    Bug 1854041    Fixed: 9203 SQL*Plus Windows GUI may terminate abnormally when running a large query
    after increasing LINESIZE.



    Bug 2097904    Fixed: 9203 Zeroed out AUTOTRACE statistics shown when connected as SYSDBA



    Bug 2157907    Fixed: 9203
      SQLPLUS SELECT of CLOB/NCLOB data may show incorrect data for Unicode surrogate pairs



    Bug 2387804    Fixed: 9203
      STARTUP command with an invalid option may report an
    internal error (SP2-642) rather than a sensible error message.



    Bug 2480427    Fixed: 9203
      When using the iSQL*PLus set System Variables page to attempt  to
    set the autotrace variable there is no feedback to the user
    if the set operation fails



    Bug 2494108    Fixed: 9203 Multi-line heading may be displayed in the wrong order
    when using SET MARKUP HTML PREFORMAT ON



    Bug 2538083    Fixed: 9203 SQLPLUS /NOLOG fails with SP-2 when NLS_LANG is HEBREW_ISRAEL



    Bug 2652845    Fixed: 9203 SQLPLUS client may get ORA-25402 after TAF failover if no
    previous SQL has been issued in the session.
    Note: This only affects sqlplus clients.



    Bug 2580648      Fixed: 9202
    Anonymous PLSQL blocks may not be shared if
    timed statistics / sql_trace set to TRUE

    Bug 2580238      Fixed: 9203
    Reduce CPU usage of multiple DBW processes with RAC

    Bug 2580111      Fixed: 9203
    CREATE DATABASE fails with ODM when DB_BLOCK_SIZE=32K

    Bug 2576353      Fixed: 9203
    ORA-7445[qxopqgcd] from remote query with a remote table
    predicate which involves a user defined function.

    Bug 2573812      Fixed: 9203
    With COMP1=INTEGER CURSOR VARIABLES are not expanded properly
    giving incorrect COBOL code.

    Bug 2573516      Fixed: 9203
    When a DEQUEUE rolls back other sessions do not see
    the requeued message immediately but after a significant delay.

    Bug 2572944      Fixed: 9203
    An 8i instance issuing a SELECT from a remote VIEW
    (over a DBLINK to a remote 9i instance) may fail
    with ORA-7445 [opidsi] at the remote (9i) end.
    Workaround :
      Run "analyze table <tab> compute statistics" for the
      tables which make up the view.

    Bug 2569663      Fixed: 9202
    Crawler filtering may fail with database character
    set "JA16EUC"

    Bug 2569357      Fixed: 9203
    Quotes around tokens with wildcards are not removed with the korean
    lexer.

    Bug 2569255      Fixed: 9203
    ORA-600 [kcbgtcr_5] can occur when dropping a segment that
    has the following characteristics:
      - Created as dictionary managed in 8i
      - Upgraded to 9.X;
      - Migrated to locally managed (using dbms_space_admin package);
    This can cause an instance crash when SMON tries to drop the segment.

    Bug 2569154      Fixed: 9203
    When running a query involving a bitmap index and a rowid predicate
    in parallel, if the bitmap index is on the right side of a nested loops
    join wrong results can occur as sometimes the predicate
    is being ignored.

    Bug 2567290      Fixed: 9203
    A large packet above SDU size on a DBLINK connection
    causes ORA-12539 in shared server mode without use of
    listener direct handoff
    Workaround:
     Use listener direct handoff feature.
     (Set DIRECT_HANDOFF_TTC_<listenername>=ON in listener.ora)

    Bug 2566659      Fixed: 9203
    ORA-1555 can occur when running DBMS_PCLXUTIL.BUILD_PART_INDEX

    Bug 2566356      Fixed: 9203
    ONLINE MOVE of a KEY-COMPRESSED IOT can corrupt the IOT .
    (resulting IOT can have duplicate and/or out-of-order keys)
    Workaround:
      Do not use online move with compressed IOTs.

    Bug 2564693      Fixed: 9203
    ORA-22813 possible from CAST(MULTISET(...)) for large object images
    (>16Mb)

    Bug 2563936      Fixed: 9203
    ORA-7445 [qcdottnc] possible from "SELECT XXX()" if
    XXX is the name of a partitioned table and not a TYPE or FUNCTION.

    Bug 2563296      Fixed: 9203
    This problem is introduced in 9014 and 9202 by the fix for bug 2160802 .
    Import of a transportable tablespace export file may fail
    with a server dump (ORA-7445 [kfpchkchar]) on some platforms.

    Bug 2563206      Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Clob data is corrupted when inserted from 8.0 client
    to a database on 92 server on a UTF8 or multibyte character set.
    Workaround:
      Use an 8.1 client.

    Bug 2563162      Fixed: 9203
    Crash recovery may hang in RAC

    Bug 2562274      Fixed: 9203
    Block corruption (negative available free space or corrupt header)
    can occur when inserting data for a LONG column.
    This shows up as ORA-600[kcoapl_blkchk] when DB_BLOCK_CHECKING is enabled.

    Bug 2560808      Fixed: 9203
    Logical Standby apply slaves leak memory in Max Availability mode

    Bug 2560364      Fixed: 9203
    ORA-7445 [pegisc] occurs When passing NULL as BINARY_INTEGER parameter
    type to a BITAND operator inside a PLSQL function when the function
    is invoked from SQL.
    eg: create function tt (aa IN BINARY_INTEGER, bb IN BINARY_INTEGER)
        RETURN BINARY_INTEGER
        IS
        BEGIN
          RETURN BITAND(aa,bb);
        END tt;
        /
        select tt(NULL,2) from dual;
    Workaround:
      Use INTEGER or NUMBER datatype instead of BINARY_INTEGER.

    Bug 2560353      Fixed: 9203
    PQ load module may produce repeated name service publish requests
    causing increased messaging between LMON processes.

    Bug 2559902      Fixed: 9202
    Memory leak creating ConText / CTXXPATH index
    on schema based XMLType column.

    Bug 2559375      Fixed: 9203
    Wrong results possible with star transformation
    and transitively generated predicates.
    Workaround:
      Set <event:10179> to disable transitive predicate replacement

    Bug 2558798      Fixed: 9203
    Add indexes to XDB$RESOURCE improve XDB performance

    Bug 2557893      Fixed: 9203
    Rewrite of a nested subquery with correlation may dump
    (ORA-7445 [qsmmecin]) if the subquery has an operator based
    on aggregation and a correlated column (variable)
    eg: update T1 set t1.col1=
           select max(T2.col1) *t1.col1 from T2,T3;
    Workaround:
      Set "_two_pass_reverse_polish_enabled"=FALSE

    Bug 2556845      Fixed: 9203
    This problem is introduced in 8174, 9013 and 9201 by the fix for bug 1754947.
    ORA-955 or ORA-14452 can occur when running concurrent transportable
    tablespace export commands.
    Workaround:
      Run the exports serially.

    Bug 2556294      Fixed: 9203
    Queries involving a bitmap join index may dump in kkocfcc.

    Bug 2556195      Fixed: 9203
    A query with a PIPELINED PLSQL function may signal
    ORA-00600: [sorput_1], or return wrong results, if
    the execution plan includes multiple references
    to the function (eg: a CONCATENATION is used in the
    execution plan). This problem can also leave
    a bad instantiation state for the function which can
    result in a subsequent ORA-600 [17285] error.
    Workaround:
      Prevent multiple references in the execution plan.
      Eg: Use a NO_EXPAND hint.

    Bug 2555509      Fixed: 9203
    Parallel media recovery can be slower than it needs to
    be in Oracle 9.2 onwards due to periodic synchronisation
    of the recovery slaves for logminer redo.

    Bug 2555141      Fixed: 9203
    ORA-600 [PITLx] may occur in 9i (or later), when using a table
    in a transported tablespace that was originally created using 8i
    (or earlier),

    Bug 2553163      Fixed: 9203
    XDB may dump in qmubanins

    Bug 2553074      Fixed: 9203
    ORA-12996 should always occur on ALTER TABLE DROP COLUMN
    for a COMPRESSed table, but this error is not always reported.

    Bug 2552982      Fixed: 9203
    For tables which are concatenated key range partitioned eg (A,B)
    a query with predicates or the form:
      WHERE A in (...) and B between (...)
    do not generate skip scan pruning. Instead all the ranges between
    values in A are scanned.

    Bug 2552188      Fixed: 9203
    Certain DDLs can cause capture to die with ORA-600 [knlcfGetObjInfo:gta]

    Bug 2551933      Fixed: 9203
    ORA-7445 [ttcclr] can occur in the server for clients
    using V7 style protocol (OALL7) during fetch operations.

    Bug 2551568      Fixed: 9203
    ORA-600[rworupo.1] or wrong results possible for queries
    involving table prefetch and objects.
    Workaround:
      Set these instance parameters to disable table prefetch:
       _table_lookup_prefetch_size=0
       _multi_join_key_table_lookup=FALSE

    Bug 2551267      Fixed: 9203
    Transport of tables with LONG columns may fail during
    IMPORT with ORA-600 [kkdxptcn1]

    Bug 2550971      Fixed: 9203
    NullPointerException from defineColumnType executed twice in KPRB

    Bug 2550212      Fixed: 9203
    A query may appear to hang / spin for a very long time if
    CBO tries TEMP TABLE GENERATION for the query but then
    rejects the plan with the star transformation.
    Workaround:
      Set STAR_TRANSFORMATION_ENABLED=TEMP_DISABLE (or FALSE)

    Bug 2549696      Fixed: 9202
    ORA-600 [4406] can occur when starting the database
    if a system trigger fails with ORA-4092

    Bug 2548412      Fixed: 9203
    INTERSECTION containing ARCS may dump

    Bug 2548338      Fixed: 9203
    If there are multiple members in a redo group AND one of
    the members get an error and gets closed with ORA-343,
    then remaining members may also incorrectly fail with the
    same error.

    Bug 2548088      Fixed: 9203
    Connection URL & user name are not included in DMS Statistics

    Bug 2547290      Fixed: 9203
    Fast refresh of a Materialized View over a DBLINK  can cause the
    shadow process to grow significantly or fail with ORA-4030
    when there are a lot of columns in the view.

    Bug 2545840      Fixed: 9203
    Distributed read consistency may see changes after
    the query snapshot time for the remote site.

    Bug 2545415      Fixed: 9203
    ORA-29902 from VIEWPORT_TRANSFORM

    Bug 2544536      Fixed: 9203
    Transportable tablespace export may produce bad export file
    which fails during IMPORT with ORA-1401 on
      "SYS.DBMS_EXPORT_EXTENSION.insert_secobj"

    Bug 2544428      Fixed: 9203
    While transporting tablespace, import may fail with ORA-22850
    due to duplicate LOB storage clauses in CREATE TABLE statement
    in the export file.
    With this fix metadata needs to be re-exported as the problem
    occurs at export time.

    Bug 2544257      Fixed: 9203
    Query rewrite may only rewrite one branch of a
    GROUP BY UNION ALL statement

    Bug 2543401      Fixed: 9203
    If encryption is required during a JDBC Thin connection, and the wrong
    user or password is used an exception will be thrown.
    Workaround:
     Don't use encryption.

    Bug 2543395      Fixed: 9203
    RETRY_COUNT may not be incremented when the dequeuing session dies

    Bug 2542693      Fixed: 9203
    Repeated ORA-0000 possible after failover.

    Bug 2542609      Fixed: 9203
    CANCEL IMMEDIATE (or ABORT) of a managed standby database with a RAC
    primary can result in corruption at the standby if the MRP is in the
    middle of recovering an archived log.
    Workaround:
      Do not CANCEL IMMEDIATE or ABORT a managed standby if it has a
      RAC primary.

    Bug 2542139      Fixed: 9203
    High parse times are possible for some queries when
    the use of bitmap access paths for b-tree indexes is
    enabled (_B_TREE_BITMAP_PLANS=TRUE)
    Workaround:
      Set _B_TREE_BITMAP_PLANS=false

    Bug 2541360      Fixed: 9203
    V$BACKUP_SPFILE might get corrupted during controlfile resize.
    This can lead to RMAN-10031 errors.

    Bug 2541038      Fixed: 9203
    Trying to LogMine redo associated with partition row migration of
    rows involving LOB columns can result in lost data.
    This can also result in lost LOB data for partitioned
    tables in logical standby or streams.

    Bug 2540375      Fixed: 9203
    ORA-918 possible with STAR_TRANSFORMATION_ENABLED=TRUE
    Workaround:
     Set star_transformation_enabled=temp_disable

    Bug 2540219 *     Fixed: 9203
    Listener denial of service vulnerability..
    See <Note:213411.1> on Metalink

    Bug 2539837      Fixed: 9203
    This problem is introduced in 9.0.1.4 / 9.2.0.2 by the fix for bug 2273591 .
    Wrong results possible for SQL using FIRST_ROWS_N with > 5 tables
    in the FROM clause.
    Workaround:
     set "_optimizer_search_limit" to a number of tables in the FROM clause.

    Bug 2539791      Fixed: 9203
    ORA-600[kksscl-inf-inl-loop] possible following process death.

    Bug 2539277      Fixed: 9203
    Client dump possible (ttcSetBuf) during fetch

    Bug 2539160      Fixed: 9203
    After cancelling the recovery while the archival of the standby
    redo logs have not completed, the "switchover to primary" command
    will fail with ORA-16139 and the following message in the
    alert log:
      "Switchover: Media recovery required - standby not in limbo"

    Bug 2538136      Fixed: 9202
    ORA-600[12327] with Complex View Merging
    if the fix for Bug:2417894 is installed.

    Bug 2537917      Fixed: 9203
    OERI:729 possible with XDB

    Bug 2537672      Fixed: 9203
    UPDATE on XMLtype column which has an XPATH index
    may dump

    Bug 2537320      Fixed: 9203
    Attempts to use and execute the sql_redo contructed
    by LogMiner for large LOB operations (> ~16K) result in
    a SQL execution error.

    Bug 2536531      Fixed: 9203
    MERGE on table with BITMAP index fails with OERI:[kauins:1]
    Workaround:
      Drop the bitmap index.

    Bug 2536041 +     Fixed: 9203
    ORA-600 [KKQSADJP-1] can occur for SQL when
    QUERY_REWRITE_ENABLED=TRUE if an MVIEW exists
    which has the same table referred to multiple times
    in its FROM clause and if that MVIEW has been refreshed.
    Note:
      Offending MVIEWS must be rebuilt after this fix is in place.
      You can detect corrupted Materialized Views using this query:
        select owner, object_name from dba_objects
         where object_id in (
                  select sumobj# from sys.sumdetail$
                   group by sumobj#, detailobj#, instance#
                  having count(*) >1
              )
        ;
      Rebuild any listed views after applying the patch / patch set.
    Workaround:
      Either recreate any MVIEWS not to reference the same table
      in the FROM clause more than once, or set
      QUERY_REWRITE_ENABLED=FALSE

    Bug 2535965      Fixed: 9202
    Enabling the file mapping service in enterprise mode through:
      alter system set file_mapping=TRUE;
    results in:
      ORA-02097: parameter cannot be modified because specifed value is invalid
      ORA-00439: feature not enabled: PARALLELISM

    Bug 2535425      Fixed: 9203
    XDB wrong result possible from EXISTSNODE with "/*"

    Bug 2534430      Fixed: 9203
    OR-expansion based on opposite index driving predicates
    ( col <= <expr> OR col > <expr> ... )
    causes poor performance
    Workaround:
      Use a /*+no_expand*/ hint

    Bug 2534045      Fixed: 9203
    ORA-600 [kghuichk_07] (or similar) is raised when an SDO_RELATE operator
    is used against R*Tree Spatial Index with Circular Arc Geometry.
    Workaround:
      Use a Quad-Tree Spatial Index

    Bug 2534017      Fixed: 9203
    A DELETE / REPORT OBSOLETE command with a window may
    wrongly list BACKUPS as OBSOLETE if a BACKUP SET
    contains both read-only (or OFFLINE) tablespaces
    as well as read-write tablespaces.
    Workaround:
     Either avoid using DELETE/REPORT OBSOLETE with a recovery
     window, and use REDUNDANCY instead.
    OR
     Avoid mixing read-only and offline tablespaces with
     read-write ones in the same backup set.

    Bug 2533766      Fixed: 9203
    Wrong results are possible from HASH JOIN over a
    DBLINK between multibyte databases.

    Bug 2533616      Fixed: 9203
    Refresh of a materialized view over a database link can take
    lots of CPU if there are more than a threshold number of columns.
    (The exact threshold column count varies depending on platform)

    Bug 2533038      Fixed: 9203
    PARALLEL_ADAPTIVE_MULTI_USER load calculation is sensitive
    to IDLE sessions. Idle sessions should not add to load
    related calculations.

    Bug 2531519      Fixed: 9203
    This problem is introduced in 9.0.1.4 and 9.2.0.1
    by the fix for bug 2106639.
    Loading data into a bitmap managed table using
    parallel direct-path insert may fail with ORA-600 [25012]
    errors

    Bug 2531403      Fixed: 9203
    CREATE of a spatial index fails (ORA-13249) using a user
    defined type in an object table.
    Workaround:
      Use an SDO_GEOMETRY in an object defined type together with a normal table

    Bug 2529763      Fixed: 9203
    ORA-1276 may be returned when renaming an OMF file as
    a part of migrating it from an Oracle release prior to 9.0.1.2.
    Workaround:
      Rename the files before upgrading the software.
      If the software has already been upgraded, the files
      can be migrated by renaming them in the file system
      and then using the CREATE CONTROLFILE command
      for recreating the control file with the new file names.

    Bug 2529036      Fixed: 9203
    LIKE against multi-byte CLOB columns can give wrong result.

    Bug 2528524 *     Fixed: 9203
    Clear text passwords are visible in library cache dumps..
    See <Note:210317.1> on Metalink

    Bug 2527123      Fixed: 9202
    CL8EBCDIC1158 / CL8EBCDIC1158R NLS data missing

    Bug 2526540      Fixed: 9203
    This problem is introduced in 9.2.0.2 by the fix for bug:2329325
    SIGFPE / divide by zero error possible during optimization in kke.

    Bug 2526334      Fixed: 9203
    Internal errors such as ORA-600 [25012] are possible
    from queries if an and-equal access path is used for a table
    and one of the columns had both a b-tree and domain index on it.

    Bug 2526164      Fixed: 9203
    Partitioning large quantities of spatial data results in poor query
    performance for large tables with many partitions.

    Bug 2524784      Fixed: 9203
    Running PQ on RAC might cause an instance crash
    with LMON reporting ORA-600[KSLPSPR1].

    Bug 2524122      Fixed: 9202
    SSL patch for "CERT advisory CA-2002-23"

    Bug 2523151      Fixed: 9203
    Dump possible during DML when shared pool is heavily stressed
    with AUDIT_TRAIL=DB.
    Can cause ORA-7445 [updexe], ORA-7445 [delexe] or ORA-7445 [insexe].
    Workaround:
      Increase shared pool size to avoid ORA-4031 errors

    Bug 2522549      Fixed: 9203
    If the dimension table column is referenced in a
    correlated subquery the execution plan may omit
    an outside FILTER with STAR_TRANSFORMATION_ENABLED=TRUE
    which can lead to wrong results.
    Workaround:
     star_transformation_enabled=temp_disable

    Bug 2520796      Fixed: 9202
    Rediscovery Information:
    Enabling VLM in standard edition results in:
    ORA-00439 - FEATURE NOT ENABLED: VERY LARGE MEMORY

    Bug 2520470      Fixed: 9202
    ORA-28506 querying ALL_CONSTRAINTS in HS

    Bug 2520311      Fixed: 9202
    Any JDBC application using TAF connect strings
    might see a JVM crash or corruption or some random exception
    *AFTER* Failover is initiated

    Bug 2519148      Fixed: 9203
    A call heap memory leak / ORA-4030 can occur if PLSQL calls
    an RPC in an older database release repeatedly in a PLSQL loop.
    Eg: 9i -> 8i or 8i -> 8.0
    The memory is allocated in the Call Heap so repeated calls from
    a client do not show any leak as memory is freed at the end of
    each call, but PLSQL LOOPs can show a large leak.

    Bug 2519017      Fixed: 9203
    OCCI:RESULTSET.GETOBJECT() may dump if a NULL object is returned
    as AnyData.

    Bug 2518865      Fixed: 9202
    Transportable tablespace of a table containing a LONG
    column that is neither the first nor the last column of
    the table may produce corrupt metadata in the export
    file, leading to missing column data in the destination
    database.

    Bug 2518863      Fixed: 9202
    LDAPSEARCH may fail with LDAP error 53 / ORA-936

    Bug 2518758      Fixed: 9203
    ORA-1460 importing the metadata for TRANSPORT
    of a table with LONG columns.

    Bug 2518109      Fixed: 9203
    This bug can affect 8.1 but only where an INDEX_JOIN hint is
    used or _index_join_enabled is explicitly set to TRUE.
    Wrong results possible when INDEX JOIN used in execution plan.
    The execution plan must include an index join over
    SORT(UNIQUE) of indexes to see this problem.
    eg:
         VIEW OF 'index$_join$_002'
            HASH JOIN
              SORT (UNIQUE)
                INDEX (FAST FULL SCAN) OF 'B2' (NON-UNIQUE
              SORT (UNIQUE)
                INDEX (FAST FULL SCAN) OF 'B1' (NON-UNIQUE
    Workaround:
      Set _index_join_enabled=false and do not use INDEX_JOIN hints.

    Bug 2517736      Fixed: 9203
    Updating a LONG column for a single row using a BIND
    value > 4000 bytes long may dump if the cursor is invalidated.

    Bug 2517719      Fixed: 9203
    JDBC 9.2 setTimestamp() throws an ORA-3115 exception when connected
    to an 8.0 (or earlier) database version.

    Bug 2517364      Fixed: 9202
    On July 30,  2002, the CERT coordination center issued
    CERT advisory CA-2002-23 (Multiple Vulnerabilities on Open
    SSL). This patch contains the SSL infrastructure libraries
    which include the fixes to the underlying SSL Plus toolkit
    from Certicom (#VU102795,  #VU748355).
    For detailed description of the underlying issues please see:
      http://www.kb.cert.org/vuls/id/102795  and
      http://www.kb.cert.org/vuls/id/748355

    Bug 2517189      Fixed: 9203
    Repeated connect / disconnect in OCI_THREADED mode may result
    in a HANDLE leak.

    Bug 2516493      Fixed: 9203
    LMS may die with ORA-600 [kjbrwrdone:!w] when it receives a write
    done message for a local lock.

    Bug 2516119      Fixed: 9202
    LIKE '<pattern>' ESCAPE 'x'
    with no escape character in <pattern>
    may spin in a multibyte database

    Bug 2515844      Fixed: 9203
    Memory leak using PL/SQL and LDAP

    Bug 2515703      Fixed: 9202
    Two or more concurrent sessions running partition
    maintenance operations on a partitioned IOT with
    overflow may cause corruptions in partition metadata
    if one of the sessions is performing a DROP PARTITION.
    Specifically the problem reproduces intermittenly when
    the partition number of the partition being dropped is
    smaller than that of the partition being moved/merged/etc.

    Bug 2514869      Fixed: 9203
    Dump (in qerhjWalkHashBucket -> kpofcr -> memcpy) possible
    while doing hash join outer if one of the join inputs is a
    view and the view includes a bind variable.

    Bug 2514079      Fixed: 9203
    An import of a ctxrule index which has been
    ALTERED may fail with DRG-11000.

    Bug 2514005      Fixed: 9203
    This problem is introduced in 8173 / 9012 and 9201
    by the fix for bug 1787503.
    Client programs using OCIBreak / OCIReset may dump in kpurst.

    Bug 2513944      Fixed: 9203
    SQL*Loader 9i performance can be much slower than 8.*
    when there are multiple "into" clauses with failed "when" clauses.

    Bug 2513269      Fixed: 9203
    When at least one space is used after "\" in #elif preprocessor
    directive, PROC generates a precompiler error.  Most (if not all)
    C-compilers will not accept this syntax.  But, with this fix,
    PROC will successfully precompile the testcase, and leave it
    up to compiler to flag an error, if it does not support the syntax.

    Bug 2511906      Fixed: 9202
    ORA-8102 possible on update of IOT

    Bug 2511780      Fixed: 9203
    JDBC XA does not support LOOSE transactions .
    This fix adds an "OracleXAResource.ORATRANSLOOSE" flag to allow
    support for loosely coupled transactions.

    Bug 2510810      Fixed: 9203
    ORA-911 / ORA-936 possible from "ANALYZE .. VALIDATE STRUCTURE"
    when USERNAME / TABLE_NAME contain special characters
    Workaround:
       Use a schema / tablename for invalid rows which does
       not include special characters in the name.

    Bug 2510750      Fixed: 9203
    ORA-35810 running XUMUTS.PLB on UTF8 database

    Bug 2510357      Fixed: 9203
    OCI7 clients may dump in ODESCR when the SQL being described
    has an unaliased column expression >= 960 bytes in length.
    Workaround:
      Alias the column expression.

    Bug 2509105      Fixed: 9203
    JDBC with pooled OracleConnection slower in 9i than 8i

    Bug 2508833      Fixed: 9202
    An ORA-350 error is sometimes raised when trying
    to drop an unused standby redo logfile from the
    primary or standby database.

    Bug 2508813     Fixed: 9203
    Export fails with ORA-16000 in read-only databases
    ( package DBMS_RULE_EXP_RULES is on the stack )
    even if there are no RULES in the schema being exported.

    Bug 2508702     Fixed: 9203
    Cursor_Sharing = FORCE may fail with ORA=7445 [kkslhib]
    when the statement contains an INTO clause and it gets aged
    out of the shared pool.

    Bug 2508682      Fixed: 9203
    Under very heavy load a session may end up using the wrong shared cursor
    if concurrent sessions are all executing the same statement but use
    different versions of the statement (eg: for different schemas).
    Eg: If different users all issue the same INSERT statement into a
        privately owned table then under heavy load one of the sessions
        may end up using the wrong shared cursor and may insert data
        into the wrong schema table
    Workaround:
      Fully qualify object names.

    Bug 2508640      Fixed: 9202
    When a LGWR/ASYNC destination uses a standby redo logfile (SRL),
    the I/O to the SRL reverts to synchronous I/O, regardless of the
    number of buffers specified.  This synchronous I/O effectively
    stalls the primary database.

    Bug 2508513      Fixed: 9202
    A large update on an object table with nested varrays results in
    ORA-22813: operand value exceeds system limits
    accompanied by a memory leak (ORA-600 [723])

    Bug 2507641      Fixed: 9202
    Dump can occur after
    dbms_session.modify_package_state(dbms_session.reinitialize)
    Workaround:
       o Use dbms_session.reset_package
         (slower compared to dbms_session.modify_package_state(dbms_session.reinitialize))
       o disconnect and reconnect after reinitialize.

    Bug 2507421      Fixed: 9203
    ORA-600 [kkqwrm_noref: COLFDNF set] possible from WINDOW
    function and WITH clause.

    Bug 2506864      Fixed: 9203
    DBSNMPWD may die rather than restart DBSNMP when DBSNMP dies.
    Workaround:
     Restart the agent manually
     eg: agentctl start

    Bug 2506629      Fixed: 9202
    Dispatcher should time out on incomplete connect requests

    Bug 2505692      Fixed: 9202
    Trying to Create a type descriptor for a large object throws an exception.
    Eg:
     Create an object(t1) with minimum 10 attributes, Create another
      object(t2) which has 10 attributes as t1.  Continue the nesting for
      5 levels until the object becomes big.
     Try creating the TypeDescriptor object for 't5' to get an exception.

    Bug 2504422      Fixed: 9202
    LGWR should not block on ASYNC cache buffer full
    scenarios when the network is congested as this can
    hang the primary database (unless the database is
    in max protection mode).

    Bug 2504285      Fixed: 9202
    CTAS through TG4DRDA can give bad NUMBER precision/scale

    Bug 2503934      Fixed: 9202
    When using max availability protection mode, the LGWR network
    re-connect algorithm will try to up to 2 minutes to re-connect to
    the standby database.  This has been determined to be too long
    for most high-volume customers.

    Bug 2503614      Fixed: 9203
    Dump from Java Stored Procedure with TIMESTAMP argument
    called from PLSQL.

    Bug 2503211      Fixed: 9202
    Java makefiles in DEMO.ZIP do not work
    (on Windows platforms)

    Bug 2502439      Fixed: 9202
    Corrupt data may be return while fetching
    Timestamp values with nano seconds set with a
    JDBC client if some values have nano seconds
    set and others do not.
    (This fix is missing from the 9.2.0.2 patch set on some platforms)

    Bug 2502135      Fixed: 9203
    LPX-4 "Multichar overflow" possible parsing XML documents

    Bug 2502129      Fixed: 9203
    Wrong results are possible from queries with constant
    predicates in both AND and OR conditions.
    eg: select * from dual
         where ( dummy = 'X' or 'AB' = 'CD')  and ( 1 = 2 )
        ;
        returns a row when none expected.
    Workaround:
      Set <event:10078> to level 1 (disable constant predicate elimination)

    Bug 2501800      Fixed: 9203
    Direct Path Loader may dump (ORA-7445 [kdblailb]) when loading
    into a compressed table when a non-default ROWS parameter is
    specified.

    Bug 2501591      Fixed: 9203
    Cannot execute 'Alter view <SYS's view_name> compile' if
    there is a remote object entry whose name is same with
    "<SYS's view name>" in sys.obj$.
    Eg: If SCOTT has a stored procedure which does something like
          select count(*) into dummy from user_tab_columns@REMOTE_DB_LINK;
        then
          ALTER VIEW SYS.user_tab_columns COMPILE;
        will fail with ORA-928 or ORA-4031.

    Bug 2499991      Fixed: 9202
    If the OID LDAP server instance is multi-server and/or
    the OID entry cache is disabled, then a onelevel search
    with required attributes may return n100 entries (n > 1)
    where as the actual number of entries in the result set
    is n100+m (0<m<100)

    Bug 2499257      Fixed: 9202
    TO_DATA_LABEL will work on administrator created data labels
    but will not create ad-hoc labels until it has been called on
    a user defined label once earlier in the connection.
    It reports ORA-28115 instead.

    Bug 2499023      Fixed: 9203
    On some platforms shutdown abort of a RAC instance results
    in a diagnostic dump to a "cdmp_<timestamp> directory.
    There are no adverse effect other than the waste of disk
    space from this unnecessary dump.

    Bug 2499014      Fixed: 9203
    STAR_TRANSFORMATION_ENABLED=TRUE can generate unnecessary semijoin
    subqueries leading to poor performance.

    Bug 2498661      Fixed: 9203
    Attempting to get the metadata (OracleResultSetImpl.getMetaData)
    from a statement which is not executed fails with NullPointerExeception.

    Bug 2498399      Fixed: 9203
    ORA-600 errors possible from parallel query slaves if a query
    is started at the same time as the instance where the slaves
    are running is being shut down.

    Bug 2498342      Fixed: 9202
    DRG-50953 error is raised on an ExistsNode() query with
    Xpath expression containing 'node()' or 'text()'.

    Bug 2498186      Fixed: 9202
    DEPENDENCY$ is corrupted on ALTER INDEXTYPE as dependency entries
    are deleted allowing operators which the indextype is dependent
    on to be dropped.

    Bug 2497219      Fixed: 9203
    ORA-600 [17065] / ORA-600 [17064] can occur in OPS/RAC when running an XA
    program which uses AQ and then rolls back in a separate process.

    Bug 2496780      Fixed: 9203
    An application failing over while selecting a LONG
    column aborts without calling the failover callback.

    Bug 2496772      Fixed: 9203
    This fix implements a new undocumented listener.ora parameter,
    PREFER_LEAST_LOADED_NODE_<listener_name> which defaults to "ON".
    When this parameter is set to "OFF" instance-based "session count"
    load balancing will be used as the primary sort key (PMON reports
    the number of session licenses used as the instance load).
    The listener increments this load with every served connection
    request between updates from PMON.  When two instances have the
    same instance load, the instance with the least "node" load will be
    favored, otherwise, the instance with the least instance load will be
    favored.
    When the parameter is "ON" (the default) then connections are routed
    to the node with the lowest "node" load rather than the lowest session
    count.

    Bug 2496556      Fixed: 9203
    ORA-600[kdourp-2] possible during CR rollback (rare)

    Bug 2495716      Fixed: 9202
    "unsupported destination image format" errors when calling
    ProcessCopy in some databases with non-Latin character sets.

    Bug 2495123      Fixed: 9203
    PLS-306 using DBMS_LOB.LOADFROMFILE with 8.1/9.0 formal parameter names.
    Workaround:
      Use the new formal parameter names for loadfromfile on 9.2

    Bug 2494999      Fixed: 9203
    Oracle  Wallet Manager will not import particular CA's certificate.
    Message "Trusted Certificate Installation fail. Possible input was not a
    valid certificate" displayed.

    Bug 2491404      Fixed: 9203
    If a URL is sent to the server that contains an escaped
    or unescaped character that maps to a multibyte character
    with a "\" as one of the bytes, then the URL cannot be found
    even if the file exists in the server.

    Bug 2490090      Fixed: 9203
    If user X creates a queue and user Y enqueues to this queue,
    then if user X recreates the queue and session Y does not reconnect
    before the next enqueue the enqueued messages are not propogated.
    Workaround:
      When enqueueing the messages after the queues are recreated,
      do it from a new session.

    Bug 2490061      Fixed: 9203
    If a remote query contains a expression for a format of a TIMESTAMP
    datatype , the query fails with ORA-932 during remote execute.

    Bug 2489881      Fixed: 9203
      The same tokens from different languages
      correctly when creating a text index with multi_stoplist and
      prefix_index.
    If creating a text index with multi_stoplist and prefix_index,
    and a word occurs in two different languages as specified in
    the language column then indexing may error with the following
    error in the CTX_INDEX_ERRORS view:
        DRG-11302: document may be partially indexed
        DRG-50610: internal error: dreprof
        DRG-50603: unrecognized operation code 10

    Bug 2489526      Fixed: 9203
    Compiling a PLSQL library unit may result in a PLS-801 [21076].
    The library unit which gets the PLS-801 [21076](call it 'A') will
    depend on another library unit (call it 'B') which references
    the fields of a table (call it 'C'), either via a cursor or a
    record based on 'C'.

    Bug 2489405      Fixed: 9203
    Re-analyze of a table after all rows are deleted or updated to null
    does not clear column level statistics hival, lowval and sample_size
    in hist_head$. This can leave bad statistics for the table.
    Workaround:
     Delete statistics and analyze table again.

    Bug 2488590      Fixed: 9203
    EXP-8 / ORA-3113 possible exporting large 'create operator ...' statements.

    Bug 2488515      Fixed: 9202
    Export/import operations fail in rules engine packages
    (DBMS_RULE_EXP_RL_INTERNAL) when user names are surrounded
    with double quotes.
    eg:
    . exporting post-schema procedural objects and actions
    EXP-00008: ORACLE error 911 encountered
    ORA-00911: invalid character
    ORA-06512: at "SYS.DBMS_RULE_EXP_RL_INTERNAL", line 311
    ORA-06512: at "SYS.DBMS_RULE_EXP_RULES", line 142
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling
    SYS.DBMS_RULE_EXP_RULES.schema_info_exp

    Bug 2488200      Fixed: 9202
    names.trace_timestamp does not cause timestamps to be written

    Bug 2487889      Fixed: 9203
    Agent reports TNS-12538 errors for SQLPLUS jobs

    Bug 2487808      Fixed: 9203
    Poor estimated join cardinality possible if both columns
    in the join have histograms.

    Bug 2487487      Fixed: 9202
    LGWR may hang writing to >1 archive destination
    This problem only occurs when using the LGWR process to
    asynchronously write (NOAFFIRM attribute) to 2 or more
    local (LOCATION=xxx attribute) destinations.

    Bug 2487248      Fixed: 9203
    A heap error or memory corruption can occur if event 10129 enabled
    during execution of a distributed query.
    .
    Workaround:
      Do not set the event;
     or
      Set "_improved_row_length_enabled"=false

    Bug 2486954      Fixed: 9203
    ORA-4031 and core dumps from concurrent DGURIServlet access
    to a SQLX XMLType view.

    Bug 2486477      Fixed: 9203
    Excessive "buffer busy waits" possible with active Queue
    which does not grow beyond a single-block IOT.
    This fix introduces event 10732 which will cause inserts into
    the IOT to honor PCTFREE.

    Bug 2485931      Fixed: 9202
    DML running concurrently with "ALTER TABLE MOVE ONLINE"
    may get an "ORA-8102: index key not found ..." error
    for IOT tables.

    Bug 2484754      Fixed: 9203
    Cannot drop a policy after its policy group has been dropped.
    Also, cannot administer groups name starting with "DEFAULT"
    Workaround:
      Add the group back, drop the policy, then drop the group

    Bug 2484250      Fixed: 9203
    RMAN cumulative backup and maintenence commands may be much
    slower than in earlier releases due to execution plan change.

    Bug 2483854      Fixed: 9202
    If there are more than 10 remote subscribers for a queue,
    then ORA-7445 [kwqppreaqe] can occur during propogation.
    Workaround:
     Do not have > 10 remote subscribers for a queue.

    Bug 2483794      Fixed: 9202
    A query with grouping sets and a subquery predicate can cause
    a dump in nsoinp()
    Workaround:
      Disable expansion of queries with grouping sets into UNION
     "_union_rewrite_for_gs"=off

    Bug 2483741      Fixed: 9203
    OID allows object to be deleted multiple times (concurrently)
    without error.

    Bug 2483720      Fixed: 9202
    Ldapsearch with NOT and AND/OR filter clauses may fail with a
    constraint violation error.

    Bug 2483617      Fixed: 9203
    DBMS_XSLPROCESSOR.SELECTNODES may fail with ORA-7445 [qmxGetNumChildren]

    Bug 2482535      Fixed: 9202
    Using a big training set, including a big training
    document table and a big category table can
    cause a dump (ORA-7445[KRCIIBITMAP]) when running
    CTX_CLS.TRAIN

    Bug 2482089      Fixed: 9202
    A query involving GROUPING SETS may give wrong results
    on Query REWRITE

    Bug 2481002      Fixed: 9202
    The values for column avgiotim in v$filestat are wrong.

    Bug 2480451      Fixed: 9202
    Spin possible in KDB4CHK() if a particular form of corruption exists
    on the block.

    Bug 2479882      Fixed: 9203
    Permissions changes (on permanently kept objects) may not
    be reflected on all nodes in a RAC cluster until
    the nodes are bounced.

    Bug 2479779      Fixed: 9202
    PG4MQ part of fix for  BUG:2391827

    Bug 2479523      Fixed: 9202
    Startup force may cause ORA-600[KJPCR3].

    Bug 2479415      Fixed: 9202
    Sometimes when more than one cursor is fetching a
    row from v$logmnr_contents it is possible to see an
    ORA-600 or ORA-7445

    Bug 2479354      Fixed: 9203
    Incorrect results or crash when loading column objects
    using SQL*Loader direct path or the Direct Path API.
    Workaround:
      Use SQL*Loader conventional path to load column objects.

    Bug 2479110      Fixed: 9203
    Self-deadlock (hang) possible when revalidating invalidated
    PLSQL program units. This shows up as a session waiting
    on a "library cache pin" wait for a pin it already holds.

    Bug 2478669      Fixed: 9202
    Starting TSPITR (tablespace point in time recovery) a second time
    without removing auxiliary files before causes RMAN to use these
    files as datafile copies which can result in RMAN-6163.

    Bug 2478248      Fixed: 9202
    This is a enhancement which introduces a TCP.NODELAY user property.
    If set (to yes or no) this value will be used by JDBC Thin connections.

    Bug 2477651      Fixed: 9202
    With multiple sql loader processes running parallel+direct
    mode an ORA-600:[ktsptrm_bmb-3] may occur but LOADER
    reports all rows successfully loaded when no rows have
    been loaded.

    Bug 2477368      Fixed: 9202
    A full table scan (eg "select *) may not return all the rows
    stored in the table if it is SPACE MANAGEMENT AUTO.

    Bug 2477249      Fixed: 9203
    If an insert as select statement contains a group-by
    expression as functional index sub-expression , it will either
    show wrong results or core dump.
    Workaround:
      Do not use functional index .

    Bug 2476780      Fixed: 9202
    The OJVMJAVA tool is missing from 9.2.0.1.
    Workaround:
       Copy the $ORACLE_HOME/bin/loadjava script to ojvmjava
       Edit the copied file and change the last line to call:
        oracle.aurora.server.tools.shell.ShellClient
       instead of
        oracle.aurora.server.tools.loadjava.LoadJavaMain

    Bug 2476514      Fixed: 9203
    When attemting to add a method to an object type with ref dependencies,
    the second time the following errors may occur:
      ORA-22324 "altered type has compilation errors"
      ORA-600 [4883]

    Bug 2476322      Fixed: 9202
    Temp Table STAR TRANSFORMATION may show negative cost
    Workaround:
     Set star_transformation_enabled=temp_disable

    Bug 2475236      Fixed: 9202
    RAC multiblock read performance issue using UDP IPC

    Bug 2475163      Fixed: 9202
    Privilege errors modifying LOB in an ADT via a view
    if the modifying user only has UPDATE privilege against
    the view and not against the underlying table

    Bug 2474692      Fixed: 9202
    V$BUFFER_POOL_STATISTICS DBBGET and CONGET statistics
    are wrong. DBBGET is incremented for consistent gets and CONGETS
    is not not incremented for read examinations.

    Bug 2474630      Fixed: 9203
    Setting optimizer_dynamic_sampling >1 switches
    the optimizer to CBO.
    This can result in poor query performance against V$ views.

    Bug 2474452      Fixed: 9202
    Dumps / Random corruptions pickling or unpickling collections

    Bug 2474192      Fixed: 9203
    ORA-600 [OPIBND1] on CREATE of TEXT INDEX with
    CURSOR_SHARING = FORCE or SIMILAR.
    Workaround:
     Set CURSOR_SHARING = EXACT

    Bug 2474106      Fixed: 9203
    The data dictionary views DBA_TABLESPACES, DBA_SEGMENTS and DBA_TABLES
    do not include information about the table compression attribute.

    Bug 2474033      Fixed: 9202
    With multiple sql loader processes running
    parallel+direct mode, loading data into a
    table, one oracle foreground process may report
    an ORA-600:[ktsptrm_bmb-3].  In addition,
    the sql loader utility reports all rows were
    succesfully loaded when in fact no rows were
    loaded by the process reporting the ORA-600.

    Bug 2473741      Fixed: 9203
    Before Row update triggers on a table may not
    execute when running a merge statement if the trigger
    is defined only to fire on modification of particular columns.
    This can cause logical corruption as the trigger may not
    fire when expected.
    Workaround:
      Remove the triggering column information from the trigger
      definition so that it fires on update of any column on the table .

    Bug 2473601      Fixed: 9203
    A query on partition tables sometimes fails with ORA-600[qkaPIdsqkn1] if
    index-join is selected for the access path of join inputs.
    Workaround:
     1. set event 10186 (disable index join)
     2. set _index_join_enabled = false
     3. set _full_pwise_join_enabled = false

    Bug 2473527      Fixed: 9202
    With plugin's enabled , if you try to modify the expired or expiry
    warned password using ldapmodify or DBMS_LDAP_UTL.Set_User_Properties()
    methods, the LDAP server crashes.

    Bug 2471872      Fixed: 9203
    This bug is for a change of behaviour in SQLPLUS command line parameter
    processing between SQLPLUS 9.0 and earlier releases.
    Quoted parameters to SQLPLUS may be ignored

    Bug 2471679      Fixed: 9202
    PLSQL length validation differs from SQL for CHAR SEMANTICS.

    Bug 2470864      Fixed: 9203
    This problem is introduced in 9.2.0.1.
    Update statements may not update rows expected if
    a CHECK constraint is defined and the table is analyzed
    and the CHECK constraint compares table columns.
    eg: CHECK ( colA >= colB ).
    Workaround:
      Disable transitive predicate generation by setting <event:10195>

    Bug 2469905      Fixed: 9202
    GATHER_INDEX_STATS (or other GATHER_*_STATS procedures
    with cascade=>true) run slower in 9.2 than in earlier
    releases with parallelization enabled against an empty
    or very small index, especially a partitioned index that
    has a lot of empty/small partitions.

    Bug 2469314      Fixed: 9203
    DBVERIFY may dump when reporting a block corruption

    Bug 2468979      Fixed: 9202
    It is not possible to CREATE  a local partitioned R-Tree spatial index
    in parallel.  The creation fails with errors like:
       ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
       ORA-13249: internal error in Spatial index: [mdidxrbd]
       ORA-13249: Error in Spatial index: index build failed
       ORA-13249: Error in spatial index: [mdrcrtxfergm]
       ORA-13249: Error in spatial index: [mdpridxtxfer]
       ORA-29400: data cartridge error
       ORA-06502: PL/SQL: numeric or value error
       ORA-06512: at "MDSYS.SDO_PRIDX", line 179
       ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
       ORA-06512: at line 1
    Note: This fix requires prvtprdx.sql running to be effective..
    See <Note:222844.1> on Metalink

    Bug 2468782      Fixed: 9202
    SQL*Loader Direct Path with SQL expressions in the control file
    can fail in a number of ways. The SQL expression may fail or incorrect
    results may be stored.

    Bug 2468606      Fixed: 9202
    Bug 1733530 is not fixed in Oracle9i.
    COMP-3 packed decimal numbers may return the wrong number
    if the input stream contains the same number in successive rows
    of data.

    Bug 2468542      Fixed: 9203
    ORA-7445 [EVAOPN2] possible with DECODE predicate involving a functional
    index.
    Workaround:
      Disable decode optimization by setting <Event:10339>

    Bug 2467947 *     Fixed: 9202
    LISTENER vulnerability..
    See <Note:207268.1> on Metalink

    Bug 2467637      Fixed: 9203
    MIB value for oraDbSysParseCount cannot be queried

    Bug 2467216      Fixed: 9203
    When there are no global indexes, but local
    domain indexes (such as text indexes and spatial
    indexes) on a partitioned table, MERGE/SPLIT
    partition with UPDATE GLOBAL INDEXES clause dumps.
    Workaround:
     Do not specify UPDATE GLOBAL INDEXES if there are no
     global indexes.

    Bug 2466076      Fixed: 9202
    DBMS_LOB.LOADCLOBFROMFILE() may dump for AL16UTF16 data

    Bug 2464769      Fixed: 9202
    When a user registers more than one remote crawler
    it is not possible to use the admin tool
    to view the list of remote crawler profiles.

    Bug 2464264      Fixed: 9203
    A core dump or incorrect results can occur with the
    Japanese lexer with documents containing doublebyte
    punctuation.

    Bug 2463666      Fixed: 9202
    The response of DBMS_LDAP_UTL.check_group_membership() function
    may be very slow for a user who has very long list of groups to
    which he is a member

    Bug 2463295      Fixed: 9202
    Cache access to error message files reduce file access

    Bug 2461455      Fixed: 9203
    This problem is introduced in 9.2.0.1.
    ORA-7445 [qcdlgtd] or unexpected ORA-942 during import
    with FROMUSER / TOUSER parameters
    Workaround:
      Run the import as the TOUSER user.

    Bug 2461184      Fixed: 9202
    ORA-600[kkqsfxvc-2] or access violation at view optimization
    for a compound query when query_rewrite_enabled=TRUE

    Bug 2460603      Fixed: 9202
    A query with a DISTINCT clause, an ORDER BY clause and a multiple columns
    GROUP BY clause may fail with ORA-600 [QERNSROWP].
    Workaround:
     Either disable No-Sort Group By with event 10119 or
     and thus, leading to the internal error.

    Bug 2460104      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    ORA-24391 may occur for DML statements in precompiled code.
    The same code works fine in earlier Oracle releases.

    Bug 2460091      Fixed: 9203
    ORA-7445[pgmbiad_build_input] if PLSQL calls a Java callout with
    a TIMESTAMP parameter (any mode, IN/OUT, IN OUT).

    Bug 2459355      Fixed: 9202
    Select with GROUP BY may result in ORA-600[xtycsr3]
    on  a parallel slave process, if select list contains
    a PLSQL function call on aggregation operators.
    Eg:
       SELECT 1, b.x, xty_func( max(1),SUM(100))
       FROM xty b
       GROUP BY  1, b.x;

    Bug 2459191      Fixed: 9202
    @ Thought to be introduced in 9.2.0.1.
    A query with constant where clause predicates involving a
    DECODE function may cause dump with ORA-7445[EVADCD]

    Bug 2458956      Fixed: 9202
    AQjmsException is thrown when attempting to enqueue a
    javax.jms.BytesMessage that is greater than 2000 bytes using
    a non-transacted JMS Session.
    Messages under 2000 bytes are fine.
    Messages (any size) are fine with transacted sessions.

    Bug 2458655      Fixed: 9203
    SQL using FULL OUTER JOIN with a bind variable in the subquery
    may fail with ORA-600 [QCTCTE1]

    Bug 2458526      Fixed: 9203
    When using the oidca /createDefaultSubscriber option to create
    a default subscriber with a one-level DN the script will exit
    with the error
      "Cannot create default subscriber: <subscriber dn>",
    even though the proper DN exists in the directory.

    Bug 2458455      Fixed: 9202
    For queries of the form:
     select distinct constant1,col1 from table1
      where col1 not in (select col2 from table2)
    It can be beneficial to process the DISTINCT before evaluating
    the predicate on COL1. With this fix this is possible
    by setting <event:38028> to a value between 0 and 100.
    At 0 (default) the DISTINCT is never pushed down.
    At 100 is is always pushed down.

    Bug 2458246      Fixed: 9202
    If you have RMAN backups that include the SPFILE,
    and you do either REPORT OBSOLETE or DELETE OBSOLETE
    with RMAN, then RMAN might incorrectly report or delete
    certain backups as obsolete, even if they weren't.
    Workaround:
     Don't use DELETE OBSOLETE.
     Use caution when deleting backups that include an SPFILE.
     Use caution when using LIST due to bug 2498286.

    Bug 2457676      Fixed: 9202
    If XML Schema references a user defined ComplexType and if its definition
    is missing in the Schema document, Schema validator fails with XSD-2034.
    Workaround:  specify element type as anyType
     <xsd:element name="S.SG09" minOccurs="0"/>  -- fails
     <xsd:element name="S.SG09" type="xsd:anyType" minOccurs="0"/> -- works

    Bug 2455551      Fixed: 9203
    If the session parameters NLS_COMP=ANSI and NLS_SORT!=BINARY then
    comparison between a CHAR column and a CHAR bind variable does not
    work correctly.
    Workaround:
      Add the function NLSSORT() to both the CHAR column and the CHAR bind
      variable.

    Bug 2454234      Fixed: 9202
    A 64 bit listener may refuse load updates from a 32 bit server.
    The listener log shows "service_died * <instance_name> * 0"
    immediately followed by "service_register * <instance_name> * 0"
    and listener trace shows "nsglroHandleError: operation=3, error=2".

    Bug 2453215      Fixed: 9202
    Select rowid from complex join view may dump in vopsvc()
    Workaround:
      Set "_complex_view_merging"=false

    Bug 2452631      Fixed: 9203
    Wrong results are possible if check constraints are enabled on
    columns which are involved in outer joins .
    Workaround:
     Set <event:10195> at level 1

    Bug 2452537      Fixed: 9203
    This problem is introduced in 9.0.1.
    Selects from a remote sequence leak open cursors at the
    remote node, which can result in unexpected ORA-1000 errors.

    Bug 2452173      Fixed: 9202
    ORDImage.import fails with ORA-29400 in a multibyte characterset database

    Bug 2451259      Fixed: 9203
    ORA-28604 is raised when a bitmap index is recreated on
    a compressed table after executing an 'ALTER TABLE .. MODIFY ..'
    command
    Workaround:
      Drop the bitmap index after any 'ALTER TABLE .. MODIFY ..' command.

    Bug 2450264      Fixed: 9203
    This fix introduces <event:10503> which enables
    users to specify a character bind buffer length.
    Depending on the length used, the character binds
    in the child cursor can all be created using the
    same bind length; skipping bind graduation and
    keeping the child chain relatively small.  This
    helps to alleviate a potential cursor-sharing
    problem related to graduated binds.
    The level of the event is the bind length to use,
    in bytes.

    Bug 2449721      Fixed: 9202
    Enabling ODM increases system calls

    Bug 2449579      Fixed: 9202
    DIAG process can leak memory

    Bug 2449515      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    CBO may choose a more expensive plan in 9.2 (versus 9.0) due to
    unnesting of a subquery where a concatenated index can be used on
    a combination of correlated and single table predicates.
    Workaround:
      Disable unnesting ("_unnest_subquery"=false or /*+nounnest*/ hint)

    Bug 2449486      Fixed: 9203
    Once a program sets a client identifier in the session handle
    it cannot then be cleared.
    Eg:
    If set with
     (void) OCIAttrSet(session, OCI_HTYPE_SESSION, (dvoid *)"1111",
                      (ub4)strlen("1111"), OCI_ATTR_CLIENT_IDENTIFIER,
                      (OCIError *) errhp);
    it cannot be cleared by
     (void) OCIAttrSet(session, OCI_HTYPE_SESSION, (dvoid *)"",
                      (ub4)0, OCI_ATTR_CLIENT_IDENTIFIER,
                      (OCIError *) errhp);

    Bug 2449124      Fixed: 9203
    If a user specifies MAX_FAILURE attribute for a destination,
    then on encountering a error, the FAILURE_COUNT keeps incrementing,
    and it goes past MAX_FAILURE, ie Oracle keeps trying to archive a log to
    a destination for which it was explicitly mentioned that we need not
    do so once we hit the MAX_FAILURE count.

    Bug 2448939      Fixed: 9203
    OCICacheFlush stores objects as the base type instead of the subtype

    Bug 2448925      Fixed: 9203
    Executing CTAS of table containing a CLOB column
    across a database link going from Non-utf8 -> UTF8 db
    may result in ORA-4030.
    This can also affect creation of MVIEWs / SNAPSHOTs over
    database links.

    Bug 2448615      Fixed: 9202
    A query which joins local table to remote table with hash join
    sometimes returns the wrong result on a multibyte database.
    Workaround:
     Force another join method.

    Bug 2448243      Fixed: 9203
    A full database export by a user who doesn't have DBA privileges
    but does have "EXP_FULL_DATABASE" privilege may result in an export
    error such as:
     EXP-00008: ORACLE error 1031 encountered
     ORA-01031: insufficient privileges
     ORA-06512: at "SYS.LT_EXPORT_PKG", line 64
     ORA-06512: at line 1
     EXP-00083: The previous problem occurred when calling  SYS.LT_EXPORT_PKG.system_info_exp

    Bug 2448081      Fixed: 9202
    Direct Path Loader allows packed decimals to be loaded into a number
    field even when the values exceed the specified precision and scale
    for that number field.
    Workaround:
      Use conventional path loader.

    Bug 2447729      Fixed: 9202
    LISTENER may spin repeatedly logging "nsevwait_error" errors

    Bug 2447643      Fixed: 9202
    Binary attributes with length > 80 bytes will not be
    synchronized properly.
    Eg:  usercertificate with IPlanet will not work properly

    Bug 2446649      Fixed: 9202
    ORA-7445 [kkslod] / ORA-600[kksscl-inf-inl-loop]
    possible when shared pool under load.

    Bug 2446447      Fixed: 9202
    MAKEFILE does not include THREADS=YES for CPDEMO1 and CPDEMO2

    Bug 2445917      Fixed: 9202
    A users previously registered signal handler does not
    get called if the SA_SIGINFO flag is set.

    Bug 2445663      Fixed: 9203
    Small DBSNMP memory leak running jobs

    Bug 2445330      Fixed: 9202
    ORA-1403 from DBMS_PICKLER.GET_TYPE_SHAPE for a type whose TDS length is
    over 32000 bytes long.

    Bug 2444809      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    When calling the ORDVideo setProperties method on Real Video data, the
    method sometimes takes several minutes to execute.

    Bug 2444517      Fixed: 9203
    ORA-918 possible if "_subquery_pruning_enabled"=true
    Workaround:
     "_subquery_pruning_enabled"=false;

    Bug 2444186      Fixed: 9203
    ORA-600 [PSDISA:SESNUM] passing an invalud ID to
    DBMS_SESSION.IS_SESSION_ALIVE

    Bug 2443896      Fixed: 9202
    With sql_trace=true concurrent SELECT and DDL may
    against the same table can result in ORA-600 [12811]

    Bug 2443804      Fixed: 9202
    Add Oracle Text support for JA16SJISTILDE and JA16EUCTILDE

    Bug 2443764      Fixed: 9202
    Simple CASE expressions much slower than DECODE equivalent

    Bug 2442539      Fixed: 9202
    SMONs may deadlock updating COL_USAGE$ in RAC

    Bug 2442125      Fixed: 9203
    Wrong results possible from a Parallel Query
    when there are predicates comparing CHAR columns
    with bind variables (either user defined binds or
    internally generated binds from CURSOR_SHARING)

    Bug 2442097      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    When cursor_sharing=force, and inserting into a table with a
    user-defined type, the cursor does not get shared.  Literal
    replacement is occurs but a separate child cursor is created
    for each statement.

    Bug 2441734      Fixed: 9203
    Win: Setting SQLNET.EXPIRE_TIME wastes stack memory reducing the
    total number of connections which can be achieved.

    Bug 2440387      Fixed: 9203
    NMS-1078 evaluating a network mounted file system

    Bug 2439695      Fixed: 9202
    ORA-600 [4191] possible on shrink of system managed undo segment.

    Bug 2438953      Fixed: 9203
    Distributed transaction recovery in a multi-instance (RAC or OPS)
    environment can cause internal errors (eg. ORA-600 [6856])
    and instance termination.
    Workaround:
      Mount the database exclusive for the distributed transaction recovery.

    Bug 2438883     Fixed: 9202
    You might fail to connect the instance if the previous
    connect request failed even though you can avoid the
    original error condition.

    Bug 2438656      Fixed: 9203
    Oracle XML DOM parser does not parse correctly -
    It may add an extra node at the start of the document while
    parsing an XML document.

    Bug 2438585      Fixed: 9202
    Lots of timeouts from "global cache ..." operations

    Bug 2438101      Fixed: 9203
    EMDDISCOVER.TCL may fail on some platforms with
      Warning : Error while sourcing third party discovery file emddiscover.tcl :
                can't read "tabfile": no such variable

    Bug 2437995      Fixed: 9202
    Using "ALTER SYSTEM SET <parameter> = ''" does not work to
    reset the value of some PL/SQL native-mode-related init.ora
    parameters (eg., plsql_native_linker.)
    This causes subsequent compiles to fail with ORA-600 [15419] / ORA-6544
    Workaround:
       Shutdown the database and restart it.  Note that this workaround will
       not work if spfiles are in use.  In that case, the spfile must be rebuilt.
     or
       Don't compile in native mode.

    Bug 2437916      Fixed: 9203
    AGENTCTL may dump on STOP AGENT command

    Bug 2437484 +     Fixed: 9202
    This problem is introduced in 9.2.0.1.
    A query with a predicate involving DECODE() with the
    empty string as an expression returns wrong results if
    the expression is compared to NULL:
    Eg: select * from dual where dummy = decode ('',null,dummy,'');
    Workaround:
      Set event 10339 to disable DECODE() simplification

    Bug 2436600      Fixed: 9203
    ORA-600 [ktfthcf-1] can occur if X$KTFTHC is involved in a nested
    loops join via a proble of the fixed index on KTFTHCTFNO.
    This can affect queries against V$FILESTAT or DBA_DATA_FILES.
    Workaround:
      Change the execution plan (eg: change the join order or join type)

    Bug 2436572      Fixed: 9203
    ORA-1 possible after FAILOVER during SELECT of an XMLType

    Bug 2435787      Fixed: 9202
    For Parallel DML on tables with referential constraints
    slaves may take DML SS locks on foreign child & parent tables
    which can result in a hang.

    Bug 2435725      Fixed: 9203
    APPLICATION CONTEXT attribute visible after dropping the NAMESPACE

    Bug 2435276      Fixed: 9202
    The orclcommongroupsearchbase attribute is ignored, and enterprise groups
    are found ONLY under the oracle context

    Bug 2435257      Fixed: 9203
    If the user is given a IMP_FULL_DATABASE privilege via a ROLE
    import of triggers fails with ORA-1031.
    Workaround:
      Grant IMP_FULL_DATABASE role to the user directly.
    Eg:
     IMP-00017: following statement failed with ORACLE error 1031:
       "BEGIN  DBMS_DDL.SET_TRIGGER_FIRING_PROPERTY('U','T', FALSE); END;"
     IMP-00003: ORACLE error 1031 encountered
     ORA-01031: insufficient privileges
     ORA-06512: at "SYS.DBMS_DDL", line 279
     ORA-06512: at line 1

    Bug 2434915      Fixed: 9202
    SELECTing SEQUENCE.NEXTVAL may cause
    ORA-600[6816] in RAC / OPS environments
    when the machine is highly loaded.

    Bug 2434873      Fixed: 9202
    ORA-600[kksscl-inf-inl-loop] during heavy load with CURSOR_SPACE_FOR_TIME=TRUE
    and SESSION_CACHED_CURSORS set.

    Bug 2434834 +     Fixed: 9202
    The password generated by tnslsnr/lsnrctl/namesctl
    may be different in 9.2.0.1 from earlier versions
    NB: If passwords (listener, cman, names) were created after
        upgrading to 9.2.0.1 they will need to recreated after
        applying this patch. Additionally passwords must be
        recreated on any 64bit Oracle release after applying
        this patch.

    Bug 2434384 +     Fixed: 9202
    This problem is introduced in 9.2.0.1.
    Updatable snapshots with an 8i MASTER do not work -
    Fast refresh fails with ORA-2064.

    Bug 2432911      Fixed: 9203
    ORA-600 [6757] occurs for operations against a HASH CLUSTER
    if INITRANS is modified after the cluster has been created.
    This fix prevents INITRANS from being altered for HASH CLUSTERS

    Bug 2432864      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    Dbverify does not work correctly in 9.2 against
     a) raw devices where the database file is smaller than the volume;
     b) when the block size specified on the command line is different from
        the block size in the file.
    In such cases it reports corrupt blocks.

    Bug 2431567      Fixed: 9202
    Oracle errors may show wrong OS error

    Bug 2431526      Fixed: 9203
    ORA-1089 possible using TAF if SHUTDOWN IMMEDIATE is issued
    Workaround:
      Use Shutdown ABORT instead.

    Bug 2430992      Fixed: 9202
    Waits possible on "FILE NUMBER TRANSLATION" latch

    Bug 2430504      Fixed: 9202
    Core dump may occur when selecting from a table
    which has a varray and RLS policy.

    Bug 2430006      Fixed: 9202
    These charcters are not inserted and updated ,selected correctly.
        DOUBLE VERTICAL LINE -- U2016 -- a1c2(JA16EUC)
        MINUS SIGN           -- U2212 -- a1dd(JA16EUC)

    Bug 2429929 *     Fixed: 9203
    This problem is introduced in 9.2.0.1.
    [G]V$SESSION_EVENT returns wait information for the
    wrong SID. The "SID" is one out compared to V$SESSION..
    See <Note:208105.1> on Metalink

    Bug 2429208      Fixed: 9202
    Using statement caching with defineColumnType throws
    ArrayIndexOutOfBoundsException.
    Workaround:
      Set clearMetaData as true.

    Bug 2428537      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    ORA-7445 [MEMCPY] possibled from DECODE() predicates in unmerged views.
    Workaround:
      Set <Event:10339> level 1 to disable DECODE simplification

    Bug 2428263      Fixed: 9202
    A different document checksum may be generated for
    the same document because the mimetype returned by the
    server is different.

    Bug 2428202      Fixed: 9202
    ORA-600[kdrpFLdoseg_1] using DBMS_REPAIR.REBUILD_FREELISTS

    Bug 2427938      Fixed: 9202
    Control-C on a pending request might cause ORA-600[KSIRES_1]
    [KJUSERSTAT_BADLEVEL]

    Bug 2427622      Fixed: 9202
    oidldapd dumps when modifying/deleting a null referral entry.
    Workaround:
     Use manageDSA controls while modifying/deleting a referral entry.

    Bug 2427185      Fixed: 9202
    JDBC Thin does not support redirection to another NET listener
    (for load balancing with dedicated servers)

    Bug 2427164      Fixed: 9202
    When re-crawling a document with Number type attribute
    values changed, the old Number type attribute values
    are not deleted from the database attribute value table.

    Bug 2426916      Fixed: 9202
    ORA-600 [KDISS_PIN_HDR: TOO MANY] possible on index skip scan.
    Workaround:
      Use a hint to force 'Full table scan' in the query.

    Bug 2425312      Fixed: 9203
    This is a diagnosability enhancement.
    With this fix PLSQL RPC information is included in <Event:10046>
    trace output

    Bug 2424746      Fixed: 9202
    After upgrading to 9.2.0.1 enqueue of AQ messages may
    fail unexpectedly with ORA-24033 errors.
    For existings systems exhibiting this problem upgrade to
    9.2.0.2 (or higher), startup the database in restricted
    mode, run dbms_prvtaqis.patch_subscriber_tables_2424746
    and then shutdown and restart the instance.

    Bug 2424490      Fixed: 9203
    If archival to an OPTIONAL LOG_ARCHIVE_DEST_X fails
    the error message may not written to the ALERT LOG.
    It is written to V$ARCHIVE_DEST.

    Bug 2424183      Fixed: 9202
    When you have a multi-column inlist predicate and an index containing
    a subset of the columns from the inlist predicate, the estimated
    index selectivity may be incorrect resulting in a wrong cost estimate
    and a poor execution plan.
    Workaround:
      Turn off multi-column inlist processing by setting
      event 10181 (any level).

    Bug 2423689      Fixed: 9202
    ORA-7445 [INSBRP] can occur on DML against a table
    with UNUSED columns with a row level TRIGGER on the
    table.

    Bug 2423571      Fixed: 9202
    Invalid Oracle numbers may be produced (rather than an ORA-1722)
    if a ProCobol program uses COMP variables which contain invalid
    COMP data. This is possible if the COBOL program uses REDEFINES
    on its data structures and places invalid COBOL number data
    in variables accessible by Oracle as COMPs.

    Bug 2423440      Fixed: 9203
    The "Chunk Small" event fails if the TABLESPACE does
    not appear in DBA_FREE_SPACE.

    Bug 2423226      Fixed: 9202
    The SQL functions REPLACE and RTRIM sometimes return results with
    extraneous characters appended when using a multi-byte shifted
    character set when the initial source character was a
    shift-out or shift-in.

    Bug 2422803      Fixed: 9202
    Creating numerous OracleStatment/OraclePreparedStatement/
    OracleCallableStatement uses up cursors and eventually throws
    an ORA-1000 in the Thin driver.
    Workaround:
      Use the OCI driver.

    Bug 2422743      Fixed: 9202
    The number of URLs crawled per hour
    may deteriorate over a 24-48 hour
    period.

    Bug 2422726      Fixed: 9202
    ORA-600 [16201] possible when RECOMPILING a WRAPPED PACKAGE

    Bug 2422316      Fixed: 9202
    TG4IFMX INSERT to TEXT datatype fails

    Bug 2422299      Fixed: 9202
    SDO upgrade may signal ORA-2260.
    This error can be ignored.

    Bug 2422277      Fixed: 9202
    TG4IFX describes NOT NULL columns as NULLABLE

    Bug 2421874      Fixed: 9202
    Dumps possible in opiodr() when using resource limits or if
    a session is killed.

    Bug 2421031      Fixed: 9202
    This problem is introduced by the fix for bug:2232548.
    VARRAY floating point columns are truncated on inserts.

    Bug 2420305      Fixed: 9202
    Direct path load fails with ORA-26041 when
    loading EBCDIC data containing TIMESTAMP columns

    Bug 2419951      Fixed: 9202
    ORA-7445 [kghalf] possible while doing SYSTEMSTATE dump using oradebug
    Workaround:
      Use alter session set events 'immediate trace name systemstate, level 10';
      instead of ORADEBUG

    Bug 2418668      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    Datatype conversion errors are possible at execution of
    dbms_stats.gather_schema_stats() if there are at least 2
    partitioned tables with the same number of partitions
    (number of partitions should > 50), and this pair of tables
    have indexes on the column with incompatible datatypes
    (for instance, table t1 has and index on numeric column, table t2 has
    an index on rowid column)
    Workaround:
     1. analyze tables individually
     2. set "_subquery_pruning_mv_enabled" to FALSE,

    Bug 2418614      Fixed: 9202
    In RAC "ALTER TABLESPACE READ-WRITE" fails under ODM

    Bug 2418454      Fixed: 9202
    Direct path load may fail with ORA-600[klaprs_40] when
    loading a large data file.

    Bug 2417912      Fixed: 9202
    A call to DBMS_DEBUG.debug_on, with the 'immediate' parameter TRUE,
    causes dump (in [pbedeupdate]) if there is any PL/SQL frame anywhere on
    the stack that has been compiled to C (NCOMP'd).

    Bug 2417894      Fixed: 9202
    Merging of a complex view with aggregation, can cause wrong result
    or dump (in evaminmax), if the aggregation is correlated to a
    subquery.
    eg:
     select maxd from
      (select ename,max(deptno) maxd from emp group by ename) v
    
      where v.maxd in (select deptno from dept);
    Workaround:
      Disable complex view merging

    Bug 2417032      Fixed: 9202
    This problem is introduced in 9.0.1.3.
    An ORA-907 parse error can occur for a query with an inline UNION view with
    STAR_TRANSFORMATION enabled.
    Workaround:
      Set _push_union_view = false

    Bug 2416678      Fixed: 9202
    Sessions may leak memory when calling an opaque type's
    member function which in turn returns an opaque type

    Bug 2416245      Fixed: 9202
    Large memory leak using SDO_RELATE in a PLSQL loop

    Bug 2415848      Fixed: 9202
    Add catnojav.sql to remove the classes created in catjava.sql

    Bug 2415134      Fixed: 9202
    Deadlock possible due to same session holding
    multiple SR enqueues.

    Bug 2415063      Fixed: 9202
    XDK parse does not always handle NAMESPACE prefixes
    properly if they split across internal buffer boundaries.

    Bug 2414972      Fixed: 9202
    If a locally-managed tablespace is resized (either
    automatically or manually) then a process may subsequently
    error with and ORA-600 error.
    eg:    9.2.0.1: ORA-00600:[kcbnew] [n] where n>15
           9.0.1.3: ORA-00600:[kcbgtcr_3]
    This can lead to an instance crash

    Bug 2414971      Fixed: 9203
    UTLXPLS.SQL may report incorrect OPTIMIZER USED and may raise ORA-6502

    Bug 2413264      Fixed: 9202
    This problem is introduced in 8172 and 9010.
    Bad join cardinality calculations and negative costs
    can occur for queries using partitioned tables,
    where a single known partition is accessed.
    Workaround:
      Set _improved_row_length_enabled=false

    Bug 2412825      Fixed: 9203
    Listing an XDB folder may be very slow

    Bug 2412341      Fixed: 9202
    The false easting and false northing parameters are always
    given in meters, even when the projected coordinate system
    is not in meters.

    Bug 2411876      Fixed: 9202
    The delete counts on a partitioned table will be very high in
    USER_TAB_MODIFICATIONS when compared to the actual number of deletes
    that were done. This happens only when bulk bind  is used.
    Workaround: Dont do bulk bind.

    Bug 2411553      Fixed: 9202
    ORA-600 [17271] [INSTANTIATION SPACE LEAK] can occur for
    V7 XA clients which update tables with snapshots /
    materialized views on built upon them.
    Workaround:
      Set _ROW_CACHE_CURSORS=0
      or upgrade the XA client to Oracle8 (or higher)

    Bug 2410688      Fixed: 9203
    DBMS_SQL.PARSE needs a higher line width limit.
    DBMS_SQL VARCHAR2S varchar table type has line width of 256
    which is too small for some applications. This fix introduces
    a new type "VARCHAR2A" with a 32K linewidth.

    Bug 2410191      Fixed: 9202
    While parsing XML using SAX Parser with Schema Validation
    ArrayIndexOutOfBoundsException  may be thrown

    Bug 2409601      Fixed: 9202
    This problem is introduced in 9.0.1.3 and 9.2.0.1.
    When DBMS_AQADM.VERIFY_QUEUE_TYPES() is invoked with a source
    or destination queue which does not have the schema specified
    an ORA-600 [!qschema] is reported.
    Workaround:
      Fully specify the queue name using {schema.queue_name} format.

    Bug 2408817      Fixed: 9203
    The SOFAR block count reported in V$RECOVERY_PROGRESS sometimes
    becomes smaller during media recovery.

    Bug 2408475      Fixed: 9202
    Memory leak for sessions connecting over HS
    to a remote gateway process.

    Bug 2407732      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    ORA-28576 from DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT unless
    EXTPROC_DLLS environment variable is set.

    Bug 2407473      Fixed: 9202
    Updating a LONG column using character bind (SQLT_STR) of length > 4000
    may fail with ORA-3106 twotask protocol error.

    Bug 2407020      Fixed: 9202
    ALTER INDEX REBUILD PARTITION may fail with ORA-600 [6074]
    if the index tablespace is a different block size to the users
    default tablespace.

    Bug 2406868      Fixed: 9202
    Entering only an asterisk '*' in the search input box for any of
    the ultra search sample search pages causes a sqlexception

    Bug 2406802      Fixed: 9202
    ORA-600 [kcbgtcr_3]  / ORA-600 [kcbcxx_1] possible if a table
    in a locally managed tablespace is dropped concurrently with
    a SELECT from DBA_SEGMENTS (or similar) .

    Bug 2406422      Fixed: 9202
    ORA-37 can occur when using OCI connection pooling
    in a RAC configuration.

    Bug 2405517      Fixed: 9202
    During TAF a query may be sent over to the surviving
    instance but may then fail with ORA-600 [kclscrs_7]

    Bug 2405258      Fixed: 9202
    Dictionary corruption / ORA-600 [15265] from MOVE LOB to
    existing segment name.
    Eg: ALTER TABLE mytab MOVE LOB (artist_bio)
        STORE AS lobsegment (STORAGE(INITIAL 1M NEXT 1M));
    corrupts the dictionary if "logsegment" already exists.

    Bug 2405244      Fixed: 9202
    ORA-7445 when RMAN reports re-read of a corrupted block if the
    affected file is on a mirrored volume.

    Bug 2405013      Fixed: 9202
    ORA-8102 on ALTER TABLE MOVE PARTITION COMPRESS UPDATE GLOBAL INDEXES.
    Workaround:
      Run the ALTER without the UPDATE GLOBAL INDEXES clause
      then rerun the command with the UPDATE GLOBAL INDEXES clause.

    Bug 2405004      Fixed: 9202
    PROPAGATION from TYPED QUEUE to AnyData queue fails

    Bug 2404957      Fixed: 9202
    Memory needlessly allocated for GCS resources
    when the instance is started in EXCLUSIVE mode.

    Bug 2404234      Fixed: 9202
    Wrong results possible from predicate push into view with a
    CONNECT BY and join .

    Bug 2403646      Fixed: 9202
    If a Pro* statement fails with an error (eg: ORA-1722) then
    subsequently executes of the statement keep reparsing the
    statement.

    Bug 2403347      Fixed: 9202
    Memory leak in Java Stored Procedures when using JDBC
    kprb driver with statement caching enabled.

    Bug 2402690      Fixed: 9202
    Enhancement:
    Add OJMS support for the enqueueing of JMS messages of all
    the JMS types on a single JMS destination when using the
    JDBC thin driver.
    This is the client side portion of this enhancement.

    Bug 2402677      Fixed: 9202
    Enhancement:
    Add OJMS support for the enqueueing of JMS messages of all
    the JMS types on a single JMS destination when using the
    JDBC thin driver.
    This is the server side portion of this enhancement.

    Bug 2401670      Fixed: 9202
    This fix is a refinement of the fix in bug:2361084.
    The fix in bug:2361084 can introduce a performance regression
    at commit time.

    Bug 2401529      Fixed: 9202
    dbms_rule_eximp.import_rule fails with "insufficient
    privileges" or "rule already exist" errors when 9.0
    dump files are imported into 9.2 databases.

    Bug 2401353      Fixed: 9202
    Java setup may fail with ORA-1422 in initjvmaux.rollbacksetup

    Bug 2401318      Fixed: 9202
    Setting both db_cache_advice and db_block_buffers
    should report an error.

    Bug 2401153      Fixed: 9202
    DRG-51311 may occur after rebuilding CTXCAT index

    Bug 2400552      Fixed: 9202
    When there is a wildcard in the filter, the attribute being member or
    uniquemember, ldapsearch query fails with "invalid DN syntax".

    Bug 2399954      Fixed: 9203
    ORA-00600[733] or ORA-600[KGHALF1] possible
    when a PLSQL procedure is executed continuously.
    Workaround:
     - increase OPEN_CURSORS, or
     - re-connect to the server.

    Bug 2399875      Fixed: 9202
    Failover during a piecewise operation does not call
    the failover callback function

    Bug 2399093      Fixed: 9203
    ORA-16000 opening database READ ONLY

    Bug 2399039      Fixed: 9202
    ALTER TABLE DROP COLUMN on HASH CLUSTER drops the wrong column

    Bug 2398517      Fixed: 9202
    Various ORA-600 errors can occur (eg: ORA-600 [KOPE2PIC661])
    with kokopkl() high on the stack when communicating between
    different Oracle versions during AQ propogation.

    Bug 2398190      Fixed: 9202
    ORA-600 [QKAGBY4] possible executing a query when it contains an in-list
    and  partition iterator on top of a group-by operation.

    Bug 2398069      Fixed: 9203
    Tracefiles may needlessly be generated with 'SEARCH in kdisti ..'
    messages in them.

    Bug 2397501      Fixed: 9202
    Join selectivity may be evaluated incorrectly if both
    columns have histogram statistics on them. Occasionally
    the selectivity can get values out of range (eg: infinity,
    NaN, negative value).
    This can result in an internal error during statement
    optimization or a sub-optimal plan.
    Workaround:
      Do not use histogram statistics on join columns.

    Bug 2397402      Fixed: 9202
    Query on a table having lots of in-list predicates on non-indexed
    columns sometimes core dump  / give wrong results

    Bug 2396763      Fixed: 9202
    Unnecessary parses possible using JDBC Thin

    Bug 2396474      Fixed: 9202
    A query with an in-line view and an aggregate function on an object column
    dumps in koxss2gpage() when two or more attributes of the object column
    are selected in the outer query block.
    Eg:
      select ivw.object_column.at1, ivw.object_column.at2
      from (
             select max(tbl.object_column) object_column
             from tbl
             group by object_column
           ) ivw;

    Bug 2396270      Fixed: 9202
    ORA-25401 after failover when fetching CLOB data

    Bug 2395838      Fixed: 9202
    Memory leak in JVM on some platforms (like AIX and Linux)

    Bug 2395714      Fixed: 9203
    Statements with subqueries may perform suboptimally
    if rewritten to use a materialized view.

    Bug 2395416 *     Fixed: 9202
    Net overrun security vulnerability..
    See <Note:207269.1> on Metalink

    Bug 2395193      Fixed: 9202
    Dequeueing messages for rule subscribers enqueued before
    a 9.2 upgrade can cause ORA-00600: [4414] : ORA-01403
    no data found on dequeue

    Bug 2394922      Fixed: 9202
    Using the JDBC driver in an applet throws java.lang.SecurityExeption
    in Netscape and ms.com.security.SecurityException in IE6.

    Bug 2394555      Fixed: 9202
    On some platforms oracle.net.config.Config.systemName()
    returns the computer name without the DOMAIN information in the result.

    Bug 2394273      Fixed: 9202
    ORA-600 [20084] possible from an execution plan
    including a BITMAP MERGE over BITMAP CONVERSION to ROWIDS.
    This is most likely to occur with STAR_TRANSFORMATION_ENABLED
    set to TRUE.

    Bug 2393988      Fixed: 9202
    Wrong results possible using NULL binds with DECODE in CBO
    eg:
      select * from scott.emp
       where empno = decode(:a,:b,empno,10000);
      will return 0 rows rather than all rows.
    Workaround:
      1. Set _OR_EXPAND_NVL_PREDICATE = FALSE .
      2. Use RBO

    Bug 2392901      Fixed: 9202
    In a replicated OID set up, a delete of an entry having
    ACP (orclaci) on the Supplier node results in a complete
    refresh of the ACL cache in OID LDAP servers on the Consumer
    node when the delete is propagated to and applied on the
    Consumer node.

    Bug 2392264      Fixed: 9203
    Kerberos adapter may fail with "KRB5 Error Code: 52"
    when getting a ticket with MS KDC for a user principal
    that is member of more than 75 groups.

    Bug 2392166      Fixed: 9202
    Calling SERIALLY_REUSABLE PLSQL from SQL can cause PMON to
    crash if the PLSQL function called has been previously
    called from PLSQL.
    The session dies with ORA-600 [plio.c: client ptr bad] [2]
    and then PMON dies crashing the instance.

    Bug 2391877      Fixed: 9202
    If auditing is enabled PMON may crash
    the instance with an ORA-600 [4157].
    This is a rare scenario

    Bug 2391827      Fixed: 9202
    HS agent library  libagent leaks memory in the describe procedure & in the
    execute procedure code path at a rate of about 550K/1000 iterations.
    This can result in ORA-2055 errors.

    Bug 2391730      Fixed: 9202
    ORA-600 [KOTDATV5] evolving a type already evolved in another session

    Bug 2391217      Fixed: 9202
    This problem is introduced in 9.0.
    PLSQL bulk binding using an index errors out with PLS-430.

    Bug 2391185      Fixed: 9202
    This problem is introduced in 9.0.1.
    An ORA-1 is returned from ROLLBACK if the session
    has been killed. The correct error should be an
    ORA-1012.

    Bug 2391052      Fixed: 9202
    If a server has a robots.txt file with a rule specifically
    for the crawler then the crawler may not recognise it.

    Bug 2390780      Fixed: 9202
    In RAC reverting back to "undo_management = manual"
    after using "auto" can result in
    ORA-01538 "failed to acquire any rollback segment"

    Bug 2390435      Fixed: 9202
    OJMS rolls back the current transaction when
    the "close()" method is invoked even for
    a global transaction

    Bug 2389807      Fixed: 9202
    "lkdebug -a proc" does not work correctly.
    This is a diagnostic command so should only
    be used under the guidance of Oracle Support.

    Bug 2389513      Fixed: 9202
    SMON may crash with ORA-7445 in kxsrod()

    Bug 2389429      Fixed: 9202
    ALL_COLL_TYPES may omit rows due to a bad definition in catadt

    Bug 2389423      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    JDBC Thick clients may leak memory

    Bug 2388768      Fixed: 9202
    A WRAP file cannot be compiled on the server when submitted via OCI
    or other programmatic interfaces (PLS-103).
    Workaround:
       Run the wrap file through SQL*Plus.
     or
       Manually modify the WRAP file's contents, removing trailing whitespace and
       '/'.

    Bug 2388569      Fixed: 9203
    Hang possible in parallel transaction recovery

    Bug 2388400      Fixed: 9202
    This problem is introduced in 9.0.1.
    OCI_ATTR_ROW_COUNT returns incorrect row count for piecewise fetches.

    Bug 2388008      Fixed: 9202
    Wrong results possible from a query using ANSI outer join syntax when
    the ON clause of the query has a predicate of the form 'constant <relop>
    column' (for example '20 = sal').
    Workaround:
      Convert the predicate/s to the form 'column <relop> constant' .
      (eg: 'sal = 20')

    Bug 2387032      Fixed: 9202
    Binding a Jpublisher generated ARRAY object (which implements SQLData) using
    setObject(int, Object, int) throws ClassCastException.
    Workaround:
     Use other ways like defining your own object type and binding it.
     Get the object modify the object and bind it back using setARRAY ().
     use setSQLData.

    Bug 2387007      Fixed: 9202
    Enhancement:
      Allow UNUSED COLUMNS to be TRANSPORTED

    Bug 2387002      Fixed: 9202
    CBO chooses inconsistent plans for text queries
    with invalid text query strings.

    Bug 2386775      Fixed: 9202
    Ultrasearch EMAIL schedule may error with PLS-201 / ORA-6550

    Bug 2386401      Fixed: 9202
    This problem is introduced in 9.0.1.0 with the fix for bug:1412512.
    LOADER may load corrupt number data for PACKED DECIMAL data.
    eg: 0's may be loaded where the PACKED DECIMAL was a real value.

    Bug 2386334      Fixed: 9202
    This problem is introduced in 8174, 9013 and 9201 by
    the fix for bug 2110054.
    An ORA-7445[QERUAROWPROCEDURE] can occur for SQL statements
    which perform a select from a UNION ALL view.
    eg:  SELECT COUNT(*)
           FROM
           (
             SELECT ename FROM emp e GROUP BY ename
            UNION ALL
             SELECT ename FROM emp e GROUP BY ename
           );

    Bug 2385857      Fixed: 9202
    RMAN backup performance degrades over time for large DB_FILES
    values (eg: >1000)

    Bug 2385673      Fixed: 9202
    Reexecuting a PLSQL block running an UPDATE statement having a
    bind of length > 4000 results into ORA-600[kpoblblen: pos1] if
    bindlen was previously < 4000 and cursor_space_for_time = TRUE

    Bug 2385294      Fixed: 9202
    Change default dynamic SGA granule reuse policy to LIFO from FIFO

    Bug 2385207      Fixed: 9202
    Upgrade may fail with ORA-600 [16206]
    Workaround:
     Drop all objects that are dependent on the following
     x$tables:
       x$kcbbms, x$kcluh, x$kclui, x$traces (for upgrade from 8i to 9.0.1.x)
       x$ioa_fm, x$kjmsq,x$kllcnt, x$klltab, x$ksmsp_nwext,
       x$ksxtmpt( for upgrade from 9.0.1.x to 9.2.0.1)

    Bug 2385206      Fixed: 9202
    ORA-600 [723] memory leak can occur on ORA-22813 errors

    Bug 2385153      Fixed: 9202
    Shared pool LEAK on global enqueue timeouts in RAC
    (as timed out global enqueues are kept in NULL mode
     without freeing back to the freelist

    Bug 2385093      Fixed: 9202
    Change log corruption is possible in OID replication

    Bug 2384580      Fixed: 9202
    When OJMS is in compliant mode and a user tries to
    recreate a subscriber with the same name with
    different topic then the new subscriber in the
    new topic is created but the old subscriber in the
    old topic is not removed.

    Bug 2384552      Fixed: 9202
    As of 9.2.0.1 PUSH_SUBQ is the default behaviour, but the
    NO_PUSH_SUBQ hint (required to execute the subquery as a
    post filter) is ignored.

    Bug 2384289 *     Fixed: 9202
    See the Alert for full details of this problem.
    Databases upgraded from Oracle8/8i to 9.0 to 9.2
    may encounter corruption / internal errors in 9.2
    See <Note:197737.1> on Metalink

    Bug 2384272      Fixed: 9202
    JDBC getTime() of a TIMESTAMP does not return the correct
    Time value.
    eg: Insert a Time value into a TIMESTAMP, retrieve it
        with getTime() and compareTo() the inserted Time
        and they differ

    Bug 2384233      Fixed: 9202
    After upgrading a database from 8.1 to 9.0.1 then to
    9.2.0 create or drop tables may encounter ORA-604, ORA-1422, ORA-6502

    Bug 2384165      Fixed: 9202
    Pro* programs upgraded from Oracle7 to Oracle8.0 or higher
    may suffer performance degradation due to a number of issues.
    One element of the performance regression is tackled by this
    fix which provides a small performance improvement
    mainly to help single row fetches.
    The improvement here is small (typically 4-5%).
    NB: This fix introduces regressions as described in
        <Bug:2668683> and <bug:2765286>

    Bug 2383527      Fixed: 9202
    DBMS_XMLQuery does not indicate ORA-942 errors if a bind variable is used

    Bug 2383449      Fixed: 9202
    This problem is introduced in 8.0.
    ORA-7445 [pfrbnd] possible from ORDER BY LEVEL in PLSQL.
    eg:
      begin
        select customer_id into o_
          from (SELECT level, customer_id FROM tc
                 START WITH customer_id=i_
                CONNECT BY customer_id = PRIOR customer_id_high
    
               )
          order by level asc;
      end;
    Workaround:
      Alias the LEVEL column in the subquery and order by the
      alias name.

    Bug 2383138      Fixed: 9202
    Wrong results (no rows) possible from an ANTI-JOIN
    where the subquery references a single table
    and has a constant predicate which evaluates
    to FALSE (eg: 1 = 0 ) if the subquery is
    unnested

    Bug 2382986      Fixed: 9202
    After re-naming a default search attribute, e.g. Description,
    it is not possible to re-create the same search attribute
    'Description'. An error "WKG-10900 : Creating new search
    attribute failed ORA-00001 : unique constraint (WKSYS....) violated"

    Bug 2382523      Fixed: 9202
    RMAN backup to ODM fails.

    Bug 2382299      Fixed: 9203
    DBMS_LDAP_UTL may return an error for a user not associated
    with "inetorgperson" but who is configured in oracle context
    to be based on another objectclass.

    Bug 2381566      Fixed: 9202
    UPDATE of a table with a NESTED TABLE based column
    where the UPDATE results in a large number of rows
    being inserted into the nested table shows excessive
    memory growth of the call heap which can lead to
    a performance degradation as the UPDATE proceeds.

    Bug 2381172 +     Fixed: 9203
    Import fails / corrupts the AQ dictionary if there are duplicate
    QUEUE_TABLE names in different schemas.
    Workaround:
      Ensure that QUEUE_TABLE names are unique across all schemas.

    Bug 2380475      Fixed: 9202
    Type dependencies can become corrupt after a synonym that
    it (the TYPE) depends on is recreated.
    Eg: Create a synonym on type t1, create type t2 which depends
        on the synonym. If the synonym is recreated to point to
        another type t3, it should fail , but it will succeed and
        corrupt the types which depend on it.
    Workaround:
      Drop and create synonyms instead of using create or replace synonym

    Bug 2379746      Fixed: 9203
    Data may be corrupted when setPlsqlIndexTable
    is used for a setting CHAR[] types when NLS_LANG
    is non ASCII.

    Bug 2379327      Fixed: 9202
    Multi-threaded OCI applications may hang when using BEQ
    connections to the database. The hangs typically show the
    client thread hung in sntppurge, sntpclose or sntpadds waiting
    to acquire a mutex.

    Bug 2379136      Fixed: 9202
    SQLPLUS memory / LOB leak querying XMLType

    Bug 2378847      Fixed: 9202
    When supplying the Nomapping clause to a Create table statement for an
    index organized table, the server process sometimes dump in
    prspo_proc_opts() .

    Bug 2378428      Fixed: 9203
    DBSNMP.HOSTNAME should overrule HOSTNAME for discovery

    Bug 2378422      Fixed: 9203
    Jobs fail when a PASSWORD_FILE is used

    Bug 2378216      Fixed: 9202
    Retrieving a TIMESTAMP value using getTime()
    throws NumberFormatException.

    Bug 2377630      Fixed: 9202
    Dictionary corruption can occur due to a timing conflict between a DROP
    TABLESPACE operation and ADDING a DATAFILE to the same tablespace
    concurrently. ORA-600 [5106] is typically thrown.
    Workaround:
      Drop tablespace and recreate once again.

    Bug 2377136      Fixed: 9202
    ORA-600 [KCLCHKINTEG_1] can occur in a RAC session
    if there is a CURRENT buffer and a READING
    buffer on the same lock element even though they
    have different object ids.

    Bug 2376821      Fixed: 9202
    Query may not parallelize when expected if a nested
    loops join uses a PARALLEL index on the probe (right)
    side.

    Bug 2376673      Fixed: 9202
    Memory leak in OCCI

    Bug 2376273      Fixed: 9202
    Memory corruption can occur from a LEADING hint with a STAR transformation.

    Bug 2376087      Fixed: 9202
    PMON may crash the instance with ORA-600 [kjccfmb:X!]
    if a process is killed or dies in a small timing
    window when freeing a message buffer

    Bug 2376027      Fixed: 9203
    SUPPLEMENTAL LOG GROUP has a limit of 33 columns (ORA-2257)

    Bug 2375998      Fixed: 9202
    Slaves may create needless trace files containing
    a qref and opqref dump.

    Bug 2375782      Fixed: 9203
    The NEAR operator does not always work (omits rows)
    when several terms are requested.
    This issue only shows up on certain platforms
    such as Windows platforms.

    Bug 2375621      Fixed: 9203
    CREATE MATERIALIZED VIEW with only remote tables inside an inline view
    results in a dump.

    Bug 2374649      Fixed: 9202
    DBMS_APPLICATION_INFO CLIENT_INFO is not shown for
    PQ slaves.

    Bug 2374041      Fixed: 9203
    Selecting a remote seqeunce from an empty local table
    fails with
      ORA-600 [qersqClose-1] [24338],[ORA-24338: statement handle not executed]
    Workaround:
      Co-locate the table and sequence

    Bug 2373278      Fixed: 9202
    CREATE INDEX in PARALLEL can fail with ORA-30562 in
    some locales on some platforms.
    For this to occur the decimal seperator 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 2373192      Fixed: 9202
    ORA-600[KOPE2_WRITES118] on AQ propogations between
    different character set databases (eg: WE% -> UTF8)

    Bug 2373145      Fixed: 9202
    This problem is introduced by the fix for bug 2373145
    and so is introduced in 8.1.7.4, 9.0.1.3 and 9.2.0.1.
    DBVERIFY fails to identify fractured blocks and
    does not report the blocks as corrupt/influx.

    Bug 2372945      Fixed: 9202
    ORA-27544 followed by ORA-600[KJPCRE2]
    sporadically when connecting to an
    instance in a RAC or OPS environment.

    Bug 2372441      Fixed: 9202
    DBMS_LDAP_UTL.get_group_membership() memory leak
    if the input user doesn't have any group membership.

    Bug 2372422      Fixed: 9202
    OJMS throws NULL pointer exception when a bytes
    message with a NULL payload is enqueued using the
    JDBC Thin driver.

    Bug 2372332      Fixed: 9202
    Parameter names are treated in a case sensitive fashion in the
    SPFILE. Some parameter names written to in upper case cannot be
    removed in the SPFILE.
    Workaround:
     Convert the SPFILE to a PFILE using the 'create pfile from spfile'
     command, modify the parameter name's case and recreate the SPFILE.

    Bug 2372052      Fixed: 9202
    OJMS does not support creation of multiple
    JMS sessions using a given JMS connection when
    the JDBC thin driver is used to create the JMS
    connection.

    Bug 2371937      Fixed: 9202
    ALTER TABLE may signal false ORA-928

    Bug 2371613      Fixed: 9202
    ORA-600[12412] possible with CASE expression
    in SELECT ... FOR UPDATE statements

    Bug 2371453 +     Fixed: 9202
    CREATE OR REPLACE SYNONYM can lead to inconsistent
    dictionary information (old IDL data). This can lead
    to confusing behaviour from PLSQL which references
    the SYNONYM using %TYPE or %ROWTYPE type constructs.

    Bug 2371235      Fixed: 9202
    Memory leak passing LOB parameters to PLSQL callouts in a loop

    Bug 2370947      Fixed: 9202
    A false ORA-1483 and server side memory corruption can occur
    assigning a NULL to a COMP-3 (PACKED DECIMAL) bind variable
    when using Pro*Cobol with XA connections, or Oracle7 style
    database connections.

    Bug 2370520      Fixed: 9203
    EMON may hang and stop delivering event notifications

    Bug 2370324      Fixed: 9202
    An ORA-904 is incorrectly raised with a natural right join
    is specified between tables in different schemas, even when
    there are no privilege issues involved.

    Bug 2369763      Fixed: 9202
    PROC with code=ansi_c generates a compilation error
    for "va_list" on some platforms.

    Bug 2367783      Fixed: 9202
    SQLPLUS may spin if it selects an incomplete multibyte character

    Bug 2367294      Fixed: 9202
    Invalidation of dependent objects is slow

    Bug 2367256      Fixed: 9202
    Fix for Bug:2133357 not in Oracle9i.
    (Altering database character set to multibyte may produce corrupt LOB)

    Bug 2366678 +     Fixed: 9202
    Calling PLSQL, C or Java callouts from SQL may
    core dump 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).
    Workaround:
      Set CURSOR_SPACE_FOR_TIME = TRUE
     or
      DBMS_SHARED_POOL.KEEP() affected cursors
     NB: The setting of CURSOR_SPACE_FOR_TIME has a significant
         effect on behaviour of the shared pool.

    Bug 2366191      Fixed: 9202
    Database corruption possible from concurrent ALTER DATABASE OPENs
    against the same database

    Bug 2365220      Fixed: 9202
    ORA-600 [KCBBXSV_6] possible on an SGA SHRINK

    Bug 2364823      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    Index range scans in sparse indexes can be much slower than in 9.0
    or earlier.

    Bug 2364710      Fixed: 9202
    Dropping a user may raise an Ora-600 [12868] if the user
    is granted permissions on a TYPE that has undergone type evolution.
    (ALTER TYPE)

    Bug 2364585      Fixed: 9202
    With star transformation enabled and _b_tree_bitmap_plans set to FALSE
    the session may dump (in EVAOPN2) if the fact table column is a leading
    prefix of a bitmap index and a b-tree index

    Bug 2364533      Fixed: 9202
    When OJMS is used in OC4J EJB(session,entity,mdb)
    an deserializing of an ObjectMessage may fail
    with a ClassLoader exception.

    Bug 2363882      Fixed: 9202
    Binding a null element in a non null PlsqlIndexTable throws an
    NullPointerException.

    Bug 2363615      Fixed: 9202
    getObject() of FLOAT returns java.math.BigDecimal

    Bug 2363304      Fixed: 9202
    ORA-7445 [QKABXO] with FIRST_ROWS_N

    Bug 2363209      Fixed: 9202
    Query gives wrong results with an IS NULL predicate
    when the underlying list partitioned table has a DEFAULT partition
    Workaround:
     Set "_predicate_elimination_enabled"=FALSE

    Bug 2362606      Fixed: 9203
    DBMS_CDC_PUBLISH.PURGE may not purge the change table

    Bug 2362461      Fixed: 9202
    ORA-600 [15709] possible due to PQ slave cleanup race condition

    Bug 2361148      Fixed: 9202
    An ORA-600[qerrmoFBU1] may be signalled instead of a
    normal user error.

    Bug 2360437      Fixed: 9202
    When  ODM & non-ODM control files are used  together,
    CREATE DATABASE hangs waiting  for control file writes to complete.

    Bug 2360357      Fixed: 9202
    When CREATE OR REPLACE TYPE with OID is issued the
    second time to replace an existing type with the same
    OID, the error ORA-02304: 'invalid object identifier literal'
    is returned.
    Workaround:
      Drop and the type before recreating it.

    Bug 2360115      Fixed: 9202
    OCI demo header file have lines longer than 79 characters .
    This can cause problems on some platforms (like OS/390)

    Bug 2360088      Fixed: 9202
    ORA-1092 on STARTUP if the firsT UNDO_TABLESPACE is OFFLINE (ORA-376 in alert)

    Bug 2360043      Fixed: 9202
    Incorrect results possible (instead of ORA-1799)
    when a column is outer joined to a subquery using
    ANSI style outer joins.

    Bug 2358756      Fixed: 9202
    Query with timed_statistics set to true sometimes dumps.

    Bug 2358608      Fixed: 9202
    When running 'analyze table ... compute statistics for all indexed
    columns' on a partition table, and DDL is performed against the table
    during the analyze, an ORA-600[16607] or an ORA-7445 can occur.

    Bug 2358432      Fixed: 9202
    DBMS_SPACE_ADMIN.SEGMENT_DUMP() fails with ORA-03211
    when asked to dump the segment header of an SMU undo
    segment

    Bug 2358025      Fixed: 9202
    isSchemaValid/isSchemaBased do not work for some
    charactersets (eg JA16SJIS/JA16EUC)

    Bug 2357847      Fixed: 9202
    SQLJ generates an error while accessing the same package and
    function name of different schemas.

    Bug 2357784      Fixed: 9202
    ORA-600 [QCTCTE1] parsing a query with an ANSI OUTER JOIN
    against a VIEW with a SET operation (eg: UNION ALL)
    in it.

    Bug 2357300      Fixed: 9202
    The browse button sometimes doesn't work in iSqlplus

    Bug 2357255      Fixed: 9202
    OTT may fail with
    java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver
    exception.

    Bug 2356334      Fixed: 9202
    LDAP client may receive "Constraint Violation" while adding
    /modifying the verifier attribute - orclpasswordverifier.
    This error is seen only if the value of orclpasswordverifier
    is already hashed and not if it is cleartext.

    Bug 2356142      Fixed: 9202
    Bulkload slow for data that contains a large number of
    binary attribute values and/or slowness in modification
    of entries that contain several binary attribute values

    Bug 2355622      Fixed: 9202
    ORA-600[2907] possible on TEMPFILEs

    Bug 2355062      Fixed: 9203
    DBSNMP.HOSTNAME not used by agent collection service

    Bug 2354965      Fixed: 9203
    False fractured block messages possible during Direct Path IO.

    Bug 2354325      Fixed: 9202
    Fetching a TIMESTAMP datatype using getTimestamp (int, Calander)
    throws a SQLException

    Bug 2353976      Fixed: 9202
    Instance crash can corrupt the database in RAC
    (database checkpoint > thread checkpoint).

    Bug 2353474      Fixed: 9202
    ORA-600 [kksscl-inf-inl-loop] possible (rare)

    Bug 2352928      Fixed: 9202
    A query which includes FULL OUTER JOIN sometimes returns the
    wrong result or causes a core dump if there is a subquery
    with a GROUP BY on the right hand side of the FULL OUTER JOIN.

    Bug 2352727      Fixed: 9202
    When the database charset or nchar charset is multibyte,
    the performance of XMLTYPE is worse than the single byte mode.

    Bug 2352429      Fixed: 9202
    (FLOAT)getObject(n) returns 0.0 for NULL data

    Bug 2352376      Fixed: 9202
    Enhancement to the heuristic for unnesting nested
    subqueries if their local column participates in
    correlation and has partially matched indexes
    on non-leading columns.

    Bug 2351854      Fixed: 9202
    If a Dispatcher encounters ORA-4031 during a shared pool
    allocation, it may result in all dispatchers eventually
    being hung waiting for a latch.

    Bug 2351682      Fixed: 9202
    ORA-1259 on DROP TABLESPACE when ODM enabled for RAW device

    Bug 2351554      Fixed: 9202
    "post/wait queue" latch contention is possible in a RAC environment.

    Bug 2351498      Fixed: 9202
    This problem is introduced in 9.0.1.
    Compilation of a PL/SQL procedure which references a
    PL/SQL function for which the user has insufficient
    privileges may succeed instead of signalling an error.

    Bug 2351441      Fixed: 9202
    setObject() may throw ClassCastException even with the
    fix for bug:2263645.
    eg: setObject (1, "10.0", Types.FLOAT)

    Bug 2351255      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    GROUP BY with large group key can fail with ORA-600 [15851]
    Workaround:
     Set the parameter "_gby_onekey_enabled" to FALSE
     and force the query to be recompiled.

    Bug 2350535      Fixed: 9202
    MEDIA_DIR is granted READ to PUBLIC in default database.

    Bug 2350381      Fixed: 9202
    Different instances share same search attribute space

    Bug 2350367      Fixed: 9202
    There is no option to allow CRAWLER to ignore Robot Exclusion rules.
    This fix adds such an option to the GUI.

    Bug 2349883      Fixed: 9202
    Interrupting a DBMS_AQADM.UNSCHEDULE_PROPAGATION command can
    cause an ORA-600 [kwqpaspse2c: invalid status] error
    when you try to reschedule the propagation using
    DBMS_AQADM.SCHEDULE_PROPAGATION.
    Workaround:
      The ORA-600 [kwqpaspse2c: invalid status] error can be cleared by
      restarting the database.

    Bug 2349367      Fixed: 9202
    When user creates a table data source the button
    'Locate primary key' fails to retrieve primary key
    information if the base table is not in the instance
    owner schema.

    Bug 2349201      Fixed: 9202
    ORA-1647 importing TRANSPORTABLE set with partitioned object table

    Bug 2349021      Fixed: 9202
    Multi threaded client may dump during a dequeue
    with a LOB data typeEGPROT and ENDPROT.

    Bug 2348277      Fixed: 9203
    RMAN / DBV may incorrectly report completely zero blocks
    as corrupt after restoring an Oracle7->Oracle8/9 migrated
    datafile from an OS level datafile copy followed by restore of
    an RMAN incremental backup.

    Bug 2348151      Fixed: 9202
    When doing compressed insert direct load with large rows that dont
    fit into an empty data block, server process sometimes signals
    internal error ORA-600 [comp3]

    Bug 2347749      Fixed: 9202
    ORA-600 [KCFRBD_1] possible on PQ scan of a cluster

    Bug 2347682      Fixed: 9202
    Cannot load certificate with SUBJECT_NAME with AVA type IA5_STRING

    Bug 2347596      Fixed: 9203
    Transportation of an OBJECT table can result in an index being created
    in the users default tablespace. The table can then not be transported
    again as the transportable set includes an additional tablespace.
    This is a problem with EXPORT of the metadata.

    Bug 2347262      Fixed: 9202
    Hang during startup possible

    Bug 2346568      Fixed: 9202
    ORA-22921 when comparing CLOBS created on different character sets
    (using DBMS_LOB.COMPARE)

    Bug 2346368      Fixed: 9202
    With NLS_LENGTH_SEMANTICS=CHAR and a database with a multibyte character
    set ORA-6502 may occur when using a string literal as an actual parameter
    to a function.
    Workaround:  Use BYTE length semantics

    Bug 2345538      Fixed: 9202
    A SERIALIZABLE transaction on a row dependent
    table throws ORA-600[kdsgrds] while checking
    foreign key constraints.

    Bug 2345060      Fixed: 9202
    ORA-600[kokvxsql1] when compiling a view

    Bug 2344250      Fixed: 9202
    When using URL_DATASTORE to index documents on
    a non-apache server, ctx_user_index_errors
    may report the error:
      DRG-11614: URL store: communication with host specified in.. timed out
    due to a missing carriage return in the HTTP request.

    Bug 2343833      Fixed: 9202
    ORA-29552 from oracle.xdb.XMLType.createXML after 901
    upgrade / downgrade (901 -> 920 -> 901)

    Bug 2343219      Fixed: 9202
    NCHAR LIKE comparisons may not match on EBCDIC platforms for some
    database national character sets

    Bug 2341491      Fixed: 9202
    ORA-13050 possible on SDO_BUFFER of valid SDO geometry

    Bug 2340748      Fixed: 9202
    Old javax.xml.transform.TransformerFactory included in xmlparserv2.jar

    Bug 2340656      Fixed: 9202
    Private memory corruption possible from RAISE_APPLICATION_ERROR
    for long error messages.

    Bug 2340064     Fixed: 9202
    ORA-1841 when ADD_MONTHS function results in DECEMBER 9999

    Bug 2339666      Fixed: 9203
    Parallel MERGE into a composite partitioned table may
    suffer performance problems.

    Bug 2339282      Fixed: 9202
    PMON does not clean up the MRP process resources if MRP dies
    making it impossible to start a new MRP process.

    Bug 2339030      Fixed: 9202
    :OLD or :NEW in trigger body return random values
    when the type of the column is "timestamp with local time zone".

    Bug 2338866      Fixed: 9202
    When HS_TIME_ZONE init parameter is set for hsalloci, it returns incorrect
    values for the datatype 'timestamp with local time zone'.

    Bug 2338739      Fixed: 9202
    DBMS_LOGMNR_CDC_PUBLISH / DBMS_CDC_PUBLISH may error with ORA-1426

    Bug 2338661      Fixed: 9202
    Wrong results are possible from ANSI outer join syntax queries if views
    are not merged and the query has filter predicates against the deficient
    table.

    Bug 2337501      Fixed: 9203
    Registering a Schema which declares more than once instance of a
    SubElement to occur within a given element causes an error to be incorrectly
    generated when an instance document is saved.

    Bug 2337115      Fixed: 9202
    If java.io.InterruptedException is thrown from JavaSSL data already
    transferred may be lost.

    Bug 2336819      Fixed: 9202
    Sometimes when dbms_logmnr() is called with the DDL_TRACKING option twice
    in a row, the procedure will fail with ORA-01332

    Bug 2336714      Fixed: 9202
    A parallel MERGE operation does not error if an
    UPDATE violates a CHECK constraint. This can lead
    to logically corrupt data.

    Bug 2336572      Fixed: 9202
    ORA-1416 possible from a parallel query involving views
    containing constant expressions in the select list in their
    view definition.

    Bug 2336289      Fixed: 9202
    ORA-600 [15713] possible setting up a PQ - rare timing condition

    Bug 2336178      Fixed: 9202
    LIST BACKUP can report the incorrect datafile name if the file is
    restored to a different location.

    Bug 2335874      Fixed: 9202
    OCCI application may hang on commit

    Bug 2335396      Fixed: 9202
    Exception when DELETE ATTRIBUTE LOV with long MBC name

    Bug 2334976      Fixed: 9202
    Incorrect measures are generated by sdo_aggr_lrs_concat()
    for geodetic data.

    Bug 2334868      Fixed: 9202
    A client may not be able to interrupt a long running
    operation on a shared server (eg: Ctrl-C appears to
    be ignored).

    Bug 2334789      Fixed: 9202
    Patch set scripts DROP & recreate DBMS_LOCK_ALLOCATED
    thus loosing any GRANTS on this table

    Bug 2334728      Fixed: 9202
    LDAP client might receive "DSA unwilling to Perform" while
    creating a subscriber DIT

    Bug 2334532      Fixed: 9202
    RMAN may report a block corruption error during
    restore even when all blocks of the datafiles are
    restored correctly as not all backuppieces contain
    a magic buffer .

    Bug 2334377      Fixed: 9203
    Memory Leak from TABLE subquery against XMLType

    Bug 2334318      Fixed: 9202
    ORA-942 accessing LOB through VIEW WITH CHECK OPTION

    Bug 2333947      Fixed: 9203
    Wrong results possible from a parallel query on a partitioned table
    when _partial_pwise_join_enabled=true.
    Workaround:
     Set _partial_wisse_join_enabled=false

    Bug 2333731      Fixed: 9202
    PQ slave may get ORA-8103 error

    Bug 2333038      Fixed: 9202
    Trying to bind a REF parameter for a PL/SQL statement in an
    OCCI program will throw
    ORA-24360: Type Descriptor Object not specified for Object Bind/Define.

    Bug 2332996      Fixed: 9202
    This problem is introduced with the fix for Bug:1020327 in 8173 and 9010.
    SELECT DISTINCT on a query involving a CURSOR() expression
    in the select list fails with ORA-600 [kokbcrwo1] .
    Eg: select DISTINCT dname, cursor (
                                select ename from emp e
                                 where e.deptno = d.deptno
                               )
          from dept d;

    Bug 2332700      Fixed: 9202
    Conventional load sometimes rejects a row which should be loaded
    when it is interrupted by Ctrl-C during execution of an insert
    statement.
    ORA-1013 is handled as a data-depended (row-level) error.
    Workaround:
      Re-run SQL*Loader with the bad file as data file.

    Bug 2332285      Fixed: 9202
    Unnecessary trace files are generated on startup/shutdown
    of an instance.
    Eg: (blkno = 0xd3, size = 276, max = 1, in-use = 1, last-recid= 0)
         and
        Archiving is disabled

    Bug 2332184      Fixed: 9203
    ORA-7445[kope2upic] from XML.ToObject()

    Bug 2331804      Fixed: 9202
    A combination of semi-join and or-expansion can produce
    a poor execution plan, which can lead to an excessive
    sort or ORA-600 [sorsik_2]
    Workaround:
     Disable or-expansion

    Bug 2331475      Fixed: 9202
    ORA-600[qkaSplitOGs.2] possible from COUNT(*) with window functions.
    Workaround:
      Rewrite the query to use COUNT(column) if logic/schema allows it.
      ( COUNT(*) is not always equivalent to COUNT(col) as count(*) can
        include NULLs as well )

    Bug 2330521      Fixed: 9202
    Failure of a mandatory standby destination can go unnoticed if
    there are 2 (or more) mandatory archivelog destinations and
    at least one of these is REMOTE

    Bug 2329949      Fixed: 9202
    If a TYPE is created with the NOT FINAL clause and its methods are
    referenced in a wrapper function, then the methods cannot be invoked
    by other users of the wrapper function without explicitly granting
    access on the TYPE.

    Bug 2329551      Fixed: 9202
    This bug was introduce when bug 1834530 was fixed in
    8174, 9014 and 9201.
    In memory cache information is not updated on EXCHANGE PARTITION
    for an IOT with LOB columns resulting in internal errors
    such as ora-600 [kcbgcur_6] when accessing the IOT after the
    exchange operation.
    Workaround:
      alter system flush shared_pool

    Bug 2329325      Fixed: 9202
    This problem is introduced in 9.2.0.1
    CBO may choose full table scan even when index
    fast full scan should be cheaper for partitioned tables.

    Bug 2329059      Fixed: 9203
    DML monitoring does not track modifications by MERGE statements
    (USER_TAB_MODIFICATIONS not updated).

    Bug 2328821      Fixed: 9203
    After upgrade from 8i to 9i "create materialized view ... with grouping set"
    statements may fail to create a materialized view as the upgrade
    scripts do not drop and recreate the "i_sumkey$_1" index.
    Workaround:
      Recreate the "i_sumkey$_1" index manually.

    Bug 2328192      Fixed: 9202
    Changing TABLE data source from using table
    display URL to not using will encounter an
    ORA-1407 error.

    Bug 2328033      Fixed: 9202
    "the element is undefined" when not expected

    Bug 2327806      Fixed: 9202
    The Japanese lexer may produce no tokens when
    used as a sublexer of the multilexer.

    Bug 2327249      Fixed: 9202
    V$SYSSTAT may show huge incorrect values when using
    Parallel Query

    Bug 2326948      Fixed: 9202
    Using DBVERIFY (DBV) with the SEGMENT_ID clause
    fails with "DBV-111: OCI failure (2179) (ORA-1405:
    fetched column value is NULL)" when verifying a
    bitmap space managed segment.

    Bug 2326268      Fixed: 9202
    PQ slaves may dump (eg: in kllcqs) if a signal occurs during
    initialization.

    Bug 2326066      Fixed: 9202
    Creating a table with a LOB column in an
    auto segment managed tablespace may signal
    ORA-600 [ktspffbmb-4].

    Bug 2324976      Fixed: 9202
    Memory leak possible as objects can get allocated out of
    session duration memory rather than some other shorter duration.

    Bug 2324795      Fixed: 9202
    Join predicates are sometimes not pushed into UNION ALL
    views where the index access to one or more base tables
    is a cluster access.
    Support Note:
      <event 38020> can be set to disable this fix (in case of plan changes)

    Bug 2324679      Fixed: 9202
    INVALID AQ$ objects after downgrade to 8i

    Bug 2324468      Fixed: 9202
    Wrong results from SDO_WITHIN_DISTANCE with BUFFER and R-TREE INDEX
    Workaround:
      Specify sdo_rtr_override=0 in query parameters

    Bug 2324342      Fixed: 9202
    When the user supplies buffers to fetch resultset
    data using the setDataBuffer interface, if prefetching
    is turned on and next() is called to fetch ONLY one
    row at a time, it fails.

    Bug 2323159      Fixed: 9202
    V$ARCHIVED_LOG may show STATUS="?" instead of a valid
    value if RMAN has been used. This problem can only be
    cleared by recreating the controlfile. The fix does
    not correct existing bad entries.

    Bug 2322759      Fixed: 9202
    DBMS_LOB.READ can leak "koh-kghu call" heap memory

    Bug 2322586      Fixed: 9202
    ORA-7445 [QERLTIDLM] using APPEND hint in trigger

    Bug 2322384      Fixed: 9202
    EXEC SQL OBJECT GET leaks memory .

    Bug 2321765      Fixed: 9202
    Scrollable ResultSet can return "?" for multibyte data

    Bug 2321616      Fixed: 9202
    Other nodes might be terminated with ORA-7445 [kjctcommerr]
    if once instance is terminated / crashes

    Bug 2321534      Fixed: 9202
    PROCOB generates wrong code for 64-bit platforms.
    for SQL-CONTEXT typed variable.  It generateS
    PIC S9(9), which got used as address. For 64 bit
    platforms, address should have PIC S9(18), which
    aligns on an 8 byte boundary.

    Bug 2321000      Fixed: 9202
    Subquery with a ROWNUM predicate may hang using cursor sharing

    Bug 2320751      Fixed: 9202
    Performing a phrase search on an XML document can generate
    additional false hits if some of the terms used in the phrase appear
    elsewhere within the document within distinct instances of the same tag.

    Bug 2320407      Fixed: 9203
    A session may hang under xplobjnToName on a row cache enqueue
    wait if SQL_TRACE=true

    Bug 2319370      Fixed: 9202
    JDBC OCI threaded application may dump in nsdo()

    Bug 2318866      Fixed: 9202
    When user preference is set to multi-byte characters (e.x. Chinese)
    a user cannot perform deletion for query groups in the admin tool.

    Bug 2317933      Fixed: 9202
    LSX-333 when MULTIBYTE data used in a PATTERN

    Bug 2316666      Fixed: 9202
    A call to SQLRowidGet with a user specified context core dumps.

    Bug 2316487      Fixed: 9202
    ORA-604 / ORA-942 possible with STAR_TRANSFORMATION_ENABLED=TRUE

    Bug 2316195      Fixed: 9202
    An OCI program manipulating an object that has a
    collection ( nested table or varray) may core dump
    when doing an OCITransCommit() or OCIObjectFlush().

    Bug 2316137      Fixed: 9202
    ORA-600 [KKSSCL-INF-INL-LOOP] possible

    Bug 2315444      Fixed: 9203
    A query with a LATERAL view can get access violation at
    generation of an alternative join order.

    Bug 2314755      Fixed: 9202
    A binary attribute encoded value or a single valued attribute
    containing sub-options may not be loaded by bulkloader.

    Bug 2314669      Fixed: 9202
    ORA-600 [18090] using a combination of local functions and remote tables.
    Workaround:
       Co-locate the functions and tables

    Bug 2314238      Fixed: 9202
    SQL operations which use VARCHAR bind variables may
    lose trailing spaces from the end of any such bind variables
    when either bound using a dynamic bind OR when bound in statements
    where the bind is sent over a database link.
    This can show up as wrong results where the bind is used in a
    predicate, or corrupt data where the bind variable is used in
    an UPDATE or INSERT statement.
    Eg: Assume :BIND is 'A ' (trailing space)
        then "INSERT into TAB@DBLINK values (:bind);" will loose the trailing
        space. Similarly "SELECT .. FROM TAB@DBLINK WHERE COL=:A" will
        not work if the table data contains a trailing space.

    Bug 2314151      Fixed: 9202
    Parallel Update/Delete on a join view dumps with ORA-7445[kdudcp]

    Bug 2313914      Fixed: 9202
    Calling a remote (RPC) function that has at least one ADT parameter or
    return value more than once in asynchronous mode (from Designer) from a
    single library unit may result in an internal error ORA-600 [KGHALF1] [0x0].
    Also calling any RPC from plsded when no database link is specified in the connect string results in a hang.

    Bug 2312728      Fixed: 9202
    A query against a partitioned DOMAIN index dumps
    if there are many partitions (eg: more than 120
    partitions)

    Bug 2311919 +     Fixed: 9202
    This problem is introduced in 9.0.1.0.
    If the size of a datafile is greater than 1024Mb then
    FULL export generates a "create tablespace" command
    with datafiles of the wrong size.
    eg: If datafile is 2000Mb then the export includes a
        CREATE TABLESPACE command with a size of 2000 BYTES.
    Workaround:
      Manually pre-create tablespaces.

    Bug 2311637      Fixed: 9203
    A query involving a sort-merge join with many join predicates (over 23)
    may fail with ORA-7445 [qkkSkipOrdOpt]
    There may be other ways of hitting this bug which do not involve
    sort-merge join but partition keys.

    Bug 2311571      Fixed: 9202
    OTT does not always generate destructor code for attributes of OBJECT type.

    Bug 2311562      Fixed: 9202
    Creating a number ARRAY with more than 16376 elements throws
    NullPointerException, in kprb driver.

    Bug 2311529      Fixed: 9202
    "SHUTDOWN" may dump with ORA-7445 [lxhcsn]

    Bug 2311322      Fixed: 9202
    In OCCI if ref->pin() on a ref fails to pin the object
    and throws an exception then the application will
    dump when the destructor of the ref is invoked.

    Bug 2311292      Fixed: 9202
    OCCI client memory corruption

    Bug 2310541      Fixed: 9202
    OERI:711 .. [kdiulk - prefix context] possible during
    parallel rollback. Rollback will continue serially.

    Bug 2309738      Fixed: 9202
    PLSQL Select from a database link which should return NO_DATA_FOUND
    (ORA-1403) throws a different error instead which can result in ORA-6510
    errors or unexpected behaviour.

    Bug 2309579      Fixed: 9202
    Multi-table INSERT containing an out-of-line column
    fails with ORA-600 [kokeicd2m1]

    Bug 2308667      Fixed: 9202
    PMON may crash the instance with ORA-600 [kssrmp1]
    when cleaning up a killed process in a specific time
    window.

    Bug 2308496      Fixed: 9202
    Connections from an Oracle 9.2 client to an Oracle7 database
    are not supported but are not explicitly disallowed. This fix
    raises an error (ORA-24439) at connect time rather than allowing
    the unsupported connection to continue..
    See <Note:207319.1> on Metalink

    Bug 2308292      Fixed: 9202
    When literal replacement is enabled and 'SESSION_CACHED_CURSORS' is set
    an ORA-7445 [kkslhib] may occur for statements containing an INTO
    bind variable if the cursor is rebuilt after being invalidated.

    Bug 2308033      Fixed: 9202
    This problem is introduced in 9.0.1.
    ORA-600 [6191] / ORA-600 [6193] can occur on DIRECT mode
    EXPORT of a long row.

    Bug 2307892      Fixed: 9202
    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 2307224      Fixed: 9202
    This problem is introduced in Oracle 9.0.
    "ALTER INDEX .. REBUILD ONLINE" is inefficient and
    performs much slower than expected.

    Bug 2306331      Fixed: 9202
    Hang (then ORA-600 [17059]) on a view after a SET_KEY or
    SET_DML_INVOKATION invocation on the underlying  table.

    Bug 2306106      Fixed: 9202
    ORA-600 [qerfxFetch_01] possible -  affects OEM

    Bug 2306067      Fixed: 9202
    ADD/COALESCE/MERGE/SPLIT partition sets the table aggregate
    statistics to NULL but leaves index statistics unaltered.

    Bug 2305613      Fixed: 9202
    Session may dump in kkodislike() during OR-expansion if a query has a LIKE
    predicate on applied to a non-character expression, and the expression
    is not a column.

    Bug 2305302      Fixed: 9202
    When a materialized view is created on a single base with aggregate functions
    Min/Max, fast refresh of the materialized view may fail.

    Bug 2303271      Fixed: 9202
    OCCI code which calls getRef() on an object in a loop
    leaks memory.
    The size of the object cache has no effect.

    Bug 2302662      Fixed: 9202
    This problem affects 8i if an INDEX_JOIN hint is used or
    _index_join_enabled is set to true. This parameter is
    true by default in 9i so can affect queries in 9i.
    Dump possible using index joins for partitioned tables.
    Also ORA-2014 occurs if index joins are used for
    SELECT FOR UPDATE.
    Workaround:
      Set _index_join_enabled=true

    Bug 2301903      Fixed: 9203
    'oramovelong' may fail with ORA-1438 / ORA-1406 if
    a NUMBER column has large values (Typically > 2^32).

    Bug 2301875      Fixed: 9202
    ALTER TYPE MODIFY ATTRIBUTE does not change the describe
    information of the attribute when a number or number
    subtype attribute is modified.

    Bug 2300956      Fixed: 9202
    ProC client with SQL using cursor variables with other binds
    before the cursor variables may dump at runtime.
    Workaround:
      Put the SQL statement into a PLSQL block

    Bug 2300104      Fixed: 9202
    Export is not aware of the syntax to create a typed view
    UNDER a superview, so the UNDER clause is not exported.
    Workaround:
      Edit the view after import and insert the required UNDER clause.

    Bug 2299909      Fixed: 9202
    Array update can cause inconsistency between table and index
    if an error (ORA-1) is raised for one of the rows in the array
    and the transaction is committed.

    Bug 2299898      Fixed: 9202
    Client process may hang randomly while processing LONG data

    Bug 2299683      Fixed: 9202
    Primary Key constraint is not enforced if the constraint
    is added using an existing non unique index with compressed
    key(s). This can lead to logical corruption.
    Workaround:
      Add PK constraint before creating non unique compressed key
      index or use unique compressed key index.

    Bug 2299279      Fixed: 9202
    If a user certificate is also installed as a trusted certificate
    a dump can occur in nzxVCC_Validate_Cert_Chain().

    Bug 2298888      Fixed: 9202
    A prespawned server may corrupt PGA memory for 2nd or later
    connection request.  This can cause ORA-7445, ORA-27092 and so on.
    Workaround:
      Do not use the prespawned server.

    Bug 2298683      Fixed: 9202
    If the TNS Description string is greater than 160 bytes in length,
    SQL*PLus truncates it to 160 bytes silently, resulting in
    the User being unable to connect with a misleading ORA error.

    Bug 2298215      Fixed: 9203
    AQ dequeue can intermittently take seconds to dequeue

    Bug 2297645      Fixed: 9202
    CBO may choose the wrong plan due to over-estimation of
    CONTAINS() function cost when db_block_size is > 2K.

    Bug 2296922      Fixed: 9202
    If a large SQL statament fails for some known reason then
    the next large SQL statement that is supposed to work,
    may fail with ORA-972

    Bug 2296597      Fixed: 9202
    If a resumable session signalled ORA-1659 in a tablespace where the space
    management was set to AUTO, ORA-600 [2006] could be raised.

    Bug 2296516      Fixed: 9202
    9i ODBC driver cannot access a LONG column in an 8i database

    Bug 2296498      Fixed: 9202
    PROC sometimes dumps if the password is supplied interactively.

    Bug 2296307      Fixed: 9202
    Wrong results possible from queries using DISTINCT against views
    with aggregate functions and subqueries with complex view merging.
    Workaround:
      Disable complex view merging.

    Bug 2296247      Fixed: 9202
    An UPDATE statement with a correlated subquery may
    dump (eg: with ORA-07445 in kghalf()) or signal an
    ORA-00600:[kghasp1] or product incorrect results
    when hash join is used.

    Bug 2296198      Fixed: 9202
    A shared server may sometimes not process a request
    from the client for about 30 seconds giving the
    impression of a short duration hang scenario.

    Bug 2295845      Fixed: 9202
    ORA-600[729] possible if 'truncate partition' or
    'alter table modify column' is interrupted.

    Bug 2295440      Fixed: 9202
    Dump possible from a query which contains a TABLE() expression
    in an inline view and a reference to the'ROWID' pseudo-column.
    Eg: SELECT * FROM (SELECT * FROM TABLE(f1))
         WHERE ROWID IS NOT NULL;
    Such a query should raise an ORA-904 as ROWID is not allowed for
    TABLE() expressions.

    Bug 2294821      Fixed: 9202
    Additional diagnostics for ORA-600 [12700].
    This fix attempts to dump the online REDO
    for the problem index / data blocks when the
    error occurs.

    Bug 2293968      Fixed: 9202
    SQLJTYPE Java classes invalid on downgrade from 9.2 to 9.0/8.1

    Bug 2293722      Fixed: 9202
    A query using a BITMAP JOIN INDEX fails with
    ORA-7445[evaopn2] if the join column of the fact
    table contains many NULLs.

    Bug 2293492     Fixed: 9202
    This fix superceeds the fix to bug 1679690.
    If a fatal error (such as an ORA-600, ORA-602 or ORA-603)
    occurs while rolling back a transaction then logical
    corruption can occur (eg: leading to ORA-8102 or similar
    errors).

    Bug 2293250      Fixed: 9202
    The SQL parser does not accept JOIN as an alias for a query table
    expression.

    Bug 2291043      Fixed: 9202
    When an application creates a large number of concurrent program contexts
    using OCIEnvInit() or its Pro* equivalent, a dump occurs in lmsaicmt()
    if the program uses a non-US NLS language environment.
    The number of concurrent contexts when the dump occurs is approximately
    (OS_open_file_limit - 4)/2.

    Bug 2290374      Fixed: 9202
    Using the same REF cursor for two different SQL statements dumps
    if the first statement uses BULK fetch.

    Bug 2289268      Fixed: 9202
    The policytable demo does not run in 9.2. as sess_sh does not exist

    Bug 2289081      Fixed: 9202
    Wrong results possible with STAR_TRANSFORMATION=TRUE
    when TEMP tables are generated for the query plan
    if there is an OR predicate involving more than one
    table.

    Bug 2288868      Fixed: 9202
    DBMS_TRACE may dump in [PBT_SET_LOC]

    Bug 2288481      Fixed: 9202
    SQL on a partitioned table when the object is
    concurrently invalidated (eg: due to an ANALYZE)
    can dump or signal ORA-600 [15212].

    Bug 2288229      Fixed: 9203
    Linux Intelligent Agent may return incorrect timezone offset to OMS

    Bug 2287990      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    Unnesting of a complex view may lead to a poor plan
    if an accessing query block has another complex view.

    Bug 2287093      Fixed: 9202
    Instance value on the iSQPLPLUS System Variables page is incorrect

    Bug 2286804      Fixed: 9202
    Incorrect TIMESTAMP conversion for certain dates if one of
    the zones involved is Pacific/Chatham, EET, MET,
    WET or CET.

    Bug 2286794      Fixed: 9202
    Star transformation may dump (in evaopn2) at execution time
    if a FACT table has > 1 bitmap index on a join column.

    Bug 2286448      Fixed: 9202
    Attempts to use Java Extension Functions from within a Style Sheet results
    in errors:
      ORA-29532: Java call terminated by uncaught Java exception:
        java.lang.Exception: Could not process XSL -- NullPointerException

    Bug 2286442      Fixed: 9202
    This problem is introduced as a side effect of the fix for bug 2115494 .
    A nested Text WITHIN query on hierarchically sectioned data,
    typically XML, may miss some hits.

    Bug 2286387      Fixed: 9202
    This problem is introduced in 9.0.1.
    Doing a COMMIT or ROLLBACK after a DML statement updates the value
    of SQL%FOUND and SQL%NOTFOUND (and other SQL% attributes).

    Bug 2286367      Fixed: 9202
    OCIStmtFetch2 call for a scrollable cursor using an array fetch
    fails with  ORA-600[kposcf10] or ORA-600[kposcwr2] on some
    platforms (eg: Linux and Windows platforms)
    Workaround:
      Do not use array fetches.

    Bug 2286290      Fixed: 9202
    ALTER TABLE <tname> MOVE can be issued against AQ tables
    when it should be disallowed - it can result in corruptions.

    Bug 2285343      Fixed: 9202
    Radius on oracle client can crash when the user enters a password that is
    longer than 128 characters.

    Bug 2285052      Fixed: 9202
    Nulls are being padded instead of blanks when selecting a NCHAR column
    when using thin JDBC with some database character sets.

    Bug 2283941      Fixed: 9202
    Changes to reduce contention on "library cache latch"

    Bug 2283515      Fixed: 9203
    Tablespace full event fails with errors NMS-1005/NMS-1078 if one or
    more datafiles are raw devices and have "autoextend on".
    Workaround:
      Turn off autoextend for datafile(s) that are raw-devices

    Bug 2283254      Fixed: 9202
    Query can run slow with FIRST_ROWS hint , concatenated index
    and order by due to redundant index filter predicates.

    Bug 2283252      Fixed: 9202
    PLSQL does not handle ORA errors raised during PUSH or POP
    of autonomous transactions properly and throws ORA-600 [17285] instead.

    Bug 2283232      Fixed: 9202
    When converting a date to the Hijrah calendar,
    ORA-1839 is reported if the Hijrah date is the
    last day of a lunar leap year.

    Bug 2282891      Fixed: 9202
    Select from V$SQLTEXT may spin if HASH_VALUE
    is given as a predicate if the hash bucket
    given does not contain any cursor objects.

    Bug 2282235      Fixed: 9202
    When executing queries having remote joins of oracle
    and DB2 tables, server may crash with ORA-07445.

    Bug 2281312      Fixed: 9202
    Core dump possible when updating a descending primary key
    of a table through a view. (ie: a primary key enforced
    with a DESCENDING index)

    Bug 2281071      Fixed: 9202
    Memory leak / ORA-4030 on executing a PLSQL 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 2280521      Fixed: 9202
    In the Edit Attribute Mapping page the
    Mapping displayed is incorrect

    Bug 2280027      Fixed: 9202
    This problem is introduced in 9.0.1.
    ORA-600 [504] possible using snapshots against 8i database
    when the shared pool has multiple subpools.
    Workaround:
      Set _kghdsidx_count=1

    Bug 2279891      Fixed: 9202
    An ORA-900 can occur if there is:
    - star transformation with temp table transformation
    - An unmerged view used as a dimension table in star transformation
    - or-expansion inside the unmerged view.
    Workaround:
      Set STAR_TRANSFORMATION_ENABLED=TEMP_DISABLE but this can affect
      execution plans / times.

    Bug 2279550      Fixed: 9202
    PDF documents containing special german characters are not
    filtered and indexed correctly.

    Bug 2278758      Fixed: 9202
    iSQLPLUS set SERVEROUTPUT to 0 causes subsequent errors

    Bug 2277283      Fixed: 9202
    Only SYS can register connection factories using JDBC
    (otherwise a PLS-201 error is thrown).

    Bug 2277191      Fixed: 9202
    A query may fail with ORA-600[qerpfAllocateX2]
    when the prefetch size exceeds the sort buffersize.

    Bug 2277188      Fixed: 9202
    ORA-600[kjbenterdlm] possible when holding
    'Child gcs resource has' latch at location
    'kclrwrite'.

    Bug 2277043      Fixed: 9202
    CREATE OR REPLACE VIEW may raise an ora-600 [16221]
    if the view is based upon a functional index which does not fully qualify
    the function name.

    Bug 2276981      Fixed: 9202
    A query could fail with ORA-600 [16608] if another session drops the
    dependent object after the query is parsed. This has been fixed.

    Bug 2276622      Fixed: 9202
    ORA-29740 possible in RAC under heavy load

    Bug 2276418      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    UTL_HTTP.REQUEST does not use the HTTP_PROXY environment
    variable nor any proxy set via the UTL_HTTP.SET_PROXY API

    Bug 2275942      Fixed: 9202
    ORA-7445 [klcfcfre] possible from DIRECT LOAD of large input file.
    Workaround:
      Split the SQLLOADER input data file into multiple
      smaller files.

    Bug 2275804      Fixed: 9202
    DBMS_LDAP leaks "session heap" memory with the tag
    "gslcsq heap"

    Bug 2275708      Fixed: 9202
    ASO FIPS-140 mode fails completely on Windows platforms.

    Bug 2274954      Fixed: 9203
    Words which split across lines are not recognised (joined)
    when using the CONTINUATION attribute of the BASIC_LEXER against
    DOS format documents which use CR-LF for end of line markers.

    Bug 2273837      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    The server dumps if JDBC thin creates a TEMP LOB in a
    multibyte (eg: UTF8) database and writes data to it.

    Bug 2273745      Fixed: 9202
    Job Queue processes executing queries over an HS DB link
    leaks file descriptors .

    Bug 2273604      Fixed: 9202
    This problem is introduced in 8171.
    When literal replacement is enabled and cost-based
    optimization is used, cursors with a BETWEEN clause
    can end up not being shared.
    This fix introduces <Event:38007> which when set at
    a level > 0 increases the shareability of these types
    of cursors by skipping an internal optimization to
    merge predicates '>= && <='.

    Bug 2273591      Fixed: 9202
    FIRST_ROWS_N can produce a much slower plan than expected

    Bug 2273417      Fixed: 9202
    RECO may not recover in-doubt distributed transactions
    and may dump.
    Workaround:
      Disable all LOGON triggers if using distributed transactions.

    Bug 2273354      Fixed: 9202
    AQ/JMS message notifications may not be received
    due to problems resolving the hostname of the event
    notification end point.

    Bug 2273245      Fixed: 9202
    Internode PQ may fail with ORA-600[KXFRSLVSETINFO1] if an instance is
    started when the statement is being issued. This is a rare timing
    condition.
    Workaround: Reissue the PQ statement.

    Bug 2272964      Fixed: 9202
    QMNx may die with ORA-600 [kwqitnmptme:wait] when messages
    are dequeued explicitly by message id.

    Bug 2272866      Fixed: 9202
    Excessive "library cache lock" and latch gets possible
    when using client side PLSQL against an instance.

    Bug 2272671      Fixed: 9202
    CREATE INDEX .. ONLINE may deadlock between a KGL lock and a 'TT' enqueue.

    Bug 2272566      Fixed: 9203
    MERGE may dump (ORA-7445) in insape when the destination column
    size is too small for value being inserted. It should signal
    an ORA-1401 error.

    Bug 2272485      Fixed: 9203
    Creating a clustered table using CTAS may result in an ORA-7445 / ORA-607
    when the there are more columns in the table being than the number of
    columns in the table from which data is selected.

    Bug 2271862      Fixed: 9202
    Server dumps while querying data from a ALTERED collection type
    via JDBC

    Bug 2271499      Fixed: 9202
    If a datafile from a non-system tablespace is unaccessable
    the CKPT process may bring down the instance rather than taking
    the datafile offline.

    Bug 2269285      Fixed: 9202
    ORA-600 [qctVCO : bfc] can occur when inserting an empty string
    into a table with a column of TIMESTAMP datatype and the table has
    a BEFORE INSERT trigger on it.

    Bug 2269035      Fixed: 9202
    Dump possible using BULK COLLECT with DATE types

    Bug 2268284      Fixed: 9202
    ORA-12842 possible during a Parallel Query  if concurrent DDL occurs
    against the objects on which the query depends.

    Bug 2268221      Fixed: 9202
    PLS-717 / dump calling TYPE member function mapped to a TRUSTED Callout
    if it returns a NULL ADT.

    Bug 2267728      Fixed: 9202
    ORA-600 [KOHCPI298] from a TRUSTED CONSTRUCTOR function that returns
    a NULL ADT.

    Bug 2267522      Fixed: 9202
    Assuming T1 is a table and FOO is a function returning  a number,
    then "insert into t1@loop select foo@loop from dual" followed
    by "insert into t1 select foo@loop from dual" will
    say "2 rows created" which should be 1 row instead.

    Bug 2266334      Fixed: 9202
    Incorrect filtering of MS-WORD documents where either the entire text
    is contained within a table or the header contains a graphic.

    Bug 2266135      Fixed: 9202
    ORA-600 [KTSXTFFS-3] possible when selecting
    from X$KTFBFE for TEMPORARY tablespaces.

    Bug 2266130      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    An 8.0 PLSQL client may report a ORA-04062 (signature changed)
    in some cases when it should not.

    Bug 2265794      Fixed: 9202
    When an application issues a dequeue with a next message Dequeue with next message navigation may get ORA-1555.
    navigation mode AQ keeps cursors open until all the dequeues
    are complete. This can result in snap shot too old [ORA-1555]
    being raised.
    Workaround:
       Catch the ORA-1555 error and re-issue the dequeue with the
       first message.

    Bug 2265030      Fixed: 9202
    ORA-600 [KGHFRF1] possible select from X$KTFBFE
    for a non-existent tablespace.

    Bug 2264893      Fixed: 9202
    Recursive SQL under triggers takes longer than needed
    to share a cursor as the mutating table detection code
    is obtaining latches when it doesn't need to.
    This can contribute to latch contention.

    Bug 2263847      Fixed: 9202
    This problem is introduced in 8173 and 9013.
    A NullPointerException is thrown if
    DriverManager.setLogStream() is called.
    Workaround:
      Use DriverManager.setLogWriter() instead

    Bug 2263517      Fixed: 9202
    Automatic re-aggregation of index stats does not
    work even when forced during DROP / EXCHANGE partition .

    Bug 2263263      Fixed: 9202
    This problem is introduced in 8171.
    A query which includes a HASH or SMJ JOIN may return
    incorrect results if one of the base objects
    is a view and it has some view columns based
    on the same column as the join key.

    Bug 2263160      Fixed: 9202
    DBMS_STATS.ALTER_SCHEMA_TAB_MONITORING on an IOT throws an  ORA-25191.
    Workaround:
      Use 'alter table ... monitoring' on each table in the schema.

    Bug 2262758      Fixed: 9202
    Under conditions of severe memory contention, attempting to execute a
    routine in a new, uninstantiated, PL/SQL library unit may cause a core
    dump in pfripDr_purge_DL01_refs().

    Bug 2262336      Fixed: 9202
    Compute statistics on compressed index returns incorrect number of
    distinct keys.

    Bug 2262202      Fixed: 9202
    Dump occurs when using a RETURNING clause with the INSERT
    clause of 'MERGE INTO' command. This is not supported but should
    signal an error (ORA-933) rather than dumping.

    Bug 2262196      Fixed: 9202
    This was a intermitent wrong results issue
    during executing a query in parallel mode if
    partition-wise join is involved.

    Bug 2261722      Fixed: 9203
    8i export of 9i database may dump (exp dump in koputilassert)
    when there are SUBTYPES or NOT FINAL types.
    The fix is in catexp.

    Bug 2261290      Fixed: 9202
    iSQLPLUS "DESCRIBE" does not show PLSQL PROCEDURE parameters

    Bug 2259470      Fixed: 9202
    Dynamic partition pruning does not occur if the single table
    predicate contains an operator instead of a string constant.

    Bug 2259466      Fixed: 9202
    Assigning one VARRAY to another in PLSQL can result
    in a corrupt VARRAY. This can cause various errors to
    be reported such as ORA-6533, ORA-600 [KOPE2_READSTR232]
    etc.. This can occur if the VARRAY you are assigning to
    previously held more elements than the VARRAY you are
    assigning from. If the resulting VARRAY is stored in an
    object table it is possible to have corrupt objects
    in the table.

    Bug 2259259      Fixed: 9202
    MLOG$ entries may not be purged after refresh
    for a 9i master site with an 8i snapshot site.
    This can result in snapshot refreshes taking
    longer and longer each time.

    Bug 2259246      Fixed: 9202
    SELECT from v$logmnr_contents ends with
    ORA-1280 if both DBMS_LOGMNR.CONTINUOUS_MINE and END_SCN set

    Bug 2258881      Fixed: 9202
    Unexpected "ORA-22922: nonexistent LOB value" possible
    for TEMP LOBS

    Bug 2258603      Fixed: 9202
    OERI:12327 possible on SELECT with uncorreted subquery

    Bug 2258479      Fixed: 9202
    ORA-600[15264] can occur when enabling a foreign key constraint
    against a view.

    Bug 2258128      Fixed: 9202
    SQLException not thrown when calling
    stmt.executeUpdate("select ...")

    Bug 2258035      Fixed: 9202
    Max/Min/Count(DISTINCT) aggregation on top of window function
    can produce incorrect results as it is falsely assumed that
    the DISTINCT can be ignored.
    eg: select max(c0) from
         (select sum(sal) over() c0 from
          (select distinct sal from emp));

    Bug 2257375      Fixed: 9202
    Turkish language characters are not correctly converted
    to their base letter form when indexing using SPECIFIC or
    GENERIC base letter.

    Bug 2257361      Fixed: 9202
    Indexing a document containing multi-byte characters held in XML
    CDATA sections can fail with ORA-3113, ORA-3314, ORA-7445 or
    ORA-600.  This only happens for some documents depending on the
    location and length of the CDATA data.

    Bug 2255864      Fixed: 9202
    Abstract LOB does not support multibyte data.

    Bug 2255182      Fixed: 9202
    PROCOB generates bad code for EXEC SQL INCLUDE followed by ELSE.
    Eg:
      IF <condition>
        EXEC SQL INCLUDE INCLFILE.COB END-EXEC
      ELSE
        DISPLAY "HELLO WORLD".

    Bug 2255030      Fixed: 9202
    TTC protocol error (ORA-3106) can occur querying
    > 255 columns from 8.0 client talking to 8i or 9i
    database over a dblink.
    This fix is at the 8i/9i end

    Bug 2254550      Fixed: 9202
    Enterprise users which connect to a shared schema then use a DB LINK
    to a second database pass the wrong username for authentication
    over the DB link (the shared schema name is passed rather than the
    enterprise username).
    Eg:: enterprise user Joe with password 'welcome' connects to DB1 as
    Joe/welcome and is mapped to shared schema 'guest' on DB1. When Joe uses a
    connected user link to DB2, DB1 currently passes the credentials guest/welcome
    to DB2. It should pass Joe/welcome instead.

    Bug 2253106      Fixed: 9202
    A select from <View:V$latchholder> may repeatedly output the
    same row of wrong data and eventually crash with
    ORA-7445 [KSLGPRL]

    Bug 2252932      Fixed: 9202
    V$SEGSTAT shows statistics for the OLD segment after a TRUNCATE / ALTER
    TABLE MOVE or similar DDL. The statistics should be removed for such operations.

    Bug 2252824      Fixed: 9202
    Analyzing a table already having column statistics can signal an
    ORA-600 [16515]  or silently generate no statistics
    Workaround:
      Delete previous statistics and run analyze again.

    Bug 2252369      Fixed: 9202
    This problem is introduced in 9.0.1
    Setting UTF8 as the national language characterset on
    the OS/390 (EBCDIC) platforms result in warmstart failures
    (ORA-12708) and other errors trying to do ALTER SESSION SET
    with many NLS parameters (such as ORA-12705 with NLS_SORT
    or NLS_COMP).

    Bug 2252055      Fixed: 9202
    OR-expanded plan with inequality Sort-MERGE-JOIN may
    return wrong results.
    Workaround:
      Set "_sortmerge_inequality_join_off"=TRUE

    Bug 2251552      Fixed: 9202
    This problem is introduced in 9.2.0.1.
    Cursor leak / ORA-1000 from CURSOR() expressions
    or when REF CURSORS are used in a loop.

    Bug 2251136      Fixed: 9202
    Concurrent dropping/truncating of indexes while the index base table is
    being analyzed can result in dump (in KGLSUPD)

    Bug 2250904      Fixed: 9202
    LDAP server file descriptor leak

    Bug 2249940      Fixed: 9202
    NLSSORT does not work for large strings in multibyte

    Bug 2249845      Fixed: 9202
    Export does not export SUPPLEMENTAL LOG syntax of CREATE TABLE.

    Bug 2249786      Fixed: 9202
    Import may error with IMP-17, ORA-24150 importing user defined RULE SET

    Bug 2246137      Fixed: 9202
    java.lang.ArrayIndexOutOfBoundsException in
    oracle.jdbc.oracore.UnpickleContext.read_lengthBytes possible after
    changing database between 32 <-> 64 bit Oracle versions.

    Bug 2245909      Fixed: 9202
    During EXTERNAL_TABLE SQLLOAD if there exists already a DIRECTORY object
    for a DIRECTORY which matches only partly with the current directory
    path, loader mismatches and tries to load using the wrong directory
    object.  This can result in unexpected "directory object does not exist"
    errors.

    Bug 2245711      Fixed: 9202
    External tables reject rows unexpectedly when using
    TERMINATED BY ' ' with ENCLOSED BY as whitespace is
    incorrectly skipped before checking for the terminator
    which can result in the terminator not being found.

    Bug 2245527      Fixed: 9202
    False ORA-903 / ORA-911 possible selecting from a UNION view
    Workaround:
      Set _PUSH_JOIN_UNION_VIEW=FALSE.

    Bug 2245455      Fixed: 9202
    This problem is introduced in 9.0.1.
    A blank line may be output when an attempt is made to
    output a line in excess of 1024 bytes in SQLPLUS.

    Bug 2245372      Fixed: 9202
    When using TABLE.* in the select list of a query
    which includes an ANSI join (typically with more
    than a 3 way join) then a false ORA-904 may be
    signalled.

    Bug 2245006      Fixed: 9202
    When OCCI is used to populate a nested table or varray of more than
    245 elements , selecting the same data through SQLPLUS or another client
    may fail with an internal error due to the collection being corrupted.

    Bug 2244581      Fixed: 9202
    If an XPath expression traverses parent nodes that do not
    exist, the XPath processor may dump.

    Bug 2243589      Fixed: 9202
    Core dump in kokeiod2m()  with queries involving NESTED TABLE columns
    participating in outer joins.

    Bug 2243411      Fixed: 9203
    FETCH..BULK COLLECT INTO a PL/SQL collection of records
    incorrectly raises error PLS-597 when the record type is defined
    as a PL/SQL record or using cursor%rowtype. No error is
    raised if the record is defined using table%rowtype.
    Workaround:
      Use table%rowtype to define collections of
      records for FETCH .. BULK COLLECT INTO

    Bug 2242955      Fixed: 9202
    ORA-7445 [qervwRestoreViewBufPtrs] errors are possible from
    queries against clustered tables if an index join access path is used.
    Workaround:
      Set _index_join_enabled=false

    Bug 2242753      Fixed: 9202
    ORA-600[srsale_2] can occur when running query against
    a partitioned table which includes a GROUP-BY-SORT row
    source on a PARTITION row source.
    Workaround:
     Set _shrunk_aggs_enabled = false

    Bug 2242146      Fixed: 9202
    Inserting a virtual LOB into a LOB column dumps

    Bug 2242133      Fixed: 9203
    PL/SQL run-time engine may core dumped when using host out LOB binds
    inside a standalone SQL statement, such as a function which returns
    a CLOB and is executed inside a standalone SQL statement.
    Eg: select aclob from mytab;
        When aclob is a PLSQL function returning a CLOB

    Bug 2241542      Fixed: 9202
    The XMLDocument.print() method ignores the namespace
    characteristics of the nodes in the document.

    Bug 2241006      Fixed: 9203
    The "dbsnmp" process may core dump on startup if snmp_ro.ora
    contains a large number of service names

    Bug 2240307      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    ORA-1007 is not raised when using a PLSQL REF CURSOR for SELECT where
    the number of select list items is less than the number of INTO
    items.

    Bug 2239348      Fixed: 9202
    In 9i:
     SDO_GEOM.RELATE may return UNKNOWN MASK at higher tolerances.
     SDO_GEOM.UNION may return NULL at HIGHER tolerances.
    In 8i these operations may dump with ORA-7445 [mdirf2g].
     Careful adjustment of the tolerance in 8i can prevent the core dump.
     This can be fixed in 8i by application of the 8174 Spatial Patchset
     (bug 2454777)

    Bug 2238718      Fixed: 9202
    If Oracle finds a corruption in a block which is in a DATAFILE
    on a mirrored Veritas volume then it attempts to rescue the block
    by reading from different sides of the mirrored volume but it
    may spin repeatedly calling ioctl() while doing so.

    Bug 2237682      Fixed: 9202
    Non SELECT SQL statements are reparsed on every execute after a
    successful failover.

    Bug 2237610      Fixed: 9202
    ORA-600 [kgskbwt1] / ORA-600 [kskbind1] possible using CURSOR_SHARING

    Bug 2236731      Fixed: 9202
    The BULK ROW COUNT returned in an array insert is incorrect if
    a row violates some constraint on the table.

    Bug 2236259      Fixed: 9202
    Database startup may core dump with ORA-7445 [lxhcsn] when another
    session reported some error.

    Bug 2235818      Fixed: 9203
    The scale field for a column of NUMBER type (with no scale
    explicitly specified) may show as 0 rather than -127 through
    OCI.

    Bug 2235422      Fixed: 9202
    Indexing some RTF documents containing unrecognised control words
    can cause indexing to fail with error DRG-11207

    Bug 2235386      Fixed: 9203
    This fix introduces improved diagnostic options for
    isolating the cause of ORA-60 errors.

    Bug 2234325      Fixed: 9202
    Altering a partitioned table with global functional indexes and LOBS
    may dump in kkfiSetMemRep() when the functional index does not include the
    LOB

    Bug 2234068      Fixed: 9202
    Unable to achieve the same degree of parallelism as that of
    partition based parallelism for update/delete PDML operations.
    Workaround:
      alter session set "_intrapart_pdml_enabled"=FALSE;

    Bug 2234028      Fixed: 9203
    "Create table of type as select ..." inserts bigger data than the
    actual column size.
    eg: create or replace type foo_ty as object (c char(1));
        /
        create table foo of foo_ty as select 'abc' from dual;
        Succeeds putting 'abc' into a 1 character object attribute.

    Bug 2232903      Fixed: 9202
    Calling Cancel in JDBC Thin when there is no currently executing call
    can cause a subsequent execution to get an ORA-1031

    Bug 2232548      Fixed: 9202
    VARRAY number columns are not rounded/truncated for inserts.
    Hence the data in the VARRAY may exceed the definition.
    Eg:
        create type vt1 as varray(10) of number(10);
        /
        create table tb1 (c1 vt1);
        insert into tb1 values(vt1(10.1, 10.12));
        select * from tb1;
         shows VT1(10.1, 10.12)

    Bug 2229315      Fixed: 9202
    Bulk Bind on Nested Tables having Objects may fail with
    ORA-7445[kghufree] or ORA-600 [kghuwrlength_*] or ORA-7445[kollfrfn].

    Bug 2228694      Fixed: 9202
    DBMS_LOGSTDBY.BUILD returns ORA-16108

    Bug 2228280      Fixed: 9202
    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 2227982      Fixed: 9203
    OCIIntervalSetYearMonth() can produce an OCIInterval which results
    in an ORA-1873 error when used.
    Workaround: Use OCIIntervalFromText() instead.

    Bug 2227755      Fixed: 9202
    Incorrect INSERT statements are generated when offline instantiating
    templates containing Number typed columns with fractioned values.

    Bug 2227360      Fixed: 9202
    QMNx process(es) leak "kprbalo temp mem" memory.

    Bug 2226328      Fixed: 9202
    SELECT from a VIEW with Objects and CONNECT BY may
    dump in nsoexc()

    Bug 2225569      Fixed: 9202
    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 2223449      Fixed: 9202
    ORA-29925 / ORA-932 from DML against a table with a functional DOMAIN index
    on an expression including an ADT attribute.

    Bug 2223234      Fixed: 9202
    Concurrent DML against cluster table may deadlock.

    Bug 2222688      Fixed: 9202
    The server may dump in kpobvr() when there is a zero length bind
    preceded by a bind length greater than 2000.

    Bug 2222508      Fixed: 9202
    Extproc dumps core when freeing objects in horccoX_ExecCalloutCallbackOut()
    for objects allocated with OCI_DURATION_CALLOUT

    Bug 2222386      Fixed: 9202
    PG4APPC throws ORA-28528 when buffer size is more than
    4K and  ORA-1401 inserted value too long when sending
    more than 32760.

    Bug 2222308      Fixed: 9202
    When attempting to create a TYPE BODY, if the SQL references a
    PLSQL function that is totally unqualified but has the optional
    trailing parenthesis, then this dumps in qcsfoep() during semantic analysis.

    Bug 2222011      Fixed: 9202
    FAILOVER in a RAC environment can result in ORA-3113
    at the client if the instance you are failing over
    from is actually still up and running after the failover.
    Eg: If the failover is triggered by loss of the network
        connection rather than failure of the node.

    Bug 2221401      Fixed: 9202
    Wrong results possible from a query with a complex
    view if transitive predicates are generated for
    non-equivalent data types.
    Eg: SELECT occur_date,dummy from daterange
         WHERE dummy in (select distinct dummy from daterange2)
           and occur_date > '31-dec-2000'
           and occur_date < '07-feb-2002'
    Workaround:
      Perform explicit type conversion to ensure
      predicates do not involve implicit type conversion.
    Eg: Perform explicit type conversion:
               occur_date > to_date('31-dec-2000')
           and occur_date < to_date('07-feb-2002')

    Bug 2221168      Fixed: 9202
    Orphan messages possible if a remote subscriber is removed
    Messages remain in the UNDELIVERABLE state.

    Bug 2219776      Fixed: 9202
    A select on <View:X$KGLOB> or view dependent on it
    (eg: <View:V$SQL> etc..) may die with an ORA-7445
    in a highly concurrent situation.

    Bug 2219627      Fixed: 9202
    When character data encoded as ZHT16DBCS is stored in a database
    using for example the UTF8 database character set, and later retrieved
    by a ZHT16DBCS client, some characters are converted to a different
    codepoint value.  This behaviour is expected for some characters.
    The problem is that "preferred" character encodings a being replaced
    by "fallback" characters.

    Bug 2218504      Fixed: 9202
    Creation of an IOT inherits the tablespace COMPRESS property
    if the IOT is either partitioned or has an OVERFLOW.

    Bug 2217015      Fixed: 9202
    ORA-4016 when accessing a recreated sequence after "drop user cascade"

    Bug 2215837      Fixed: 9202
    ORA-600 [6100] / index corruption possible on compressed key index

    Bug 2214266      Fixed: 9202
    A query on an EXTERNAL TABLE may omit rows for multibyte
    character sets if the table is read serially and there is more
    than one datafile for the table. The first one or 2 rows in
    each datafile may be rejected or show incorrect data.

    Bug 2212656      Fixed: 9202
    ORA-600 [ktspfupdst-1] possible during DML
    on bitmap managed segments. This is partially fixed in
    9.2.0.1 but the complete fix is in 9.2.0.2

    Bug 2211515      Fixed: 9202
    Spatial query may SPIN if TOLERANCE is too large

    Bug 2211262      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    Loader parameter COMMIT_DISCONTINUED does not work.

    Bug 2211047      Fixed: 9202
    Dump possible (in [QCSPOBY) when a nested CAST/MULTISET
    expression is used and this contains an ORDER BY inside
    the subquery.

    Bug 2210922      Fixed: 9202
    String operations (such as SUBSTR, UPPER, TRIM, LPAD)
    fail with ORA-600 [kola_set_locator-2] if passed a virtual CLOB
    in a SQL statement.

    Bug 2210617      Fixed: 9202
    Select from a corrupt IOT may silently return incorrect results
    rather than signalling an error.

    Bug 2210612      Fixed: 9202
    If a query involves a ROWID and a failover occurs
    then the OCI application may crash while fetching rows.

    Bug 2209813      Fixed: 9202
    ORA-600 [5123] possible on DIRECT LOAD
    into a table with a bitmapped functional index.

    Bug 2209142      Fixed: 9202
    During failover the surviving instance in a RAC or OPS environment may hang
    if parallel queries are used.
    Workaround:
      Do not set initialization parameter "parallel_instance_group".

    Bug 2208882      Fixed: 9202
    When querying from a view which references a partitioned table
    that has been altered by adding a list value, the cursor sharing
    code goes into an infinite loop; continuously creating child cursors.
    Workaround:
      One way to workaround this is to manually
      recompile the view after the partitioned table
      has been altered.
      eg:  ALTER VIEW <view name> COMPILE;

    Bug 2207959      Fixed: 9202
    ALTER TABLE COALESCE of a PARTITION TABLE containing a LOB column
    causes the server dump.

    Bug 2207685      Fixed: 9202
    Batch errors don't work for INSERT ... SELECT
    Eg: When using the OCI_BATCH_ERRORS option in OCI, processing of
        INSERT..SELECT stops after the first error.

    Bug 2207382      Fixed: 9202
    Fetching from Oracle/DB2 in an XA environment may fail with
    ORA-600[12333]

    Bug 2206480      Fixed: 9202
    PROCESS RESOURCE COUNT is not always accurate as the count is increased
    when the session starts rather than when the process is created.

    Bug 2206438      Fixed: 9202
    High process memory usage with DBMS_STATS.GATHER_TABLE_STATS
    against a table with a high partition count.
    This is not a memory leak but does show as excessive
    memory usage.

    Bug 2206022      Fixed: 9202
    Wrong results / internal errors can occur when running DML
    against an UPDATABLE JOIN VIEW when there is a STORED  OUTLINES
    in place for the SQL.

    Bug 2205649      Fixed: 9202
    "ORA-29531: no method dropSubscriptionView in class oracle/CDC/PublishApi"
    can occur when using DBMS_LOGMNR_CDC_PUBLISH.DROP_SUBSCRIBER_VIEW

    Bug 2204827      Fixed: 9202
    'ORA-22905' may occur during GRANT of a privilege on a view whose
    view text contains a TABLE() function.

    Bug 2202561      Fixed: 9202
    A CHECK CONSTRAINT with an empty (zero length) string can lead to
    wrong results.
    Workaround:
      Set <Event:10195> do as not to generate transitive predicates based
      on check constraints.
     OR
      replace the constraint with "is NULL (is NOT NULL) "

    Bug 2202285      Fixed: 9202
    CTXLOAD -THESDUMP does not dump the thesaurus properly
    to the output file. This can result in ORA-1 errors
    during import of the unloaded thesaurus.

    Bug 2200961      Fixed: 9202
    PMON may crash with ORA-600 [529] if a session dies when
    adding a subscriber to a buffered queue.

    Bug 2200934      Fixed: 9202
    PMON may crash (in kssxdl) if a session dies
    while enqueuing a buffered message.

    Bug 2200107      Fixed: 9202
    Wrong Unicode mappings in WE8MACROMAN character set for "en dash"

    Bug 2200057      Fixed: 9202
    This problem is introduced in 9.0.1.
    ORA-600 [KKXMAGTC1] possible for OUT / IN OUT bind to PLSQL

    Bug 2198861      Fixed: 9202
    If a tablespace is converted from DICTIONARY MANAGED
    to LOCALLY MANAGED, and then transported to another
    database then internal errors can occur during DDL
    operations on segments in the transported tablespace.
    eg: ORA-600 [KTFBFGET-1].
    Note: The fix is required in both the source and target
          databases. A new transportable set has to be created
          at the source end after the fix is applied.

    Bug 2197703      Fixed: 9202
    Updating a long column from a PLSQL block using BULK BINDS
    does not update the row correctly. It returns successful completion
    of the UPDATE after updating with wrong data.
    Workaround:
      Do not use bulk binds.

    Bug 2197620      Fixed: 9202
    Subtree search results are incorrect when the DN has "%" or "_"

    Bug 2194549      Fixed: 9202
    If a database instance is configured such that LOCAL_LISTENER parameter is not
    specified (default will be used), but REMOTE_LISTENER is specified, then
    clients trying to connect to the dedicated server of the instance through the
    REMOTE_LISTENER may not work if the LOCAL_LISTENER and REMOTE_LISTENER are on
    different nodes. In such a case clients will get a "No Listener" error.

    Bug 2193939     Fixed: 9202
    Client side memory leak can occur when a client
    program makes a TAF connection and then subsequently
    opens / closes connections

    Bug 2193493      Fixed: 9202
    VARRAYs with embedded SUBSTITUTABLE TYPE may dump

    Bug 2193313      Fixed: 9202
    A PLSQL block issuing CreateAbstractClob() will dump on completion
    if the returned LOB is not freed.
    eg: declare c clob;
        begin
          c:= createAbstractClob(2, DBMS_LOB.SESSION);
        end;
        /
        will dump

    Bug 2192062      Fixed: 9202
    DBMS_XMLQuery.getXML() does not reset ROW NUM if the same query
    is executed a second time with a new bind value.

    Bug 2191497      Fixed: 9203
    This is a more complete form of the fix in bug 1781184.
    XA connections from PRO clients can fail at XA_END
    with an ORA-24779 if a statement over a DB LINK errors.
    The fix in bug 1781184 addressed this problem for
    specific errors. This fix addresses the problem for all
    errors.

    Bug 2189463      Fixed: 9202
    If a query contains a semi-join (EXISTS CLAUSE)
    with a functional index on the semi-join predicate
    the query may dump during execution in evaopn2 .

    Bug 2187760      Fixed: 9202
    64 bit Listener may crash intermittently when a 32
    bit ORACLE_HOME registers its service.

    Bug 2187428      Fixed: 9202
    ORA-06544: PL/SQL: internal error, arguments: [84203] possible
    from client side 8.0 PLSQL to a 9i server

    Bug 2185245      Fixed: 9202
    This problem is introduced in 9.0.1.
    While doing a partitionwise join between two tables
    in parallel the slave may die during partition pushup
    with an ORA-600 [qkaPIdsmrg2]

    Bug 2185189      Fixed: 9203
    OERI[26599] possible executing DBMS_JAVA.SERVER_STARTUP
    if SYS has been granted too many roles

    Bug 2184648      Fixed: 9202
    DBMS_OUTPUT does not output NCLOB data properly

    Bug 2183412      Fixed: 9202
    Wrong results possible with DESC index

    Bug 2182152      Fixed: 9202
    Number of records skipping during a continued load is
    not correct for some tables when secondary data files
    are present. Also, RECNUM values may be incorrect and
    secondary data may not be correctly skipped.

    Bug 2180332      Fixed: 9203
    The "Maximum Extents" event may trigger but show no segment nor
    tablespace information.

    Bug 2179567      Fixed: 9202
    Updatable snapshots do not work after a migration of replication environment
    from 8.0 to 8i / 9i using full Export/Import.
    Workaround:
     Execute DBMS_REPUTIL.SYNC_UP_REP after Import on each of the updatable
     snapshots tables to enable the right internal triggers.

    Bug 2179558      Fixed: 9202
    ORA-7445[KOTGTSCH] can occur when selecting from an
    EXTERNAL table with SQL_TRACE=TRUE.

    Bug 2179444      Fixed: 9202
    Instance termination during a big array fetch or prefetch
    can result in an unexpected ORA-3123 being returned to the
    client application even though it is not non-blocking-mode.
    This can cause TAF (Transparent Application Failover) not
    to failover.

    Bug 2177840      Fixed: 9202
    Migration from 8.0 to 9i may report ORA-23399 during
    the running of "u0800060.sql" leaving REPLICATED tables'
    STATUS in ERROR .

    Bug 2176103      Fixed: 9202
    ORA-600 [KKQSRRE-1] possible during parse of a query
    for rewrite when the query uses FIRST / LAST window
    functions with an aggregate.

    Bug 2175150      Fixed: 9203
    ORA-7445 [kcbldrcls] and ORA-10387 possible with parallel query

    Bug 2174510      Fixed: 9202
    This problem is introduced in Oracle9i.
    ORA-23308 or ORA-23309 possible when replicating pre-created
    tables with FLOAT columns.

    Bug 2172055      Fixed: 9202
    SDO_INTERSECTION may generate NULL geometries, concerned with Tolerance

    Bug 2171847      Fixed: 9203
    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 2171144      Fixed: 9202
    PLS-491 / PLS-217 errors occur when compiling STANDARD with
    PLSQL_V2_COMPATIBILITY=TRUE

    Bug 2169804      Fixed: 9202
    Indexing EXCEL spreadsheets which contain macros may fail with DRG-11207.

    Bug 2168939      Fixed: 9202
    ORA-932/ORA-7445 possible during INSERT with 'INSTEAD OF TRIGGER' if the
    underlying table includes a LOB or an OBJECT column but the INSERT does
    not include this column.

    Bug 2167905      Fixed: 9202
    A select from a table having more than 20 indexes over the dblink
    to a DB2 gateway results in errors  "ORA-02072: distributed database
    network protocol mismatch" and "ORA-600:[17147]" if DBSTATS is set to YES.

    Bug 2166890      Fixed: 9202
    This problem is introduced in 9.0.
    PLSQL clients can cause library cache pins to be held for
    a long period of time resulting in hang scenarios.
    This affects Forms / Developer type clients.

    Bug 2166798      Fixed: 9202
    ORA-3124 is raised when inserting NULLs into a CLOB
    column with a UTF8 characterset.

    Bug 2161906      Fixed: 9202
    Wrong results possible from a query that uses multiple views, and those
    views have columns based on the pseudocolumns ROWNUM or LEVEL, and the
    query has either predicates or a GROUP BY expression referencing those
    columns.

    Bug 2161360      Fixed: 9202
    DROP of an operator does not clean up the dictionary properly leading to
    ORA-29836 on ALTER INDEXTYPE COMPILE.
    Workaround:  Issue  ALTER INDEXTYPE <name> DROP <bindings> after
                 identifying each of the binding for the dropped operator.

    Bug 2160802      Fixed: 9202
    Transporting an Oracle8i tablespace and plugging
    it into a 9i database can result in an ORA-600 [PITL]
    error.

    Bug 2159595      Fixed: 9202
    OCI multithreaded application may core  dump sporadically in some
    threads and not in others if an Oracle error occurs .
    Eg: If a thread calls OCIParamGet() and OCIAttrGet() after
        OCIStmtExecute() returns an error.

    Bug 2158358      Fixed: 9202
    ORA-1062 can occur on SELECT of a NULL ref column from an OBJECT view.

    Bug 2157903 +     Fixed: 9203
    Movement of a MATERIALIZED VIEW with hidden snapshot
    columns either dumps (ORA-7445 [qerltRop] or similar)
    or corrupts the data.

    Bug 2157655      Fixed: 9202
    Gathering  schema statistics has a dependency on the name of the object.
    While gathering statistics on partitions if the  consecutive partition
    names happen to be the same, then GATHER_GROUP_STATS with  either
    "GATHER STALE" or "GATHER EMPTY"  options, will fail to collect statistics
    on the second object. This can occur if different tables have the same
    partition names.
    Workaround:   To use unique partition names across all tables

    Bug 2157502      Fixed: 9202
    'ORA-00600 [4819]' and 'ORA-00600 [4815]' possible when
    a partition maintenance operation against an IOT is
    running in another session.

    Bug 2156961      Fixed: 9202
    ORA-600 [20040] possible from bitmap index

    Bug 2150741      Fixed: 9202
    ORA-937 from a rewritten query on a Materialized View which contains
    operations on aggregates and no GROUP BYs.
    For example  sum(col)/2 or sum(col)+1.
    Workaround: Chang the MV declaration to contain a  GROUP BY.

    Bug 2150432      Fixed: 9202
    LDAP server cannot handle multibyte orclpasswordattribute

    Bug 2148807      Fixed: 9202
    Function based index with GROUP BY / ORDER BY dumps in evaopn2.
    Workaround:
      Perform a no-op to the column in the SELECT and GROUP BY lists.
      eg: Concatenate a zero length string ('') or add 0

    Bug 2147213      Fixed: 9202
    Wrong results / dump possible using DESC functional index

    Bug 2145198      Fixed: 9202
    QMN does not release connection descriptors for clients which UnSubscribe
    and so may run out of connection descriptors, thereby failing to deliver
    event notifications to new subscribers.
    In 9014 QMN may dump or hang after about 1000 descriptors are in use.

    Bug 2144939      Fixed: 9202
    ORA-600 [2006] may occur when inserting data into an IOT with an OVERFLOW
    segment and a mapping table.

    Bug 2143167      Fixed: 9202
    Compile time PARTITION PRUNING does not occur with
    RR or RRRR in NLS_DATE_FORMAT.

    Bug 2143154      Fixed: 9202
    This problem is introduced in 9.0.1.
    When optimizer_features_enable is set to a value greater
    than 9.0.0 (thus forcing _always_semi_join to CHOOSE)
    then view merging sometimes core dumps at execution time.
    (The call stack is likely to include evaopn2)

    Bug 2141115      Fixed: 9202
    A MERGE statement with an inline view in the USING clause
    containing bind variables may incorrectly fail with ORA-1008
    or ORA-600 [15212] errors.

    Bug 2138987      Fixed: 9202
    ORA-600 [kohdtgde1] / ORA-600 [koxsihread1] possible when executing a
    trigger

    Bug 2136347      Fixed: 9203
    ORA-4020 during create view if the view already exists and
    has self referential constraints.
    Workaround: drop view before doing a create or replace view.

    Bug 2134836      Fixed: 9202
    ORA-00600 [QKABRIX1] possible during parse
    of queries that can use both a bitmap index
    and a partitioned b-tree index on a non-partitioned table

    Bug 2131687      Fixed: 9202
    Any query that refers to the fixed table X$KWQSI
    (either directly or indirectly via V$AQ) fails
    with ORA-1001 when fetch spans multiple calls .

    Bug 2127974      Fixed: 9202
    DBMS_OBFUSCATION does not allow client provided initialization vector
    (IV) values so cannot decrypt a cipher encrypted using 3DES from another
    source.

    Bug 2124770      Fixed: 9202
    Memory leak in LDAP C-API clients.

    Bug 2123461      Fixed: 9202
    Using connection pooling with a multithreaded JDBC program that also calls
    break/reset causes a dump in upibrk()

    Bug 2123156      Fixed: 9202
    Failover_method and Failover_type column values of v$session
    may be incorrect on a second connection by the same user .
    Failover still does work but V$SESSION information is
    incorrect.

    Bug 2121433      Fixed: 9203
    ORA-1401 occurs if there is a type change between two
    addBatch'es for the same column.
    Workaround:
        1. Do not change the type.
     or 2. flush all the old batches before changing the type.

    Bug 2119513      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    The bind direction of an array bound to a PL/SQL block is
    incorrectly set as IN on array indexing operations on the LHS.
    Eg: BEGIN :b(1) := 10; END;
        For the above anonymous block the direction of the bind variable will be
        set as IN OUT instead of OUT.

    Bug 2117791      Fixed: 9202
    SQLPLUS cannot open a SQL file with no extension even
    after SET SUFFIX '' or "".

    Bug 2113937      Fixed: 9202
    Query rewrite may fail with ORA-942 (object does exist), if the query
    is executed in a schema which does not own a table referenced in the query
    as "OWNER.TABLE_NAME" .
    Workaround:
      Create a synonym for OWNER.TABLE_NAME

    Bug 2109825      Fixed: 9202
    Incorrect cardinality estimate with OR predicate and NULL values.
    Note: <Event:38009> can be set to disable this fix as it may cause plan changes

    Bug 2108544      Fixed: 9202
    ORA-600 [KCLFADB_2] possible in RAC environment

    Bug 2108072      Fixed: 9202
    When LGWR archival is turned on in ASYNC mode then sometimes during
    network congestion the instance crashes with ORA 600[1433].
    Workaround:
      Set '_message' to a large value and bounce the instance.

    Bug 2106360      Fixed: 9202
    The MODULE column is not always shown in V$SQL when querying for
    third party applications or when using APPLICATIONS modules as
    many such applications do not call DBMS_APPLICATION_INFO.SET_MODULE.
    With this fix the PROGRAM name is placed in the MODULE column by default.

    Bug 2104392      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    A query with nested CONNECT BY blocks and binds
    in the START WITH clause or the FROM clause
    may fail with ORA-600 [QCSFBDNP:1]

    Bug 2103527      Fixed: 9202
    CATREPR.SQL is desupported in 9202.
    Prior to 9.2.0.2 running CATREPR.SQL can leave INVALID objects in the database.
    From 9.2.0.2 onwards CATREPR no longer DROPS any objects.

    Bug 2099345      Fixed: 9202
    Parameters are not passed correctly to ODCIStats routines if user-defined
    operators are bound to static type methods.

    Bug 2095829      Fixed: 9202
    Dump passing using setNull() to bind a NULL ADT in KPRB driver.

    Bug 2093521      Fixed: 9203
    Memory leak occurs when using PLSQL SAVE EXCEPTIONS with
    FORALL BULK operation.

    Bug 2091962      Fixed: 9202
    Internal errors are possible when running parallel queries
    against composite partitioned tables, if there is an inlist
    against the subpartitioning key column.
    (Eg: ORA-600 [qerpxMObjVI5] / ORA-600 [qerpxMObjVI6])

    Bug 2090827      Fixed: 9202
    Updates against an indexed table may spin in
    <Function:kdifind> with 'exchange deadlock' errors.
    This is a rare scenario which requires heavy concurrency
    to occur.

    Bug 2083537      Fixed: 9202
    A false ORA-1457 can occur when selecting
    a decimal with scale/precision set using
    Heterogeneous services.

    Bug 2078899      Fixed: 9203
    ORA-600 [4814] or ORA-600 [kkdlgon4] can occur on startup
    if there is an "after startup" trigger which executes DDL
    (such as ALTER TABLE) via "execute immediate".

    Bug 2073948      Fixed: 9202
    ORA-6550 can occur in an anonymous plsql block that references a remote
    partitioned table after that table has had a DDL operation performed
    on it.

    Bug 2064478      Fixed: 9202
    ORA-600 [QCSRWAE1] occurs when attempting to create a TYPE BODY if
    the SQL references a PLSQL function that is totally unqualified .
    Workaround:
      Alter the PLSQL code to call the PLSQL function and store its result in
      a local variable and use that in the SQL.

    Bug 2061886      Fixed: 9203
    CHUNKSML event test performs poorly on large databases

    Bug 2058579      Fixed: 9203
    A CTAS referencing a PLSQL function may dump if the
    shared pool memory it references is freed while the CTAS
    is executing.

    Bug 2055230      Fixed: 9202
    A false ORA-979 may be reported while parsing a
    TEXT query with an in-line view and a GROUP BY clause.

    Bug 2053110      Fixed: 9202
    Automatic undo management may report ORA-30036 when there is space
    available for undo. This can occur after a system runs out of undo space
    as a global flag indicating space is now available is not set in a
    timely manner.

    Bug 2052836      Fixed: 9202
    Client dump possible using CALL statement with
    CURSOR_SHARING=FORCE.

    Bug 2043542      Fixed: 9202
    CTAS over dblink involving column of type SMALLINT
    creates a local table with an incorrect  column precision of 38.

    Bug 2040114      Fixed: 9203
    If a query which contains a predicate with a collection element
    makes a method call without empty parentheses, eg. "arry(idx).mthd"
    then a dump / ORA-600 [qcsrlidm1] may occur
    Workaround:
      Append parentheses to the method call, eg arry(idx).mthd().

    Bug 2037285      Fixed: 9202
    Referring to <typename>.<attributename> in a SQL statement
    in PL/SQL results in a dump or PLS-801 [91004]
    eg: BEGIN
          ..
          SELECT obj1 INTO typ2.obj1 from tab1 WHERE typ1.obj1 = 1;
        END;
    Workaround:
       Rewrite the SQL to use either an unqualified <attributename> or
       <instance>.<attributename>.
    OPT)

    Bug 2031989      Fixed: 9202
    Blanks are inserted when HS_PASSTHROUGH functions are called
    to insert DBCS data.

    Bug 2028564      Fixed: 9202
    ORA-7445 or ORA-600 [17114] errors possible after
    an ORA-600 [729] - PMON may die.

    Bug 2025426      Fixed: 9202
    NumberFormatException (9i) or invalid number data inserted (8i)
    using JDBC (thick or thin) to insert string data into a numeric
    field where the number has leading zeroes.

    Bug 2023584      Fixed: 9202
    CMAN may reject connections if hostnames use fully qualified and
    "accept" rule uses a non-qualified hostname, or vice versa.

    Bug 2021310      Fixed: 9202
    HS Agent core dumps / memory corruption while fetching large amounts of
    data including NULL values over a HS DB link.

    Bug 2019207      Fixed: 9203
    Dynamic Bind callback functions may not be called for each
    iteration if a statement contains dynamic IN binds
    and a RETURNING clause.

    Bug 2014766      Fixed: 9202
    Java TRIGGERS do not set :NEW variables to the new values

    Bug 2011927      Fixed: 9202
    ORA-02068 / dump in <Function:TTCI2U> possible for snapshot
    (materialized view) with EMPTY_CLOB() data in a heterogeneous
    environment.

    Bug 1993176      Fixed: 9202
    A transportable set containing a HASH CLUSTER errors during import of the
    metadata (ORA-372)

    Bug 1987973      Fixed: 9202
    getPlsqlIndexTable with an element in the set as null throws
    ArrayOutOfBoundException.

    Bug 1964080      Fixed: 9202
    Net Listener Vulnerability.

    Bug 1955577      Fixed: 9203
    Dump (in KOKEIS) if a SQL statement uses BIND variables to update
    a NEST TABLE column, and there is a trigger which also updates
    the same nested table columns.

    Bug 1951553      Fixed: 9202
    Wrong results can occur if NLS_SORT is set to a value other
    than BINARY at session level and a PARALLEL query has an ORDER BY
    clause with an NLSSORT() function with NLS_SORT=BINARY .
    eg:
      alter session set nls_sort=spanish  ;
      select /* PARALLEL(tab) */ distinct col
      from tab order by nlssort(col, 'NLS_SORT=BINARY');
      Despite the NLSSORT function the results are returned in spanish
      sort order.

    Bug 1941831      Fixed: 9202
    A CALL statement from a PLSQL EXECUTE IMMEDIATE block
    that invokes a TYPE constructor dumps in kkxmstcs().
    Eg: declare v1 t1;
        begin
          execute immediate 'call t1(10,10) into :1' using out v1;
        end;
        /

    Bug 1941373      Fixed: 9203
    SDO_TUNE functions may show no output for RTREEs.
    Eg: From sqlplus "exec sdo_tune.analyze_rtree ('SPATIAL', 'CITIES_GEOM')"
        may show no output

    Bug 1926886      Fixed: 9202
    Chinese, Korean and Japanese Lexers do not work with an AL32UTF8
    character set. They fail with
     "DRG-11102: assigned lexer can not operate on AMERICAN_AMERICA.AL32UTF8"
    NB: This fix is incomplete - see <Bug:2706319>

    Bug 1918751      Fixed: 9202
    This problem is introduced in 9.0.1.0.
    "ORA-6502 Value or Numeric error" can occur when using a
    PLSQL block  that has UNION and CONCAT clauses involving
    constant strings.
    eg: for I in
          (SELECT 'TEXT01 ' ||'TEXT02 ' stmt FROM  sys.dual
            UNION
           SELECT 'TEXT11 ' stmt FROM  sys.dual) loop ...

    Bug 1910911      Fixed: 9202
    URLs exceeding 64 bytes are truncated when filtering Word Perfect documents.

    Bug 1900178      Fixed: 9202
    OID binds to all the IP addresses on multi homed host.
    With this fix the OID dispatcher process will bind to only a named
    host if invoked with a "host=" parameter.

    Bug 1889003      Fixed: 9202
    ORA-30757 on query view hierarchy with no priviledges on a subtype.

    Bug 1874903      Fixed: 9203
    Register ALERT event may fail on OpenVMS with:
      "Alert" failed: can't read "dump_dest": no such variable

    Bug 1872981      Fixed: 9202
    Users sessions may acquire locks when DDL is attempted after
    an ALTER SYSTEM QUIESCE RESTRICT . The user sessions will correctly
    suspend but may have acquired a lock in the process leading to
    potential ORA-54 errors / unexpected waits for the DBA.

    Bug 1870770      Fixed: 9202
    PL/SQL errors with PLS-707[2603] or ORA-3113 when an array index operation
    for a bulk bind is used as a sub-expression of a dotted name or another
    index expression. This usage is illegal but should signal a proper error.

    Bug 1870073      Fixed: 9202
    HS may fail to write to trace files with absolute path names , but works
    for relative path names.

    Bug 1850169      Fixed: 9203
    ORA-1405 occurs when using PLSQL OUT bind with dynamic binding if
    a NULL is fetched rather than updating the indicator variable.
    (Using OCIBindDynamic)

    Bug 1839270      Fixed: 9203
    Setting the path variable value for FILE_DATASTORE
    to a value longer than 260 characters can cause
    server side memory corruption.
    (On some platforms the maximum length is 512 before
     corruption occurs)

    Bug 1831941      Fixed: 9202
    ORA-600 [koktcntv1] occurs on ALTER TYPE
    after it has been dropped and recreated in another session

    Bug 1829296      Fixed: 9203
    This problem is introduced in 9.0.1.0
    PLSQL referencing a PUBLIC SYNONYM which uses a database link
    may fail with ORA-980 (or similar errors).

    Bug 1818720      Fixed: 9202
    This problem is introduced in 9.0.1.
    Dump / ORA-3113 possible when PLSQL calling a Java Stored Procedure
    returns a NULL CLOB using the kernel JDBC driver.

    Bug 1810960      Fixed: 9203
    Precompilation fails with PLS-103 errors when
    ProCobol 8.X precompiled a PLSQL  block with a GOTO
    label in it (Goto labels have the format <<label>>).

    Bug 1803897      Fixed: 9202
    Bad define conversions may fail with ORA-3115 rather than ORA-932.

    Bug 1788921      Fixed: 9202
    Enhancement:
     Add an OCI_ATTR_IS_EXTERNAL attribute which can be used with OCIAttrGet
     to see if a table is EXTERNAL or not. OCIAttrGet returns 1 if the
     table is external.

    Bug 1788639      Fixed: 9202
    ORA-600 [4882] possible from CREATE MATERIALIZED VIEW on an OBJECT TABLE
    if the object columns contain a large amount of data.
    Workaround:
     Specify larger storage parameters for the initial extent
     both in the MV's storage clause as well as in the USING INDEX
     clause in the CREATE MATERIALIZED VIEW STATEMENT.

    Bug 1785175      Fixed: 9202
    Perfoming implicit or explicit CLOBTOCHAR or BLOBTORAW data type
    conversion may fail with ORA-600 [kcbgcur_9]
    Eg: update char_tab set a = to_char(to_clob('b'));

    Bug 1779188      Fixed: 9202
    Trying to select from a FINAL ADT having a embedded
    collection of non FINAL type reports
    "OCI-21500 internal error code, arguments: [kocgpn129]"

    Bug 1767169      Fixed: 9202
    Buffer cache working sets may not be assigned to the best DBW
    process on NUMA platforms.

    Bug 1764458      Fixed: 9202
    COPY TABLE with RAW datatype column does not copy correctly

    Bug 1743466      Fixed: 9203
    With JDK 1.3 as the compiler executable and -codegen=iso,
    SQLJ generates programs that reference non-existing fields
    in named iterators, causing the error
     "ERROR 0:java.sql.SQLException: Invalid column name"
    at the run time.

    Bug 1743159      Fixed: 9203
    A number of wait events use "null event" rather than distinct
    event names. With this fix a number of possible waits get
    proper event names.

    Bug 1740494      Fixed: 9202
    PLS-801 internal error [22914] can occur when a TABLE() expression is used in
    the FROM clause of a SQL statement in a PLSQL block.
    This problem does not show up in Oracle9i server side PLSQL.

    Bug 1733957      Fixed: 9202
    Array interface may DELETE too many rows with correlated subquery and a
    bind variable in the subquery.
    Array delete with correlated subquery could result in the wrong number
    of rows being deleted.

    Bug 1721097      Fixed: 9203
    If a query has an inline view , the access paths of the view is not
    shown in the sql-trace nor in the explain plan. This only happens
    for queries that have in-line queries as part of select list .

    Bug 1653586      Fixed: 9203
    DUMPFULL and DMPFULPCT events may fail without an error message

    Bug 1607797      Fixed: 9202
    Indexing may fail when filtering HTML containing deprecated
    HTML (W3C Technologies) features. With this fix filtering ignores
    deprecated HTML features and strips them from its output.

    Bug 1585197      Fixed: 9202
    When you execute a stored procedure in ODBC syntax with a parameter
    being passed to a SQL expression, error ORA-01036 is reported. If
    the SQL expression is not there or the stored procedure is called
    in Oracle ANSI SQL syntax, everything works fine.
    Workaround:
     Use Oracle ANSI SQL syntax

    Bug 1584155      Fixed: 9203
    Dictionary corruption can occur when a TYPE with
    DEPENDENCIES is DROPped with the FORCE option and
    then re-created.

    Bug 1532054      Fixed: 9202
    ORA-604 / ORA-600 or dump when referencing a TYPE in
    a TABLE() clause with privilege granted via a ROLE

    Bug 1473558      Fixed: 9203
    The "Alert" event may be triggered periodically when the alert log
    file is inaccessible to the agent.

    Bug 1399887      Fixed: 9202
    The DN size is limited to only 255 characters.
    With this fix the limit is 1024 characters

    Bug 1326752      Fixed: 9203
    PROCOB generates PCB-S-400 / PCB-I-556 errors
    for "PROCEDURE DIVISION USING COPY XYZ" .

    Bug 1231199      Fixed: 9202
    Wrong results can occur in Parallel Query
    when NLS_SORT is not binary

    Bug 1130195      Fixed: 9203
    OCIBindByPos "curelep" parameter is not set properly if
    a PLSQL stored procedure deletes some elements in bound C array.

    Bug 993752      Fixed: 9202
    ResultSet.getMetaData describes FLOAT columns as NUMBER

    Bug 925366      Fixed: 9202
    Query with NESTED TABLE does not run in parallel

    No Bug# +     Fixed: 9202
    The 9.2.0.2 Patch Set includes an updated INSO filter..
    See <Note:212584.1> on Metalink

    No Bug# +     Fixed: 9202
    There are a number of Streams / Logical Standby fixes in 9.2.0.2.
    These are not listed in the README as 9.2.0.2 is a mandatory
    minimum patch level for the use of these options.

    No Bug# +     Fixed: 9202
    There are a number of XDB fixes in 9.2.0.2.
    These are not listed in the README as 9.2.0.2 is
    considered as a mandatory minimum patch level
    for use of XDB.

    Bugs# +     Fixed:  9203
    The 9.2.0.3 Patch Set contains XDK version 9.2.0.5 with following bug fixes :
    C XML Schema validator :

    2480389 - KEEP GETTING LSX-00204: EXTRA DATA AT END OF  COMPLEX ELEMENT ERROR
    2641856 - CORE DUMP WHEN RUN WITH LSXTEST -0P -E US7ASCII TLSX108.XML TLSX108.XSD
    2472561 - URI NOT SUPPORT FOR NON-ASCII VALUE
    2486259 - \P{ISBASICLATIN} PATTERN VALIDATION FAILS
    2504657 - REGISTERING AN XML SCHEMA WITH AN ELEMENT OF DATATYPE XSD:ID FAILS
    2510644 - CANNOT REGISTER A VALID SCHEMA
    2562467 - SCHEMA VALIDATION FOR INVALID INSTANCE DOC GIVES LSX-00011:INTERNAL ERROR
    2647580 - REGISTERSCHEMA() FAILS WHICH MULTIPLE LEVELS OF INCLUDE
    2667751 - AN ATTR WITHIN AN ATTRGRP BECOMES TOP-LVL ATTR IF THE ATTR IT REFERS TO IS TOP
    2668010 - DUPLICATE EMBEDDED ELEMENTS NOT CAUGHT
    2669659 - SPURIOUS VALIDATION ERROR - LSX-00310 - ON VALID INSTANCE
    2531419 - LSX-00169: TYPO IN ERROR DESCRIPTION
    2724871 - HEADER FILE ORAXSD.HPP CAUSES COMPILER WARNINGS AND LINKER ERRORS
    2669679 - SCHEMA VALIDATOR HANGS WHEN VALIDATING SCHEMA DOC AGAINST W3C SCH FOR SCHEMAS

    C XML parser :

    2351757 MEMORY GROWS CONTINUOUSLY WHEN INVALIDATION TESTING IS ONGOING
    2502135 LPX-00004: INTERNAL ERROR "MULTICHAR OVERFLOW" LOADING XML DOCUMENTS
     

    Java XDK

    2438656 - ORACLE XML DOM PARSER NOT PARSING   CORRECTLY
    2701717 - XML PARSER DOES NOT SUPPORT  SETEXPANDENTITYREFERENCE(FALSE)
    2495218 - NULLPOINTEREXCEPTION THROWN  WHEN RESOLVING SAME XPATH EXPR IN MULTIPLE THREADS


     Platform-Specific Bugs Fixed on Windows NT

    RAC Bugs Addressed in this Patch Set

    The following is a summary of RAC fixes  that are particular to RAC on Windows.

    CM

    IPC_TCP

    IPC_VIA

    CMSRVR

    ORAFENCEDRV

    Error Message Files

    In order to keep the size of patch sets small (aiding in internet transfer rates), non-English error message files are not included in patch sets.  When a new message is added, it is included in the English message file (oraus.msg) which is shipped with the patch set.  New messages will typically be translated and incorporated into the next maintenance release.

    Patch Set Note File

    This note is included in the distribution and installed in the /rdbms/doc/patch_note.htm file. If you wish to view the file and do not have a browser installed on the system, you can use the Online Text Viewer, which is available with the Oracle Installer. See the installation guide for your baseline release for instructions.

    Oracle Corporation Patch Set Overview

    Patch sets are Oracle Corporation's mechanism for delivering fully tested and integrated product fixes on a regular basis. Patch sets provide bug fixes only; they do not include new functionality, and do not require certification on the target system.

    What Goes Into a Patch Set?

    Patch sets include all the libraries that have been rebuilt to implement the bug fixes in the set. All the fixes in the patch set have been tested and are certified to work with each other. Because the patch set includes only low impact patches, it does not require you to certify applications or tools against the Server.

    Patch sets are cumulative.  For example, 9.0.1.2 would include all the fixes in 9.0.1.1 as well as new fixes for 9.0.1.2.  This means that unless the patch set documentation indicates otherwise the patch set can be applied to any earlier 9.0.1 version.  There is no requirement to install all intermediate patch sets.

    Patch sets contain the same set of generic fixes across all platforms. For example,  patch set 9.0.1.2.0 for Hewlett-Packard addresses the same set of bugs as 9.0.1.2.0 for Compaq TRU64. Patch sets may also include additional patches specific to the platform on which they are released.

    Patch sets do not include the Oracle Universal Installer (OUI). You should use the Installer from your 9.2.0 maintenance release media or ORACLE_HOME see How to Install This Patch Set.
     

    NOTE: this is an example only and should not be considered to be indicative of future patch set product release plans.


    Copyright © Oracle Corporation 2003. Oracle and the Oracle logo are registered trademarks of Oracle Corporation. Oracle Installer, Real Application Clusters, Oracle9i, SQL*Plus and PL/SQL are trademarks of Oracle Corporation. All other product or company names mentioned are used for identification purposes only, and may be trademarks of their respective owners.