Open
Description
If a package has case-sensitive name (for example DWH."aQa"
) ut_suite_manager
while scanning schema fails with an error when calling dbms_utility.name_resolve
as we dont add "
.
The problem might appead in other parts of the framework.
Case sensitiveness still has not to restrict a user input, I mean a user might execute a package with all lowercase and everything has to work correct.
Bug needs deeper investigation