文档解释
ORA-38810: Implementation restriction: cannot drop edition that has a parent and a child
Cause: This error occurred because an attempt was made to drop an edition that has a parent and a child edition.
Action: Retry after dropping the parent or child edition.
?
ORA-38810错误是由Oracle数据库引擎引起的,通常出现在尝试删除包含父和子版本的Oracle数据库版本的操作的时候。官方解释是:“尝试删除拥有一个父版本和一个子版本的版本时要求失败,因为有子版本的版本不能将被删除”。
常见案例是当用户尝试删除一个现有版本但又被其他版本所使用时,就会出现此错误。
一般处理方法及步骤
(1)检查哪些版本使用了你想要删除的版本;
(2)更新所有具有版本的对象,使用不再使用该版本;
(3)重新尝试删除该版本。