ERROR | Supplied dblink must have CONNECT, RESOURCE, and SELECT_CATALOG_ROLE roles |
CAUSE | A dblink was specified to DBMS_LOGSTDBY.INSTANTIATE_TABLE that lacked one or more of the CONNECT, RESOURCE, or SELECT_CATALOG_ROLE roles. |
ACTION | Grant the CONNECT, RESOURCE, and SELECT_CATALOG_ROLE roles to the specified dblink, and retry the operation. |