I'm working on this one, almost got a solution... ;-)

Kev.

-----Original Message-----
Sent: 15 August 2001 14:05
To: Multiple recipients of list ORACLE-L


Thanks Guy !
The problem is that i need it in one non-interactive PL/SQL block .
Thanks a lot !!

-----Original Message-----
Sent: Wednesday, August 15, 2001 1:00 PM
To: Multiple recipients of list ORACLE-L


Quick and dirty solution:

Pick a time and look for all calls which started before that time and
ended after that time. That will tell you how many calls were in
progress at that time.

Repeat this at, say, half hour intervals, and graph the results. This
will show you a trend. Where it looks like a peak, try narrowing the
band of time you are looking at. Alternatively, use curve fitting to
find a peak value.

g


-----Original Message-----
Sent: Wednesday, August 15, 2001 11:21 AM
To: Multiple recipients of list ORACLE-L


Dear gurus !
I have a table of phone calls , 2 fields : CALL_START   DATE , CALL_END
DATE .
I need an SQL statement or a PL/SQL block to calculate the maximum
number of
SIMULTANIOUS phone conversations.
Please help !!!
Thanks a lot in advance !
Andrey.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Andrey Bronfin
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Guy Hammond
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Andrey Bronfin
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Thomas, Kevin
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to