RE: Please Help - user details of the sql statement being run not being found

2001-11-29 Thread Martin Kendall
Viraj, Do please read the manual on Outer Join theory. Also be consistent with your Column Alias usage. Martin -Original Message- Luthra Sent: 29 November 2001 06:35 To: Multiple recipients of list ORACLE-L not being found Okay I am answering my own problem, but for the :- 1st

RE: Please Help - user details of the sql statement being run not being found

2001-11-29 Thread Mark Leith
Viraj, I actually wrote this query yesterday for a collection for our tool: select s.sid SID, s.serial# SERIAL, s.username USERNAME, a.address ADDRESS, a.buffer_gets BUFFER_GETS, a.executions EXECUTIONS, t.piece PIECE, t.sql_text

Please Help - user details of the sql statement being run not being found

2001-11-28 Thread Viraj Luthra
Hello all, I am running the following query :- SELECT a.username, sql_text, executions , a.user_id,machine,terminal,program, a.username,osuser, sid, process, ROUND(((disk_reads * 100) / DECODE(executions, 0, 1, executions))) FROM

Re: Please Help - user details of the sql statement being run not being found

2001-11-28 Thread Viraj Luthra
Okay I am answering my own problem, but for the :- 1st Query, I modified the query to :- SELECT r.username, b.sql_text, executions , serial# r.user_id,machine,terminal,program,a.username,osuser, sid, process,ROUND(((disk_reads * 100) / DECODE(executions, 0, 1,