How to revert back to older version of apex
james.Mar 21 2011 — edited Mar 22 2011Hi All,
We have upgraded apex 4.0.2 from 2.2 and if we want to revert back to older version. Can we simply execute below step and then any other steps need to run? Please help me.
To revert to Oracle Application Express release 2.2, execute the following:
ALTER SESSION SET CURRENT_SCHEMA = FLOWS_020200;
exec flows_020200.wwv_flow_upgrade.switch_schemas
('APEX_040000','FLOWS_020200');
Regards