Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
导入 oracle 转储后,日志文件告诉我导入了 86643 行;但是,当我使用 sql developer 和 FME 来检索表的行数时,只显示了 86,198 行。什么会导致这种不一致?
可能有在其他模式中导入的表。运行以下查询以获取数据库中更广泛的表列表,检查是否符合您的预期计数。
Select * from all_tables;