2.12 Open Bugs
These are known bugs in Oracle Database 12c Release 2 (12.2).
A supplemental list of bugs may be found as part of the release documentation specific to your platform.
Topics:
- Database Upgrade Assistant (DBUA) Known Bugs
- Global Data Services (GDS) and Sharding Known Bugs
- JavaScript Object Notation (JSON) Known Bugs
- Multitenant Container Database (CDB) and Pluggable Database (PDB) Known Bugs
- Oracle ASM Cluster File System (Oracle ACFS) Known Bugs
- Oracle ASM Dynamic Volume Manager (Oracle ADVM) Known Bugs
- Oracle Automatic Storage Management (Oracle ASM) Known Bugs
- Oracle Database Configuration Assistant (DBCA) Known Bugs
- Oracle Database Enterprise Edition Known Bugs
- Oracle Database Quality of Service (QoS) Management Known Bugs
- Oracle Grid Infrastructure Known Bugs
- Oracle Text Known Bugs
- Oracle Universal Installer Known Bugs
- Oracle XML DB Known Bugs
- RMAN Known Bugs
- Standard Edition Release Known Bugs
- XStream Known Bugs
2.12.1 Oracle Database Quality of Service (QoS) Management Known Bugs
This section describes known bugs for Oracle Database Quality of Service (QoS) Management.
Topics:
2.12.1.1 Bug 25369170
After an Oracle Grid Infrastructure upgrade, the password for the Oracle Database Quality of Service (QoS) Management administration account (qosadmin) needs to be reset and any users created before the upgrade need to be re-created.
Workaround:
Reset the password for the Oracle Database QoS Management administration account (qosadmin) after the upgrade completes by running the following command as a grid operating system user:
qosctl qosadmin -setpasswd qosadmin
The new password must be entered (there will be no prompt for the old password).
To re-create the Oracle Database QoS Management application users, perform the following steps as a grid operating system user:
-
Prior to upgrading Oracle Grid Infrastructure, run the following command to list the current list of defined users:
qosctl qosadmin -listusers
-
After the upgrade, each user can be added by running the following command:
qosctl qosadmin -adduser <user_name>