ORACLE APPS DBA
Tuesday, April 8, 2014
Wednesday, October 24, 2012
Two node oracle Apps R12 install ... Which services to choose
If you want to install oracleApps R12 on two node install with DB and Concurrent Processing on one node and Web forms on another node here is how you choose
On Node 1 choose batch processing (rest of them keep disabled)
on Node 2 choose Root Services,Web Entry point services,Web Application Services and other Service group.
The difference between rapid install of 11i and R12 is
In a multi node 11i system each node had its own set of file system for Application components where as 11.5.10.2 introduced Shared Appl top
R12 has all components which can be shared between multiple application Tiers with the restriction that they should be on the same Operating system.
On Node 1 choose batch processing (rest of them keep disabled)
on Node 2 choose Root Services,Web Entry point services,Web Application Services and other Service group.
The difference between rapid install of 11i and R12 is
In a multi node 11i system each node had its own set of file system for Application components where as 11.5.10.2 introduced Shared Appl top
R12 has all components which can be shared between multiple application Tiers with the restriction that they should be on the same Operating system.
Tuesday, November 22, 2011
Unable to authenticate session. --Oracle apps R12
Bring down services of application then complile jsps
cd $FND_TOP/patch/115/bin
perl ojspCompile.pl --compile --flush -p 2
Run autoconfig on both db and apps tiers
Bring up the services and test login
Cleared internet cache(browser cache)..
Cleared internet cache(browser cache)..
Tuesday, November 8, 2011
how to find version of cmlacm.lpc or cmlacm.o
Go to $APPL_TOP and find that particular file
eg:
cd $APPL_TOP
find . -name cmlacm.*
the search returns ./bom/11.5.0/lib/cmlacm.o
adident Header ./bom/11.5.0/lib/cmlacm.o
$Header cmlacm.lpc 115.30.115100.5 2005/04/18 12:49:24 susriram ship $
Tuesday, June 14, 2011
Patch 5121547 Errors au resource GMS.pll
1) No need to compile this library if not using Oracle Grants Accounting module. Choose the option to continue as if it were successful.
Script to find out if GMS is implemented:
select * from GMS_IMPLEMENTATIONS_ALL;
No rows indicates GMS is not implemented.
2) If users want to compile this object and make it valid, it may require that you to apply various Grants Accounting related patches to make them compatible with the PA objects you currently have. Please log a new SR with Oracle Support to confirm the Grants Accounting related patches to be applied.
Application of Patch 5121547 Errors: GMS_PA_INTERFACE [ID 427617.1]
Sunday, May 8, 2011
Diagnosing the ORA-12537: TNS: connection closed error
in TNS_ADMIN
Check SQLNET.ORA has this parameter set to YES if it is comment it or remove these parameters.
#tcp.validnode_checking = yes
#tcp.invited_nodes=(EBSDEV.arabia.com)
Monday, April 25, 2011
How To Add a Printer in EBS
First Add the printer from backend (normally done by Unix admins).
For steps to add from backend mail me at mohd.inam@gmail.com
Once it is added at backend give a Test print( be cautious if it is a cheque printer or some imp printer before u test print).
Login to front End of EBS and navigate to install > printer > register
Give the name of the printer u have set at server and choose printer type like Epson etc.
when u go for printer driver u will have to choose the style and driver.
If u dont have the style and driver copy it from other application if it is present at another EBS application.
The Screen shots are Below.







Subscribe to:
Comments (Atom)