APPS_DDL package issues in fs_clone
This blog is intended for DBA’s who have issues in completing fs_clone. We applied a critical patch for one of the client and afterwards executed fsclone, but it failed with the error message “Unable to get APPS_DDL package version from db <XXXX> <APPS_DDL> <PACKAGE>”.
I’ve outlined the solution and root cause of the problem below.
ISSUE:
While running fsclone we got the below error,
|
CAUSE:
Settings (READ_ONLY_FLAG and ENABLED_FLAG) are not correct for users of custom schema XXXX.
SOLUTION:
- Confirm that the value for READ_ONLY_FLAG and ENABLED_FLAG is not as expected by running:
|
2.Update READ_ONLY_FLAG
|
3.Update (if necessary) ENABLED_FLAG
|
4.Re-test the issue