aiaiDBA

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

13718043309

010-86462881

ORA-39315: Cannot drop the first data file from a permanent or undo tablespace.

ORA-39315: Cannot drop the first data file from a permanent or undo tablespace.
Cause: DBMS_METADATA_DIFF was comparing two permanent or undo tablespaces. The first data file in the first tablespace is missing from the second tablespace. There is no SQL ALTER statement to drop the first data file from a permanent or undo tablespace.
Action: The difference cannot be eliminated with an SQL ALTER statement.

请先 登录 后评论

1 个回答

小智
ORA-39315:无法从永久或撤销表空间中删除第一个数据文件。,
.原因: DBMS_METADATA_DIFF正在比较两个永久表或undo表空间。第二个表空间中缺少第一个表空间中的第一个数据文件。没有SQL ALTER语句从永久或撤销表空间删除第一个数据文件。,
.操作:使用SQL ALTER语句无法消除该差异。,
.
请先 登录 后评论