<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18828"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=583215313-16022010><FONT color=#0000ff 
size=2 face=Arial>here's the sql its executing when that error pops 
up</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=583215313-16022010><FONT size=2>
<P>SQL> declare</P>
<P>2 md5_id number;</P>
<P>3 min_pid number;</P>
<P>4 max_pid number;</P>
<P>5 lmin number;</P>
<P>6 lmax number;</P>
<P>7 begin</P>
<P>8 select id</P>
<P>9 into md5_id</P>
<P>10 from rhnChecksumType</P>
<P>11 where label = 'md5';</P>
<P>12</P>
<P>13 select min(package_id), max(package_id)</P>
<P>14 into min_pid, max_pid</P>
<P>15 from rhnPackageFile;</P>
<P>16</P>
<P>17 lmin := min_pid;</P>
<P>18 lmax := lmin + 99999;</P>
<P>19 while lmin < max_pid loop</P>
<P>20 insert into rhnChecksum (id, checksum_type_id, checksum)</P>
<P>21 (select rhnChecksum_seq.nextval, md5_id, csum</P>
<P>22 from (select distinct md5 as csum</P>
<P>23 from rhnPackageFile</P>
<P>24 where package_id between lmin and lmax</P>
<P>25 and md5 is not null</P>
<P>26 minus</P>
<P>27 select checksum as csum</P>
<P>28 from rhnChecksum</P>
<P>29 where checksum_type_id = md5_id));</P>
<P>30 commit;</P>
<P>31 update rhnPackageFile p</P>
<P>32 set checksum_id = (select id</P>
<P>33 from rhnChecksum c</P>
<P>34 where checksum_type_id = md5_id</P>
<P>35 and p.md5 = c.checksum)</P>
<P>36 where package_id between lmin and lmax</P>
<P>37 and md5 is not null;</P>
<P>38 commit;</P>
<P>39 lmin := lmax + 1;</P>
<P>40 lmax := lmin + 99999;</P>
<P>41 end loop;</P>
<P>42 end;</P>
<P>43 /</P>
<P>declare</P>
<P>*</P></FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> spacewalk-list-bounces@redhat.com 
[mailto:spacewalk-list-bounces@redhat.com] <B>On Behalf Of </B>Frey, 
Evan<BR><B>Sent:</B> Tuesday, February 16, 2010 8:33 AM<BR><B>To:</B> 
spacewalk-list@redhat.com<BR><B>Subject:</B> [Spacewalk-list] Error during 
schema upgrade<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=130023113-16022010><FONT size=2 face=Arial>I am trying to 
upgrade from .7 to .8 and during the schema upgrade I get the 
following:</FONT></SPAN><SPAN class=130023113-16022010><FONT size=2></DIV>
<DIV>
<P>ERROR at line 1:</P>
<P>ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO'</P>
<P>ORA-06512: at line 31</P></FONT></SPAN></DIV>
<HR>
CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are 
confidential. It is neither an offer to buy or sell, nor a solicitation of an 
offer to buy or sell, any securities or any related financial instruments 
mentioned in it. If you are not the named recipient please notify the sender and 
immediately delete it. You may not disseminate, distribute, or forward this 
e-mail message or disclose its contents to anybody else. Unless otherwise 
indicated, copyright and any other intellectual property rights in its contents 
are the sole property of Mizuho Securities USA Inc.
<P></P>
<P>E-mail transmission cannot be guaranteed to be secure or error-free. The 
sender therefore does not accept liability for any errors or omissions in the 
contents of this message which arise as a result of e-mail transmission. If 
verification is required please request a hard-copy version.</P>
<P>Although we routinely screen for viruses, addressees should check this e-mail 
and any attachments for viruses. We make no representation or warranty as to the 
absence of viruses in this e-mail or any attachments. Please note that to ensure 
regulatory compliance and for the protection of our customers and business, we 
may monitor and read e-mails sent to and from our server(s). </P>
<HR>
</FONT>
<DIV></DIV></BODY></HTML>

<HTML><BODY><hr>CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are confidential. It is neither an offer to buy or sell, nor a solicitation of an offer to buy or sell, any securities or any related financial instruments mentioned in it. If you are not the named recipient please notify the sender and immediately delete it. You may not disseminate, distribute, or forward this e-mail message or disclose its contents to anybody else. Unless otherwise indicated, copyright and any other intellectual property rights in its contents are the sole property of Mizuho Securities USA Inc.</p><p>E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.</p><p>Although we routinely screen for viruses, addressees should check this e-mail and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this e-mail or any attachments. Please note that to ensure regulatory compliance and for the protection of our customers and business, we may monitor and read e-mails sent to and from our server(s). </p><hr></font></div></BODY></HTML>