Report
To use the functions in this menu, the FS02PS_338513a patch must be applied. After applying the patch, execute the relevant packages in the following order and grant the necessary permissions.
_pkg_utl_tpr.tbw package execution
GRANT EXECUTE ON SYS.DBMS_TPR TO [username]; GRANT EXECUTE ON UTL_TPR TO [username];
Caution
If the FS02PS_338594a patch is not applied, the TPR function will work, but report files will accumulate on the DB server, requiring periodic deletion.
How to delete: rm -rf .report*
If the FS02PS_149894l patch is not applied, TPR snapshot queries will not be possible.
Last updated