Uncategorized
Process exiting status in Oracle Application R12
Issue:
======
a) Unable to launch the application or Home page hangs in Oracle Application Release R12
b) If you check the services on the web/Admin node, you can see process
ps -ef | grep -i exiting
- 647302 – – – exiting
- 708754 – – – exiting
- 925856 – – – exiting
- 983252 – – – exiting
- 1044536 [...]
Oracle R12 Reports are failing with Rep 3000 error on IBM AIX
Issue :
In R12 on IBM AIX Reports are failing with Rep 3000 error
Description:
We all know that there is no concept of Display for generating reports in R12, there is…..:) but only on IBM AIX.
We need to set the display in IBM AIX for R12 to generate the reports output without error.
Solution ;
a) Go to [...]
Oracle 11i forms crash in IE
Issue :
Unable to open forms due to IE Error in 11i or Forms crashes with IE Error or Jinitiator Issue
This is due to jvm incompatibility used by other Application or tools.
Solution :
a) Go to program files java ==> jre1.6.0_07 (Or recent jre you can download from java.sun.com)
Path : C:\Program Files\Java\jre1.6.0_07\bin\client
b) Copy the jvm.dll file
c) Go to C:\Program Files\Oracle\JInitiator [...]
Missing Libraries during Post Clone Stage (adcfgclone.pl)
We recently faced this interesting issue during the post clone stage. All the .a and .o library files were removed during execution of adcfgclone.pl which ultimately results in relinking errors of forms and reports … strange isnt it …
Both Source and Target boxes were of the same OS configuration : HP UX 11.23 Itanium [...]
Beware of costly typos “crontab -r”
Folks,
Today, i made a costly mistake in my Production definitely worth sharing !!!
On our HP-UX machine, as ‘oracle’ user , instead of issuing ‘crontab -e’,
i mistyped as ‘crontab -r’ and guess what, ALL MY CRON JOBS VANISHED !!!
******************
/home/oracle> crontab -r
/home/oracle>
/home/oracle> crontab -l
/home/oracle>
*******************
LUCKily i had saved the “crontab -l” listing sometime. So, i edited again
and scheduled [...]


