Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 12662 invoked from network); 4 Oct 2007 10:24:58 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 4 Oct 2007 10:24:46 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EAEDD790A94;
 Thu,  4 Oct 2007 11:24:40 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 30506-07; Thu, 4 Oct 2007 11:24:40 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6BF4B791749;
 Thu,  4 Oct 2007 11:24:40 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Thu, 04 Oct 2007 10:39:10 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 26BEE7913D1
 for <oracle-l@freelists.org>; Thu,  4 Oct 2007 10:34:06 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 21927-09 for <oracle-l@freelists.org>;
 Thu, 4 Oct 2007 10:34:06 -0400 (EDT)
Received: from mx2.kocbank.com.tr (ANYWAY.kocbank.com.tr [195.46.132.157])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 096C879123B
 for <oracle-l@freelists.org>; Thu,  4 Oct 2007 10:33:59 -0400 (EDT)
Received: from camexc1.kfs.local ([10.222.8.20]) by MX2 with InterScan Message Security Suite; Thu, 04 Oct 2007 17:33:19 +0300
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C80693.94DE29E0"
Subject: RE: kolccst obj: large streams pool memory segment
Date: Thu, 4 Oct 2007 17:33:49 +0300
Message-ID: <083667B535F3464CA0DD0D1DAFA4E3760E9B39DD@camexc1.kfs.local>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: kolccst obj: large streams pool memory segment
References: <7b8774110710040604i292a7eddte8b35d388bf37c1c@mail.gmail.com> <083667B535F3464CA0DD0D1DAFA4E3760E9B3942@camexc1.kfs.local> <7b8774110710040710g6ad346a9i9e713c41e09c9720@mail.gmail.com>
From: "Yasin Baskan" <yasin.baskan@yapikredi.com.tr>
To: "Charles Schultz" <sacrophyte@gmail.com>
Cc: "oracle-l" <oracle-l@freelists.org>
X-archive-position: 2149
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: yasin.baskan@yapikredi.com.tr
Precedence: normal
Reply-to: yasin.baskan@yapikredi.com.tr
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
------_=_NextPart_001_01C80693.94DE29E0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable



I do not know about that unfortunately. I have not seen any
documentation or information about these. They are heaps in the streams
pool, like subpools. But I do not know what their names mean or what
each of them are used for.

=20

From: Charles Schultz [mailto:sacrophyte@gmail.com]=20
Sent: Thursday, October 04, 2007 5:10 PM
To: Yasin Baskan
Cc: oracle-l
Subject: Re: kolccst obj: large streams pool memory segment

=20

Thanks. I found one bug (5058318).

What does kolccst mean? I am assuming that KO is the same for all those.
Kernel Operations? Kernel Optimizer?

On 10/4/07, Yasin Baskan <yasin.baskan@yapikredi.com.tr> wrote:

Did you search Metalink for "kolccst obj"? It reports several bugs
related to memory leaks in Streams.

=20

From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org] On Behalf Of Charles Schultz
Sent: Thursday, October 04, 2007 4:04 PM
To: oracle-l
Subject: kolccst obj: large streams pool memory segment

=20

Anyone know where I can find more information about this KOLCCST object?
And other KO objects for that matter?

SQL > select * from (select * from v$sgastat where pool =3D 'streams pool'
order by bytes desc) where rownum < 6;=20

POOL         NAME                                          BYTES
------------ ---------------------------------------- ----------=20
streams pool kolccst obj                              1987055480=20
streams pool kol raw                                   465430552
streams pool kolcalm coll                              464969704
streams pool koicnfadt adt attr                        419245184
streams pool kol vstring                               259053352=20

Kinda curious why we are eating so much memory. This is a downstream
database, so I expect to be using the Streams Pool. Perhaps there is a
perfectly valid reason for this, and in that case I would like to learn
about it.=20

