Contents
Why does apex fail to create a new session?
Applications that implement a “become user” feature, which creates a new session as a different user, can fail with APEX complaining that the session changed. Solution: A PSE has been made available for this issue on MyOracleSupport.
Why is export from apex 18.1 not working?
Importing an application export from APEX 18.1 with Web Source Modules fails with ORA-1403 when the following conditions are met: At least one Web Source Modules uses OAuth Authentication; and A separate remote server is used for Authentication (Shared Components > Web Source Modules > Authentication > Authentication Server.
Why are columns not escaping content in apex?
In APEX interactive reports, the list of values which is automatically generated for the column heading filtering does not respect the columns’ “Escape special characters” attribute. It always escapes the content. Solution: A PSE has been made available for this issue on MyOracleSupport.
Why is the zero value not returned in apex?
If you have a Switch item defined using custom component settings with the “Off Value” set to “0”, then the zero value will not be returned correctly. Solution: A PSE has been made available for this issue on MyOracleSupport. Navigate to Patches & Updates and search for patch number 30392181.
Why does apex not download the rowid column?
For Interactive Grids based on a SQL Query, if the query selects the ROWID column and the ROWID column is the first in the Interactive Grid column list, then downloading the data (Actions > Download) fails with ORA-1403. Workaround: In Page Designer, move the ROWID column down in the column list.
Why does myoraclesupport not display null in apex?
If you have an Interactive Grid column based on a List of Values with “Display Extra Values” = No, and the column includes an invalid value, then that invalid value will be displayed instead of displaying null. Solution: A PSE has been made available for this issue on MyOracleSupport.
Are there any known issues with apex 19.2?
When using the new APEX_REGION.OPEN_QUERY_CONTEXT function for an interactive report PIVOT view, APEX throws an error “ORA-00903: invalid table name” and you can not view the context within debug output. Solution: A PSE has been made available for this issue on MyOracleSupport. Navigate to Patches & Updates and search for patch number 30392181.