ORA-38705: Expected block size string does not match string in log header.
Cause: When the flashback log file header was read, the block size in the control file did not match the block size contained in the header.
Action: If you are doing a FLASHBACK DATABASE, then the flashback cannot be performed because of the corrupted log. A restore and an incomplete recovery must be performed instead.
。
这是一个由于登录头部不匹配导致的 Oracle 错误。
ORA-38705是登录块大小字符串与日志头中的字符串不匹配导致的错误。
ORA-38705错误通常发生在一致性检查后,头部字符串不匹配时发生。
1. 将错误定位到一致性检查后,日志头中的块大小字符串与登录头部不匹配处。
2. 重新打开日志文件,尝试再次对数据库进行一致性检查。
3. 如果除了日志文件的结构以外的其他结构没有改变,则登录头部也应该一致。
4. 如果重新打开日志文件不起作用,则可能需要将损坏的文件删除,并重新创建日志文件,以保证一致性检查通过。