Skip to content

Conversation

@simonpane
Copy link

TL;DR:

Fix error:

SQL error: ORA-44001: invalid schema

Details:

Error is generated when loading page 17 from item P17_OWNER and page 3 from item P3_USER.

Specifically, page 17 uses item P17_OWNER to populate P17_DIR_PATH with LOV SUITE PATH LIST which uses the SQL query:

select path d, path r from table(ut_runner.get_suites_info(NVL(:P17_OWNER,'NOBODY'))) where item_type = 'UT_LOGICAL_SUITE' order by path

With :P17_OWNER undefined, the DBMS_ASSERT function used in utPLSQL will cause an ORA-44001: invalid schema to be raised. In the case of page 17, the page cannot even be rendered and results in an error (visible in the debug log).

Resolution:

Add default values for items P17_OWNER and P3_USER. For simplicity, setting to Application-item :APP_SCHEMA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant