标题: ORA-04069: cannot drop or replace a library with table dependents [打印本页] 作者: admin 时间: 2016-7-25 13:35 标题: ORA-04069: cannot drop or replace a library with table dependents ORA-04069: cannotdrop or replace a library with table dependents Cause: An attempt was made to drop or replace a library thathas dependents.
There could be a table which depends on type which depends on the library being
dropped. Action: Dropall table(s) depending on the type, then retry.