aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-19734: wrong creation SCN - control file expects converted plugged-in datafile

ORA-19734: wrong creation SCN - control file expects converted plugged-in datafile
Cause: When a tablespace is plugged into a database, the tablespace is initially read-only. Oracle converts the header of the plugged-in datafiles (assign them a new creation SCN) when the tablespace is first made read-write. This error occurs when the creation SCN in the file header is different from the creation SCN in the control file, possibly because this is the initial version of plugged-in datafile.
Action: Either restore the converted datafile or continue recovering the datafile.

请先 登录 后评论

1 个回答

小智
ORA-19734:错创作SCN - 控制文件需要转换后插入的数据文件,
.原因:当表空间插入数据库时??,表空间最初是只读的。当表空间首次读写时,Oracle转换插入数据文件的标题(为它们分配新的创建SCN)。当文件头中的创建SCN与控制文件中的创建SCN不同时,可能是因为这是插入的数据文件的初始版本,所以会发生此错误。,
.操作:恢复转换的数据文件或继续恢复数据文件。,
.
请先 登录 后评论