![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#3
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#4
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#5
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#6
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#7
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#8
| |||
| |||
|
|
I am new to database world and would like to know how following thing can be achieved. I have oracle database and oc4j setup. I have one closed source oc4j application which i run from browser which read and writes to database. I would like to know what actually happens at back end when i perform some operation in that application. What tables/ views/indexes are updated ? And what change happens to them ? 1: Is it possible to to track such information ? 2: Google search gave me some tool name but they were most likely : start tracking, run your sql script , stop tracking. Here application is run from browser and i do not have access to scripts it run. |
#9
| |||
| |||
|
|
First of all, it's called "tracing". *Then, you can trace an Oracle session even without access to the source code of the application. Assuming you have a recent release of Oracle you can enable session trace via Grid Control / Enterprise Manager or an PL/SQL package. *You could also write a login trigger which switches tracing on. |
#10
| |||
| |||
|
|
First of all, it's called "tracing". *Then, you can trace an Oracle session even without access to the source code of the application. Assuming you have a recent release of Oracle you can enable session trace via Grid Control / Enterprise Manager or an PL/SQL package. *You could also write a login trigger which switches tracing on. |
![]() |
| Thread Tools | |
| Display Modes | |
| |