--=20
Charles Schultz=20



Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma
ozel ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor
olabilir. Bu mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz,
yayinlanamaz ve para karsiligi satilamaz; mesajin yetkili alicisi veya
alicisina iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da
eklerini kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz
ve mesaji gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin
iceriginde ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve
guncelligi Bankamiz tarafindan garanti edilmemektedir ve bilinen
viruslere karsi kontrolleri yapilmis olarak yollanan mesajin
sisteminizde yaratabilecegi zararlardan Bankamiz sorumlu tutulamaz.=20

=20

This message and the files attached to it are under the privacy
liability in accordance with the Banking Law and confidential to the use
of the individual or entity to whom they are addressed. This message
cannot be copied, disclosed or sold monetary consideration for any
purpose. If you are not the intended recipient of this message, you
should not copy, distribute, disclose or forward the information that
exists in the content and in the attachments of this message; please
notify the sender immediately and delete all copies of this message. Our
Bank does not warrant the accuracy, integrity and currency of the
information transmitted with this message. This message has been
detected for all known computer viruses thence our Bank is not liable
for the occurrence of any system corruption caused by this message=20




--=20
Charles Schultz=20





Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel=
 ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu=
 mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz=
 ve para karsiligi satilamaz; mesajin yetkili alicisi veya alicisina=
 iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da eklerini=
 kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji=
 gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde=
 ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi=
 Bankamiz tarafindan garanti edilmemektedir ve bilinen viruslere karsi=
 kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi=
 zararlardan Bankamiz sorumlu tutulamaz.

This message and the files attached to it are under the privacy liability=
 in accordance with the Banking Law and confidential to the use of the=
 individual or entity to whom they are addressed. This message cannot be=
 copied, disclosed or sold monetary consideration for any purpose. If you=
 are not the intended recipient of this message, you should not copy,=
 distribute, disclose or forward the information that exists in the content=
 and in the attachments of this message; please notify the sender=
 immediately and delete all copies of this message. Our Bank does not=
 warrant the accuracy, integrity and currency of the information=
 transmitted with this message. This message has been detected for all=
 known computer viruses thence our Bank is not liable for the occurrence of=
 any system corruption caused by this message
------_=_NextPart_001_01C80693.94DE29E0
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=
=3D"urn:schemas-microsoft-com:office:office" xmlns:w=
=3D"urn:schemas-microsoft-com:office:word" xmlns:x=
=3D"urn:schemas-microsoft-com:office:excel" xmlns:p=
=3D"urn:schemas-microsoft-com:office:powerpoint" xmlns:a=
=3D"urn:schemas-microsoft-com:office:access" xmlns:dt=
=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s=
=3D"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs=
=3D"urn:schemas-microsoft-com:rowset" xmlns:z=3D"#RowsetSchema" xmlns:b=
=3D"urn:schemas-microsoft-com:office:publisher" xmlns:ss=
=3D"urn:schemas-microsoft-com:office:spreadsheet" xmlns:c=
=3D"urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:oa=
=3D"urn:schemas-microsoft-com:office:activation" xmlns:html=
=3D"http://www.w3.org/TR/REC-html40" xmlns:q=
=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:D=3D"DAV:" xmlns:x2=
=3D"http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ois=
=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir=
=3D"http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds=
=3D"http://www.w3.org/2000/09/xmldsig#" xmlns:dsp=
=3D"http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc=
=3D"http://schemas.microsoft.com/data/udc" xmlns:xsd=
=3D"http://www.w3.org/2001/XMLSchema" xmlns:sps=
=3D"http://schemas.microsoft.com/sharepoint/soap/" xmlns:xsi=
=3D"http://www.w3.org/2001/XMLSchema-instance" xmlns:udcxf=
=3D"http://schemas.microsoft.com/data/udc/xmlfile" xmlns:wf=
=3D"http://schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:mver=
=3D"http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:m=
=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns:mrels=
=3D"http://schemas.openxmlformats.org/package/2006/relationships"=
 xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/services/2006/types"=
 xmlns:ex12m=
