The conflict resolution fails with the error "ORA-00942 table or view does not exist", though the object does exist in the database.
Privilege issues may be causing the error.
Perform one of the following steps to resolve the privilege issue that is causing the error:
1. Grant the system privilege GRANT SELECT ANY DICTIONARY to Shareplex user.
2. Set the init.ora parameter O7_DICTIONARY_ACCESSIBILITY to true.
Here is the description of the parameter from Metalink:
"O7_DICTIONARY_ACCESSIBILITY is intended for use when you migrate from Oracle7 to Oracle9i. It controls restrictions on SYSTEM privileges. If the parameter is set to true, access to objects in the SYS schema is allowed (Oracle7 behavior). The default setting of false ensures that system privileges that allow access to objects in "any schema" do not allow access to objects in SYS schema.)"
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center