Urgent! How to verify what a database connection is doing?

2001-03-05 Thread Larry Taylor
Hi all, Is there any way to know what sql statament a connection is currently running. My database 8.1.6.0.0 is suddenly causing our operation system (sun solaris 2.7) to plunge into Swap. There are no other applications running on this machine. I would like to know if I can look at what a

RE: Urgent! How to verify what a database connection is doing?

2001-03-05 Thread Reardon, Bruce (CALBBAY)
Larry, Try the following. Regards, Bruce -- this one will be faster but only shows the first 1000 characters of the SQL select username, q.* from v$session s , v$sql q where q.address = s . sql_address and q.hash_value = s.SQL_HASH_VALUE and

RE: Urgent! How to verify what a database connection is doing?

2001-03-05 Thread dieter . oberkofler
Hi Larry! You can use the shareware tool Top100 to dig into the statements currently available in the SGA and filter them by user. http://www.materialdreams.com/products.html Cheers DO -Original Message- Taylor Sent: Monday, March 05, 2001 10:58 PM To: Multiple recipients of list