APPLIES TO: Oracle Database - Enterprise
Edition - Version 11.1.0.6 to 11.2.0.3 [Release 11.1 to 11.2] Database aler tlog shows the error as follows ERROR: failed to establish dependency between database <database name> and diskgroup resource ora.<diskgroup name>.dg
Example: ERROR: failed to establish dependency between database ERPREP and diskgroup resource ora.DATA.dg This error is
harmless. "The db-dg dependency
will be created later on if the diskgroup is used by the db again; the
dependency can also be created manually through cmdline tool.
$ srvctl modify database -d <db_unique_name> -a "<diskgroup_list>"
For example:
The above document has copied from Oracle Support (https://support.oracle.com), Doc ID 1474954.1 |