RE: windows application to show sql being executed by a client

2003-02-07 Thread BanarasiBabu Tippa
Title: windows application to show sql being executed by a client program Hi Jacques The tool is very good and usefull. I suggest try to include explain plan for every SQL statement captured. Thanks Banarasi -Original Message-From: Deshpande, Kirti [mailto:[EMAIL PROTECTED

RE: windows application to show sql being executed by a client

2003-02-07 Thread Jamadagni, Rajendra
Title: windows application to show sql being executed by a client program BBabu, Like he said, talk directly to the developer ... read the README.eng file. Thanks Jacques for finding this product ... I already like it and am in touch with the author with some issues. Raj

Re[2]: windows application to show sql being executed by a client

2003-02-07 Thread Sergey Ten
Hello Banarasi, I'm Sergey Ten, the one that wrote the tool Jacques is referring to. Thanks for the feedback. I'd also like to see some functionality like that, but Quest Software already has SQLab that does it (means I'd have to compete against my own employer). Besides, my tool does not

Re: windows application to show sql being executed by a client

2003-02-07 Thread BigP
Title: windows application to show sql being executed by a client program how can I do it for unix processes ? ... Bp - Original Message - From: Jamadagni, Rajendra To: Multiple recipients of list ORACLE-L Sent: Friday, February 07, 2003 5:09 AM Subject: RE

RE: windows application to show sql being executed by a client

2003-02-07 Thread Stephen Lee
Lindows?? -Original Message- how can I do it for unix processes ? ... -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephen Lee INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California--

Re: Re[2]: windows application to show sql being executed by a client

2003-02-07 Thread Igor Neyman
Sergey, Does your utility monitor connections through ODBC interface(not OCI or OO4O)? Igor Neyman, OCP DBA [EMAIL PROTECTED] - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Friday, February 07, 2003 11:09 AM Hello Banarasi, I'm Sergey Ten,

Re[2]: windows application to show sql being executed by a client

2003-02-07 Thread Sergey Ten
For now it's NT platform only (NT/2000/XP) Friday, February 7, 2003, 9:34:04 AM, you wrote: B how can I do it for unix processes ? ... B Bp -- Best regards, Sergeymailto:[EMAIL PROTECTED] -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author:

Re[4]: windows application to show sql being executed by a client

2003-02-07 Thread Sergey Ten
ODBC is just another layer on top of Oracle client - eventually it will call OCI functions. So does OO4O, I believe. So I don't see why not. Let me know if you have problems. Friday, February 7, 2003, 11:24:35 AM, you wrote: IN Sergey, IN Does your utility monitor connections through ODBC

RE: windows application to show sql being executed by a client

2003-02-06 Thread Jacques Kilchoer
Title: RE: windows application to show sql being executed by a client If anything it will be incorporated into an existing Quest Product. -Original Message- From: Deshpande, Kirti [mailto:[EMAIL PROTECTED]] Pretty cool... A future Quest product ??? ;) Just wondering

RE: windows application to show sql being executed by a client pr

2003-02-06 Thread David . Schmoldt
Title: windows application to show sql being executed by a client program Looks pretty nice. Real similar in concept to TOAD's SQL Monitor, but adds the option of seeing the values of bind variables, formatting the SQL, watching processes, etc. Worth the download, IMHO. Dave

RE: windows application to show sql being executed by a client pr

2003-02-06 Thread Jacques Kilchoer
Title: RE: windows application to show sql being executed by a client pr Well I guess the cat is out of the bag! I didn't think that TOAD with SQL Monitor had been released yet. Yes, an (earlier?) version of his app was chosen to be incorporated in TOAD. -Original Message- From

RE: windows application to show sql being executed by a client

2003-02-06 Thread Ron Rogers
Nice tool but the major draw back that I find it it only monitors the applications you kick off. It would be nice if it would monitor like the TOAD monitor does. I like the fact that it scrolls the previous command and you can look back and see what happens that you did not know or understand.

windows application to show sql being executed by a client progra

2003-02-05 Thread Jacques Kilchoer
Title: windows application to show sql being executed by a client program Hello list members. A colleague of mine has written a small Windows client utility that allows you to view the SQL statements being issued by another client application. The utility has to be running on the same machine

RE: windows application to show sql being executed by a client

2003-02-05 Thread Deshpande, Kirti
Title: windows application to show sql being executed by a client program Pretty cool... A future Quest product ??? ;) Just wondering... :) - Kirti -Original Message-From: Jacques Kilchoer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 05, 2003 7:59 PMTo