ORA-28521: no heterogeneous capability information available
Cause: The ORACLE server'sdata dictionary did not contain capability
definitions for the connected non-Oracle system, and automaticself-registration
(data dictionary upload) was disabled.
Action: Ask a DBA to resolvethis problem. The easiest resolution is to enable
automatic self-registration by setting the ORACLE server's HS_AUTO_REGISTER
initialization parameter to TRUE. An alternative is to load the Heterogeneous
Services data dictionary with information specific for the non-Oracle system by
executing a SQL script supplied by the agent vendor. If the script is run andthe
error persists, contact the customer support representative of the agentvendor.
ORA-28522: errorinitializing heterogeneous capabilities
Cause: ORACLE was unable toretrieve capability definitions for the non-Oracle
system instance, probably because the underlying data dictionary table does not
exist or is formed incorrectly.
Action: Verify that theORACLE server's Heterogeneous Services data dictionary
was installed correctly. If the Heterogeneous Services data dictionary is not
installed, execute the CATHS.SQL script in the $ORACLE_HOME/rdbms/admin
directory
|