It has been more than two years since the last Developer 6i patchset 18 was certified with Oracle E-Business Suite Release 11i, and now, Developer 6i patchset 19 (6.0.8.28) is certified with Oracle Apps 11i. Actually, since we migrated from Jinitiator to Java JRE 1.6, we've encountered some frustrating mouse focus issues, I really hope they were fixed with this patch and won't appear after upgrade. Like with the last patch set, I'll bring you "step-by-step" upgrade instructions for linux deployments. *** All patches must be installed on all Application tier nodes
Related - Note 125767.1 - Upgrading Developer 6i with Oracle Applications 11i. You are welcome to leave a comment |
Sunday, August 24, 2008
Developer 6i Patch Set 19 upgrade with EBS 11i
Posted by Aviad at 10:26 PM 5 comments
Labels: Developer 6i, Patches, Upgrades
Thursday, August 7, 2008
How to Configure OEM 10g Database Control after Clone
After cloning an EBS environment I had tried to start the OEM 10g Database Control (DBConsole) and I got this message: [oratest@testsrv1 ~]$ emctl start dbconsole However, it was an acceptable message since DB Console wasn't configured to this instance yet. Using emca I've tried to recreate the DB Control configuration files as follow: [oratest@testsrv1 ~]$ emca -config dbcontrol db ... Well, I thought it looks fine, but when I opened the DB Console I saw this message at the top of the page: error: After some research, logs digging and Metalink searches, I found that the Agent component should be relinked manually. I will show my actions step by step:
Following this procedure will make the DBConsole configured and work for the new cloned instance. |
Posted by Aviad at 1:21 PM 0 comments
Labels: OEM, Troubleshooting
Tuesday, July 29, 2008
How to enable FND_HELP search by creating an index on FND_LOBS efficiently
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 |
Posted by Aviad at 11:57 AM 2 comments
Labels: AOL, Troubleshooting



