How to get list of installed patches in provisioned ATP
Hi, we are currently not aware of any way how to get list of installed patches in provisioned ATP
• select * from sys.registry$history -> ORA-00942: table or view does not exist
• select dbms_qopatch.GET_OPATCH_LIST from dual -> ORA-00904: "DBMS_QOPATCH"."GET_OPATCH_LIST": invalid identifier
1. Is it possible to get this information as ADMIN user from the database or somewhere from the console if we use shared server configuration?
2. Is there any difference in case dedicated infrastructure?
3. Is it possible to have control over which patches are installed or is it possible to request a patch for a specific bug?