Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Cloud Control 13c:Dynamic Category property error

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

For manually built libraries or newly upgraded libraries, the following error may be reported under EM 13c, resulting in unknown availability status:

Target oracle_database.orcl is broken: Target {oracle_database.orcl} is broken: Dynamic Category property error,Get dynamic property error,No such metadata-No valid queryDescriptor or executionDescriptor found for target [oracle_database.orcl$57] is broken: Dynamic Category property error,Get dynamic property error,No such metadata-No valid queryDescriptor or executionDescriptor found for target [oracle_database.orcl$57]

Solution:

SQL > desc dba_registry_history

Name Null? Type

-

ACTION_TIME TIMESTAMP (6)

ACTION VARCHAR2 (30)

NAMESPACE VARCHAR2 (30)

VERSION VARCHAR2 (30)

ID NUMBER

COMMENTS VARCHAR2 (255)

There is no BUNDLE_SERIES column, rerun the following script to have this column

SQL > @ $ORACLE_HOME/rdbms/admin/catbundle.sql

Enter value for 1: psu

Enter value for 2: 0

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

SQL > desc dba_registry_history

Name Null? Type

-- -

ACTION_TIME TIMESTAMP (6)

ACTION VARCHAR2 (30)

NAMESPACE VARCHAR2 (30)

VERSION VARCHAR2 (30)

ID NUMBER

BUNDLE_SERIES VARCHAR2 (30)

COMMENTS

At this point, the MOS document ID:2105001.1

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report