Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Oracle 数据库中有两个 PLSQL 函数。函数 A 使用函数 B。因此要成功编译函数 A,函数 B 必须已经存在。
当我使用数据泵导入函数时,它在函数 B 之前导入函数 A,导致编译错误。然后我必须进入 SQL Developer 并重新编译该函数,然后它才能工作。
我的问题是,有没有办法让数据泵导入功能/程序,以便首先加载依赖项?
除非您单独加载它们(首先是依赖对象),否则您无法更改它。