=3D"http://schemas.microsoft.com/exchange/services/2006/messages" xmlns=
=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=
=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Helvetica;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
p.code, li.code, div.code
	{mso-style-name:code;
	mso-style-link:"code Char";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.codeChar
	{mso-style-name:"code Char";
	mso-style-link:code;
	font-family:"Courier New";}
span.gmailquote
	{mso-style-name:gmail_quote;}
span.e
	{mso-style-name:e;}
span.EmailStyle23
	{mso-style-type:personal-reply;
	font-family:Consolas;
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page Section1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DTR link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:Consolas;
color:#1F497D'>I do not know about that unfortunately. I have not seen any
documentation or information about these. They are heaps in the streams=
 pool,
like subpools. But I do not know what their names mean or what each of them=
 are
used for.<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:11.0pt;font-family:Consolas;
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm=
 0cm 0cm'>

<p class=3DMsoNormal><b><span lang=3DEN-US style=
=3D'font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=3DEN-US style=
=3D'font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> Charles Schultz
[mailto:sacrophyte@gmail.com] <br>
<b>Sent:</b> Thursday, October 04, 2007 5:10 PM<br>
<b>To:</b> Yasin Baskan<br>
<b>Cc:</b> oracle-l<br>
<b>Subject:</b> Re: kolccst obj: large streams pool memory=
 segment<o:p></o:p></span></p>

</div>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'>Thanks. I found one bug=
 (<strong><span
style=
=3D'font-family:"Helvetica","sans-serif"'>5058318</span></strong>).<br>
<br>
What does kolccst mean? I am assuming that KO is the same for all those.=
 Kernel
Operations? Kernel Optimizer?<o:p></o:p></p>

<div>

<p class=3DMsoNormal><span class=3Dgmailquote>On 10/4/07, <b>Yasin=
 Baskan</b> &lt;<a
href=
=3D"mailto:yasin.baskan@yapikredi.com.tr">yasin.baskan@yapikredi.com.tr</a>=
&gt;
wrote:</span><o:p></o:p></p>

<div>

<div>

<p><span style=3D'font-size:11.0pt;font-family:Consolas;color:#1F497D'>Did=
 you
search Metalink for &quot;kolccst obj&quot;? It reports several bugs=
 related to
memory leaks in Streams.</span><o:p></o:p></p>

<p><span style=
=3D'font-size:11.0pt;font-family:Consolas;color:#1F497D'>&nbsp;</span><o:p>=
</o:p></p>

<div style=3D'border:none;border-top:solid windowtext 1.0pt;padding:3.0pt=
 0cm 0cm 0cm;
border-color:-moz-use-text-color -moz-use-text-color'>

<p><b><span lang=3DEN-US style=3D'font-size:10.0pt'>From:</span></b><span
lang=3DEN-US style=3D'font-size:10.0pt'> <a
href=3D"mailto:oracle-l-bounce@freelists.org" target=
=3D"_blank">oracle-l-bounce@freelists.org</a>
[mailto:<a href=3D"mailto:oracle-l-bounce@freelists.org" target=
=3D"_blank">oracle-l-bounce@freelists.org</a>]
<b>On Behalf Of </b>Charles Schultz<br>
<b>Sent:</b> Thursday, October 04, 2007 4:04 PM<br>
<b>To:</b> oracle-l<br>
<b>Subject:</b> kolccst obj: large streams pool memory=
 segment</span><o:p></o:p></p>

</div>

<div>

<p>&nbsp;<o:p></o:p></p>

<p>Anyone know where I can find more information about this KOLCCST object?=
 And
other KO objects for that matter?<br>
<br>
<span style=3D'color:#333399'>SQL &gt; select * from (select * from=
 v$sgastat
where pool =3D 'streams pool' order by bytes desc) where rownum &lt; 6;=
 <br>
<br>
POOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;
BYTES<br>
------------ ---------------------------------------- ---------- <br>
streams pool kolccst
obj&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;
1987055480</span> <span style=3D'color:#333399'><br>
streams pool kol
raw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
465430552<br>
streams pool kolcalm
coll&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;
464969704<br>
streams pool koicnfadt adt
attr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
419245184<br>
streams pool kol
vstring&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
259053352 </span><br clear=3Dall>
<br>
Kinda curious why we are eating so much memory. This is a downstream=
 database,
so I expect to be using the Streams Pool. Perhaps there is a perfectly=
 valid
reason for this, and in that case I would like to learn about it. <br>
<br>
-- <br>
Charles Schultz <o:p></o:p></p>

</div>

</div>

</div>

<table class=3DMsoNormalTable border=3D0 cellpadding=3D0>
 <tr>
  <td style=3D'background:white;padding:.75pt .75pt .75pt .75pt'>
  <p class=3DMsoNormal><span style=3D'color:black'><br>
  <br>
  Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel=
 ve
  Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu=
 mesaj,
  hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para
  karsiligi satilamaz; mesajin yetkili alicisi veya alicisina iletmekten
  sorumlu kisi degilseniz, mesaj icerigini ya da eklerini kopyalamayiniz,
  yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji gonderen kisiyi
  derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde ya da eklerinde=
 yer
  alan bilgilerin dogrulugu, butunlugu ve guncelligi Bankamiz tarafindan
  garanti edilmemektedir ve bilinen viruslere karsi kontrolleri yapilmis=
 olarak
  yollanan mesajin sisteminizde yaratabilecegi zararlardan Bankamiz sorumlu
  tutulamaz. </span><o:p></o:p></p>
  </td>
 </tr>
</table>

<p class=3DMsoNormal><span style=
=3D'display:none'><o:p>&nbsp;</o:p></span></p>

<table class=3DMsoNormalTable border=3D0 cellpadding=3D0>
 <tr>
  <td style=3D'background:white;padding:.75pt .75pt .75pt .75pt'>
  <p class=3DMsoNormal><span style=3D'color:black'>This message and the=
 files
  attached to it are under the privacy liability in accordance with the=
 Banking
  Law and confidential to the use of the individual or entity to whom they=
 are
  addressed. This message cannot be copied, disclosed or sold monetary
  consideration for any purpose. If you are not the intended recipient of=
 this
  message, you should not copy, distribute, disclose or forward the=
 information
  that exists in the content and in the attachments of this message; please
  notify the sender immediately and delete all copies of this message. Our=
 Bank
  does not warrant the accuracy, integrity and currency of the information
  transmitted with this message. This message has been detected for all=
 known
  computer viruses thence our Bank is not liable for the occurrence of any
  system corruption caused by this message </span><o:p></o:p></p>
  </td>
 </tr>
</table>

</div>

<p class=3DMsoNormal><br>
<br clear=3Dall>
<br>
-- <br>
Charles Schultz <o:p></o:p></p>

</div>

</body>

</html>

<table><tr><td bgcolor=3D#ffffff><font color=3D#000000><br>
<br>
Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel=
 ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu=
 mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz=
 ve para karsiligi satilamaz; mesajin yetkili alicisi veya alicisina=
 iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da eklerini=
 kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji=
 gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde=
 ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi=
 Bankamiz tarafindan garanti edilmemektedir ve bilinen viruslere karsi=
 kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi=
 zararlardan Bankamiz sorumlu tutulamaz.<br>
</font></td></tr></table>
<table><tr><td bgcolor=3D#ffffff><font color=3D#000000>This message and the=
 files attached to it are under the privacy liability in accordance with=
 the Banking Law and confidential to the use of the individual or entity to=
 whom they are addressed. This message cannot be copied, disclosed or sold=
 monetary consideration for any purpose. If you are not the intended=
 recipient of this message, you should not copy, distribute, disclose or=
 forward the information that exists in the content and in the attachments=
 of this message; please notify the sender immediately and delete all=
 copies of this message. Our Bank does not warrant the accuracy, integrity=
 and currency of the information transmitted with this message. This=
 message has been detected for all known computer viruses thence our Bank=
 is not liable for the occurrence of any system corruption caused by this=
 message<br>
</font></td></tr></table>
------_=_NextPart_001_01C80693.94DE29E0--

--
http://www.freelists.org/webpage/oracle-l


