Answer by Andreas G. ·
Hi
I just did a quick google search on "OC4J add Java Command Line Arguments" and it brought me to the following page: http://docs.oracle.com/cd/B14099_19/core.1012/b14001/optj2ee.htm#i1023682
So - the Java Agent String that you have to pass to your JVM as part of the command line can be added via this Application Server Control Console App that OC4J provides.
Your steps to install the agent are therefore
#1: Figure out your exact cmd line string to load our Java Agent (doc -> Java Agent Configuration): this will be something like: -agentpath:installdir\dtagent.dll=name=YOURTIERNAME,server=YOURDTCOLLECTOR
#2: use the App Server Control Console App to add this parameter to your OC4J Command Line
Andi
Answer by Roman S. ·
Hi Ramesh,
Installation depends on the OS you have your OAS running on, check out the documentation page: Agent Configuration
For using OAS we also have a page in the doc that should help, basically you need to add the -agentpath parameter to the Java options of your server: Oracle Application Server
Best, Roman
JANUARY 15, 3:00 PM GMT / 10:00 AM ET