Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h8Q0PuQ05796
 for <oracle-l@orafaq.net>; Thu, 25 Sep 2003 19:25:56 -0500
X-ClientAddr: 66.27.56.210
Received: from ns3.fatcity.com (rrcs-west-66-27-56-210.biz.rr.com [66.27.56.210])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h8Q0Puc05791
 for <oracle-l@orafaq.net>; Thu, 25 Sep 2003 19:25:56 -0500
Received: from ns3.fatcity.com (localhost.localdomain [127.0.0.1])
 by ns3.fatcity.com (8.12.8/8.12.8) with ESMTP id h8PLl9aA027989
 for <oracle-l@orafaq.net>; Thu, 25 Sep 2003 14:47:13 -0700
Received: (from root@localhost)
 by ns3.fatcity.com (8.12.8/8.12.5/Submit) id h8PIjUW2010328
 for oracle-l@orafaq.net; Thu, 25 Sep 2003 11:45:30 -0700
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005D1122; Thu, 25 Sep 2003 11:44:36 -0800
Message-ID: <F001.005D1122.20030925114436@fatcity.com>
Date: Thu, 25 Sep 2003 11:44:36 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Jamadagni, Rajendra" <Rajendra.Jamadagni@espn.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Jamadagni, Rajendra" <Rajendra.Jamadagni@espn.com>
Subject: RE: creating test sessions
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/mixed;	boundary="----=_NextPartTM-000-dc0b7b4f-3331-40e8-8d71-fcf28a50859e"
------=_NextPartTM-000-dc0b7b4f-3331-40e8-8d71-fcf28a50859e
Content-Type: multipart/alternative;
 boundary="----_=_NextPart_001_01C38394.C97208ED"
------_=_NextPart_001_01C38394.C97208ED
Content-Type: text/plain;
 charset="iso-8859-1"

one cool thing about this is you can have all your scripts (that would run
in parallel) register to receive an alert. So you startup all sessions but
they won't do anything. when you are ready to start processing, from another
session you raise alert and commit, all sessions start processing within
couple of seconds of each other.
 
Raj
----------------------------------------------------------------------------
---- 
Rajendra dot Jamadagni at nospamespn dot com 
All Views expressed in this email are strictly personal. 
QOTD: Any clod can have facts, having an opinion is an art ! 

-----Original Message-----
Sent: Thursday, September 25, 2003 2:50 PM
To: Multiple recipients of list ORACLE-L



# get number of processes to run from cmd line 

if [ -z $1 ]; then 
        #default to 5 
        MAX_CHILD_COUNT=5 
else 
        MAX_CHILD_COUNT=$1 
fi 

echo Running $MAX_CHILD_COUNT children 

CHILD_COUNT=0 
while [ $CHILD_COUNT -lt $MAX_CHILD_COUNT ] 
do 
        (( CHILD_COUNT = CHILD_COUNT + 1)) 
        # run your command in the background 
        # sqlplus -s $USERNAME/$PASSWORD @thc1.sql $CHILD_COUNT 2>/dev/null
& 
        echo $CHILD_COUNT 
done 





	<A.Bahar@billing-components.com> 
Sent by: ml-errors@fatcity.com 


 09/25/2003 09:54 AM 
 Please respond to ORACLE-L 


        
        To:        Multiple recipients of list ORACLE-L
<ORACLE-L@fatcity.com> 
        cc:         
        Subject:        createing test sessions



   I want to run some sql scripts and i need to open 255 session at same
time and 
  these session will run somw sql scripts.

  HOW CAN I OPEN  255 session at the same time ?
  may be a tool , may be shell script.....

 Help bittee........
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: <A.Bahar@billing-components.com
 INET: A.Bahar@billing-components.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (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).





------_=_NextPart_001_01C38394.C97208ED
Content-Type: text/html;
 charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4930.1700" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=432353718-25092003><FONT face="Courier New" color=#0000ff 
