ORA-00287: specified change number string not found in thread string
Cause: The given change number does not appear in any of the online redo logs for the given thread.
Action: Check the statement to make certain a valid change number is given. Perhaps try to use the NEXT option for archiving logs.
ORA-00287意味着数据库实例在跟踪日志中找不到指定的变更号。
ORA-00287表明您请求的更改号未在当前线程中发现,或者您没有通过设置V$LOG_CHANGE参考指定的线程。
该错误常见于在日志变动表中尝试查找映射到某个日志变动号的记录时遇到的情况。同时,也可能在尝试查询SCN之间的变动时发生该错误。
这是一个容易诊断和解决的问题,您可以检查V$LOG_CHANGE中是否存在与指定变更号一致的线程,然后再重新尝试查询。