ORA-23389: obsolete procedure; drop objects and recreate using new master
Cause: dbms_repcat.switch_mview_master is no longer supported.
Action: Drop the objects in the object group and recreate them using the new master.
ORA-23389 是 Oracle 数据库错误,指的是一个过时的存储过程。
1. 尝试将原存储过程重构为新“控制”环境中可用的版本。
2.查看数据字典,如果可以找到当前不可用(不可用或已删除)的存储过程,则删除它。
3. 使用新版本重新创建存储过程。
4. 检查和修改该存储过程以适应新“控制”环境。
5. 如果有必要,则重新编译所有现有的调用存储过程的SQL语句。