2008年3月17日星期一

登录默认页面看到notifications提示

Home FAQ Note:207541.1

QUESTIONS & ANSWERS-------------------
1. How can I create a notifications worklist in main menu?
Answer------
. Add Preferences responsibility to your user.
. Click Create and Modify Pages icon at the top of your menu page.
. Click New.
. New Page Name = Worklist.
. Apply.
. Select Worklist: single click on Worklist.
. Click edit.
. Choose Edit Content.
. Select Worklist.
. Single click on the ">" icon. . Done.

如果不能看到plus-in,需要增加职责。

Problem Description-------------------
11i when trying to customize homepage and clicking on edit content no available plug-in to choose from.
Navigation -> Sign On -> On the Main Menu page
Click on Create and Modify icon ->
Create a new page and click on edit button ->
Press the edit content button ->
No available plug-in to select from Solution Description--------------------

In System Administrator Responsibility add the Preference Responsibility Navigation -> System Administrator Responsibility -> Security / User / Define -> Query User and Add the 'Preference' Responsibiltiy

如果没有'Preference'职责,那就是'Preference SSWA'职责。

2008年3月7日星期五

编译失效对象

正在尝试XML Gateway,出现问题,做了一个debug,发现问题的大概位置,然后在系统标准的package中ECX_UTILS中增加了几行语句,然后编译到数据库。

发现无效的对象又多了一个,集中在ECX开头的几个Package,然后通过TOAD,查看系统中APPS这个Schema下的失效对象,将EXC开头的Package选中,重新编译。刷新后,失效对象越来越多。

最后没有办法,只有请DBA在Unix端,通过ADAdmin来运行编译命令,解决问题。

但是为什么会出现开始失效对象越来越多的情况呢?