Have you ever tried to use the search option of Online Help in Oracle Applications? I checked it on firefox, hope to get more accurate message, and I got this: I checked fnd_help package and it's compiled and looks fine. These errors appeared in error_log_pls: [Mon Jul 28 10:34:54 2008] [warn] mod_plsql: Stale Connection due to Oracle error 20000 I found note 306239.1 - "Cannot Search Online Help After Fresh Install of 11.5.10" which suggest that Applications interMedia Text indexes are corrupt. In my instance it even wasn't exist... I followed this note which instructs to:
But aflobbld.sql had been running for more than 10 hours and the size of DR$FND_LOBS_CTX$I table has reached to 35 GB ! Note 396803.1 - "FND_LOBS_CTX is having huge size, how to reduce the sizeof the index?" suggests it's a bug, indexing all documents in FND_LOB table, also the binary files, while using wrong filter. So how can we make aflobbld.sql to index only FND_HELP documents? For each row in FND_LOBS table the file_format column is populated with one of the following values: IGNORE, BINARY, TEXT. Note 397757.1 - "How to Speed Up Index Creation on FND_LOBS by indexing Only FND_HELP Data" suggests the steps to do it. These are the steps:
You are welcome to leave a comment . Aviad |
Tuesday, July 29, 2008
How to enable FND_HELP search by creating an index on FND_LOBS efficiently
Posted by Aviad at 11:57 AM 2 comments
Labels: AOL, Troubleshooting
Tuesday, June 24, 2008
How to execute TKPROF on trace files larger than 2GB ? --> Use pipe
Here is a nice trick to work with files larger than 2GB on Unix/Linux using pipe. First case - TKPROF When trying to execute TKPROF on a trace file larger than 2 GB I got this error:
In order to successfully execute TKPROF on this trace file you can use the mkfifo command to create named pipe as follow:
This way you'll successfully get the output file.
Second case - spool Similar issue with spool to file larger than 2GB can be treat similarly.
Related Notes: Note 62427.1 - 2Gb or Not 2Gb - File limits in Oracle Aviad |
Posted by Aviad at 1:54 PM 1 comments
Labels: DB Tools, Troubleshooting, Unix\Linux
Friday, June 6, 2008
Mix of Old & New style buttons in OA Framework pages
After some heavy patches applied on our system we noticed that some buttons in OAF pages looks like the old style gray buttons while the others are fine new style yellow buttons.
(The "Advanced" is the old style and all the others are the new style) Trying to clear cache ($COMMON_TOP/_pages) and bounce Apache didn't solve the problem. The solution is hiding within jserv.properties:
And the problem will be resolved...
Related Note: 368188.1 - Buttons Are Not Rendering Correctly In Self Service Framework Pages. Aviad |
Posted by Aviad at 4:59 PM 0 comments
Labels: AutoConfig, Troubleshooting





