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!

Error ORA-01403 While Trying To Import an Application

User_N2QAYMar 9 2020 — edited Mar 17 2020

On 19.1.0.00.15 Apex

When attempting to import an application is failing with the following errors:

Execution of the statement was unsuccessful. ORA-01403: no data found

begin

wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));

commit;

end;

Why could it be causing the error?

Comments

Frank Nimphius-Oracle
Hi,

possible problem could be that you missed this step

"In the Edit Customization Class dialog, enter sitecc, then select the class SiteCC (oracle.model.mycompany) and click OK."

Frank
NikhilMisra
Hi Frank,

I have already set the MDS Customization Configuration as

oracle.model.fujitsu.siteCC

which is the path of my class.

Any other suggestions why it could happen.

I will re-iterate the steps I followed :

a) Define a Customization Layer in CustomizationLayerValues.xml

b) Created a customization class and configured it in adf-config.xml

c) Enabled seeded customization and then created Task Flow and Jsf pages

d) Switched the Role to customization Developer and then did my Customization for site values "Headquarters" and "Remote Offices"

e) Ran the apps in Customization Layer.

Regards,
Nikhil Misra
1 - 2

Post Details

Added on Mar 9 2020
1 comment
590 views