When running compare command in sp_ctrl the following error is displayed:
Failed to get stat() on /SharePlex/vardir/log/*.sql - No such file or directory.
Lack of database privileges on the target.
Perform the following on target:
Oracle 9i:
SQL> grant select any dictionary to <splex_user>;
Oracle 8i:
SQL> grant select_catalog_role to <splex_user>;
Re-run the compare command.
This solution applies to Oracle 8i and 9i only.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center