APEX 19.1.0.00.15 was released on March 29, 2019.
Please review the Release Notes for significant issues known at time of release. Any new significant issues will be added here. This page was last updated on June 19, 2019.
Note: Review the APEX 18.1 and above Known Issues Addendum for important information regarding flash charts.
ORA-02291: integrity constraint (APEX_180200.WWV_FLOW_AUTHN_FK_CRED) violated
.catpatch_appcon.sql
.
This script is used to patch APEX installations in an application container, a new installation option in APEX 19.1.
The advantage of this installation option is that you only have to run this patch script once against the application container root,
and then application PDBs can apply the PSE bundle when they are ready. To use the catpatch_appcon.sql script:
catpatch_appcon.sql
.
alter pluggable database application APEX sync;
begin
sys.dbms_utility.compile_schema( 'APEX_190100', false );
sys.dbms_utility.compile_schema( 'FLOWS_FILES', false );
end;
table.calculator td.w120 { height: 20px; width:100%; }
table.calculator td.w20 { height: 20px; width:20px; }
table.calculator td.w40 { height: 20px ;width:40px; }
Changed Behavior: