In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail the solution of DML DDL report ORA-00600: [kntgMvLogObjn]. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have some understanding of the relevant knowledge after reading this article.
DML or DDL the table to ORA-00600: [kntgMvLogObjn].
(1) delete materialized view log first, and then DML or DDL the table.
Select * from dba_mviews
Select * from dba_mview_logs
Drop materialized view log on TABLE_NAME
(2) if the first step cannot be solved, then the MATERIALIZED VIEW LOG needs to be rebuilt.
Typically, the user or table has been renamed before. It may be that the information in data dictionaries such as obj$ is inconsistent.
You can refer to Doc ID 1612402.1 for one of the recommendations of Oracle for such problems is to use to rebuild the materialized view log, create it using with rowid, and then delete it.
SELECT * FROM sys.MLOG$
CREATE MATERIALIZED VIEW LOG ON TABLE_NAME WITH ROWID
Drop materialized view log ON TABLE_NAME
CauseThe MLOG$ entry didn't exist but the MLOG$_... Segment in OBJ$ still existed, and the table referenced in its flags that it uses a materialized view log.To implement a solution for this issue please execute the following steps in the given order:create a new materialized view log using CREATE MATERIALIZED VIEW LOG ON WITH ROWID
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.