The following errors are observed when activating a config where the table’s name starts with “Shareplex_”:
sp_ctrl (alvsupu15:5438)> show log reverse
Info 2017-07-05 19:43:20.771706 13793 1 Activation exited with code=1, pid = 13884 (activating datasource o.ORA11GR2)
Error 2017-07-05 19:43:20.757615 13884 1 Compile of "config3" for database o.ORA11GR2 failed: No valid tables were found in the config.
Warning 2017-07-05 19:43:20.756195 13884 1 Activation: Cannot replicate to or from an object whose name starts with "SHAREPLEX_". Skipping ("SHA90"."SHAREPLEX_TABLE1") (activating datasource o.ORA11GR2) [module ocf]
The error occurs regardless of the case (upper or lower or mixed) of the string “Shareplex_”
Change the name of the object to be replicated so that it does not have the string “Shareplex_” in the beginning of the name. Then activate again. Or remove the object from config file if this is not possible and then activate. The error only occurs for the offending objects and the other objects will be brought into replication successfully.