When executing the PCK.AUTOMIC_UTF-8-MIG.START job from the UTF-8 Migration Pack, the job fails to start and ends with the following error:
FAULT_OTHER - Start Impossible. ORA-00942: table or view does not exist
Additionally, the SQL Agent logs display an error related to the v$parameter view:
This issue occurs during the initial validation step, where the upgrade checker attempts to retrieve the max_string_size setting from the target Oracle database.
UTF-8 Migration Action Pack 1.0.8
Missing Permissions
The missing permissions on v$parameter on the destination database was identified as the root cause. To resolve this, the appropriate privileges was granted on the underlying view v_$parameter to the affected users/roles. This allowed users to successfully query v$parameter and retrieve the necessary parameter information.