Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex is failing with error ORA-01426: numeric overflow

ahmadi3Jan 10 2023

I have Apex 21.2 and it was working fine.
All the sudden when I need to do and change or delete any application it is failing with below error
ORA-01426: numeric overflow
Error deleting application 114.
ORA-01426: numeric overflow
Saving a page of type IG Report it is failing with same error while saving a page with type form it is saving successfully.
Please any help.
Also when I need to copy the Application it is failing with the below
Execution of the statement was unsuccessful. ORA-01426: numeric overflow

begin
wwv_flow_api.remove_flow(119);
end;

Contact your application administrator.Return to application.

Comments
Post Details
Added on Jan 10 2023
1 comment
324 views