dbTalk Databases Forums  

Tool to track what all is happening in database when i run an oc4japplication

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Tool to track what all is happening in database when i run an oc4japplication in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #31  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM






On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
  #32  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM






On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
  #33  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM



On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
  #34  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM



On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
  #35  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM



On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
  #36  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool to track what all is happening in database when i run anoc4j application - 12-10-2008 , 02:53 PM



On 09.12.2008 21:25, Rohit wrote:
Quote:
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.

Hey thanks for information. I agree that i need to get familiar with
Oracle
Definitively!

Quote:
but will you let me know if with this tracing option turned
on , can i get info about the actual tables touched , what update (if
possible actual row/column level change) happened to it.
Yes, you can get at all the SQL executed.

Quote:
While i study
these things , just let me know if at all its possible to reverse
engineer whole schema that application is using.
You do not need to trace the application to reverse engineer the schema.
Just look at all table definitions and their relationships. There are
views like USER_TABLES which exhibit information about all the tables.
See the Reference document.

There are even tools like Toad, SQL Developer, Power Designer, Visio and
many more that will give you a printable graphic representation of the
schema.

Cheers

robert


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.