size=2>one cool thing about this is you can have all your scripts (that would 
run in parallel) register to receive an alert. So you startup all sessions but 
they won't do anything. when you are ready to start processing, from another 
session you raise alert and commit, all sessions start processing within couple 
of seconds of each other.</FONT></SPAN></DIV>
<DIV><SPAN class=432353718-25092003><FONT face="Courier New" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=432353718-25092003><FONT face="Courier New" color=#0000ff 
size=2>Raj</FONT></SPAN></DIV>
<DIV><SPAN class=432353718-25092003></SPAN><FONT face="Courier New" 
size=2>--------------------------------------------------------------------------------</FONT> 
<BR><FONT face="Courier New" size=2>Rajendra dot Jamadagni at nospamespn dot 
com</FONT> <BR><FONT face="Courier New" size=2>All Views expressed in this email 
are strictly personal.</FONT> <BR><FONT face="Courier New" size=2>QOTD: Any clod 
can have facts, having an opinion is an art !</FONT> </DIV>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Jared.Still@radisys.com 
  [mailto:Jared.Still@radisys.com]<BR><B>Sent:</B> Thursday, September 25, 2003 
  2:50 PM<BR><B>To:</B> Multiple recipients of list ORACLE-L<BR><B>Subject:</B> 
  Re: createing test sessions<BR><BR></FONT></DIV><BR><FONT face=sans-serif 
  size=2># get number of processes to run from cmd line</FONT> <BR><BR><FONT 
  face=sans-serif size=2>if [ -z $1 ]; then</FONT> <BR><FONT face=sans-serif 
  size=2>&nbsp; &nbsp; &nbsp; &nbsp; #default to 5</FONT> <BR><FONT 
  face=sans-serif size=2>&nbsp; &nbsp; &nbsp; &nbsp; MAX_CHILD_COUNT=5</FONT> 
  <BR><FONT face=sans-serif size=2>else</FONT> <BR><FONT face=sans-serif 
  size=2>&nbsp; &nbsp; &nbsp; &nbsp; MAX_CHILD_COUNT=$1</FONT> <BR><FONT 
  face=sans-serif size=2>fi</FONT> <BR><BR><FONT face=sans-serif size=2>echo 
  Running $MAX_CHILD_COUNT children</FONT> <BR><BR><FONT face=sans-serif 
  size=2>CHILD_COUNT=0</FONT> <BR><FONT face=sans-serif size=2>while [ 
  $CHILD_COUNT -lt $MAX_CHILD_COUNT ]</FONT> <BR><FONT face=sans-serif 
  size=2>do</FONT> <BR><FONT face=sans-serif size=2>&nbsp; &nbsp; &nbsp; &nbsp; 
  (( CHILD_COUNT = CHILD_COUNT + 1))</FONT> <BR><FONT face=sans-serif 
  size=2>&nbsp; &nbsp; &nbsp; &nbsp; # run your command in the background</FONT> 
  <BR><FONT face=sans-serif size=2>&nbsp; &nbsp; &nbsp; &nbsp; # sqlplus -s 
  $USERNAME/$PASSWORD @thc1.sql $CHILD_COUNT 2&gt;/dev/null &amp;</FONT> 
  <BR><FONT face=sans-serif size=2>&nbsp; &nbsp; &nbsp; &nbsp; echo 
  $CHILD_COUNT</FONT> <BR><FONT face=sans-serif size=2>done</FONT> <BR><FONT 
  face=sans-serif size=2><BR></FONT><BR><BR><BR>
  <TABLE width="100%">
    <TBODY>
    <TR vAlign=top>
      <TD>
      <TD><FONT face=sans-serif 
        size=1><B>&lt;A.Bahar@billing-components.com&gt;</B></FONT> <BR><FONT 
        face=sans-serif size=1>Sent by: ml-errors@fatcity.com</FONT> 
        <P><FONT face=sans-serif size=1>&nbsp;09/25/2003 09:54 AM</FONT> 
        <BR><FONT face=sans-serif size=2>&nbsp;</FONT><FONT face=sans-serif 
        size=1>Please respond to ORACLE-L</FONT> <BR></P>
      <TD><FONT face=Arial size=1>&nbsp; &nbsp; &nbsp; &nbsp; </FONT><BR><FONT 
        face=sans-serif size=1>&nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp; &nbsp; 
        &nbsp; &nbsp;Multiple recipients of list ORACLE-L 
        &lt;ORACLE-L@fatcity.com&gt;</FONT> <BR><FONT face=sans-serif 
        size=1>&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; &nbsp; 
        &nbsp;</FONT> <BR><FONT face=sans-serif size=1>&nbsp; &nbsp; &nbsp; 
        &nbsp; Subject: &nbsp; &nbsp; &nbsp; &nbsp;createing test 
    sessions</FONT></TR></TBODY></TABLE><BR><BR><BR><FONT face="Courier New" 
  size=2>&nbsp; &nbsp;I want to run some sql scripts and i need to open 255 
  session at same time and <BR>&nbsp; these session will run somw sql 
  scripts.<BR><BR>&nbsp; HOW CAN I OPEN &nbsp;255 session at the same time 
  ?<BR>&nbsp; may be a tool , may be shell script.....<BR><BR>&nbsp;Help 
  bittee........<BR>-- <BR>Please see the official ORACLE-L FAQ: 
  http://www.orafaq.net<BR>-- <BR>Author: 
  &lt;A.Bahar@billing-components.com<BR>&nbsp;INET: 
  A.Bahar@billing-components.com<BR><BR>Fat City Network Services &nbsp; 
  &nbsp;-- 858-538-5051 http://www.fatcity.com<BR>San Diego, California &nbsp; 
  &nbsp; &nbsp; &nbsp;-- Mailing list and web hosting 
  services<BR>---------------------------------------------------------------------<BR>To 
  REMOVE yourself from this mailing list, send an E-Mail message<BR>to: 
  ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message 
  BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing 
  list you want to be removed from). &nbsp;You may<BR>also send the HELP command 
  for other information (like 
subscribing).<BR></FONT><BR><BR></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C38394.C97208ED--


------=_NextPartTM-000-dc0b7b4f-3331-40e8-8d71-fcf28a50859e
Content-Type: text/plain;
 name="InterScan_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="InterScan_Disclaimer.txt"

********************************************************************This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.*********************************************************************1

------=_NextPartTM-000-dc0b7b4f-3331-40e8-8d71-fcf28a50859e--

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jamadagni, Rajendra
  INET: Rajendra.Jamadagni@espn.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (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).

