Hi Bpeterse,
First of all I am very thankful for your reply. And it's my pleasure to get knowlledge from you regarding Application Server.
Actually, I have gone thru EM and I get those information on my screen. I need that source of infomation/required information from where OEM provides. For e.g. if we create database we know that catalog.sql and catproc.sql runs. ok? If we want to creat some additional dbms package we have to run some script. right? same way I need source of those scripts which show results on OEM for Oracle AS.
As you have suggested, we have already change em_mode = 1 and we have created trace group which generates session wise trace file. But I need the scripts - sql scripts which will be run thru sql plus and I get information regarding forms, application etc.
Can you please provide some information on this regards?
It's great help if you provide me. I am very thank ful if you give your expert suggestions on this regards.
Thanks again.
Regards,
Paresh Rathod
Main Topics
Browse All Topics





by: bpetersePosted on 2007-07-13 at 07:29:56ID: 19481187
You can retrieve all this through the enterprise manager web console. Default install will put EM on port 1156 - but you can verify this from $ORACLE_HOME/install/portl ist.ini. URL will be http://{your_app_server_na me}:1156 which will then prompt your for the ias_admin uid and password (set during installation).
To enable tracking of users in forms, you'll have to edit the formsweb.cfg > set em mode=1 and restart the app server. Enable tracing on the rep server to track reports and users accessing rep server.
Not sure if you can query anything in the app server via sql since that's typically used for interacting with the database....
Tracking users via their IP or username could be tricky. If the applications are programmed to access the RDBMS via one username/password, you'll have to do it via IP and then query nbtstat to get the username/machine name - that will require some scripting talent.