<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EcoBuntu.org &#187; maintenance</title>
	<atom:link href="http://www.ecobuntu.org/tag/maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Thu, 25 Jun 2009 09:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extend tempdb in Sybase</title>
		<link>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/</link>
		<comments>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=130</guid>
		<description><![CDATA[<br/>&#8220;The transaction log in database tempdb is almost full. Your transaction is being suspended until space is made available in the log.&#8221; If you are getting this error message you can extend tempdb running the following commands: disk init name ="extra_tempdb", physname ="/opt/sybase/data/extra_tempdb", vdevno=8, size=512000 alter database tempdb on extra_tempdb = 500 alter database tempdb [...]]]></description>
			<content:encoded><![CDATA[<br/><p>&#8220;<em>The transaction log in database tempdb is almost full. Your transaction<br />
is being suspended until space is made available in the log.</em>&#8221;</p>
<p>If you are getting this error message you can extend tempdb running the following commands:<br />
<code><br />
disk init name ="extra_tempdb", physname ="/opt/sybase/data/extra_tempdb", vdevno=8, size=512000<br />
alter database tempdb on extra_tempdb = 500<br />
alter database tempdb log on extra_tempdb = 500 </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
