How to fix the Oracle error ORA-56972: referenced file not found?
In this post, you’ll learn more about the Oracle ErrorORA-56972: referenced file not found with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-56972: referenced file not found
Reason for the Error ORA-56972: referenced file not found
One of the file specified in the test case package is mising
How to fix the Error ORA-56972: referenced file not found ?
You can fix this error in Oracle by following the below steps
rebuild the SQL test case or make sure that all the referenced files are readable and located in the same directory as the SQL test case manifest.
Leave Your Comment