EBS 重新编译oracle object
本文档由ice.xie原创,转载请说明出处
1.check oracle object
SQL> select count(*) from dba_objects where status='INVALID';
COUNT(*)
----------
1808
2.用APP用户,执行adadmin
打开维护模式
重新编译APPS Schema
Compile/Reload Applications Database Entities menu-> 1. Compile APPS schema
编译完之后,最好再check一次
SQL> select count(*) from dba_objects
where status='INVALID';
adadmin->Change Maintenance Mode->2. Disenable Maintenance Mode
再重启应用即可
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9007136/viewspace-901405/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/9007136/viewspace-901405/