<?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>Patterns &#187; databases</title>
	<atom:link href="http://kb.huptas.net/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +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>MySQL: Purge binary logs</title>
		<link>http://kb.huptas.net/2008/03/17/mysq-purge-binary-logs/</link>
		<comments>http://kb.huptas.net/2008/03/17/mysq-purge-binary-logs/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 09:44:06 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2008/03/17/mysq-purge-binary-logs/</guid>
		<description><![CDATA[So your binary logs have grown to an ugly size eating up most of your servers disk size? The easiest way to truncate the logs in a proper way is to run the following command: reset master; Please note: This command works for MySQL &#62;=5, for older versions use flush master;. Update: There exists a [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2008/03/17/mysq-purge-binary-logs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL: Check slave status</title>
		<link>http://kb.huptas.net/2008/02/14/mysql-check-slave-status/</link>
		<comments>http://kb.huptas.net/2008/02/14/mysql-check-slave-status/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 12:03:27 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2008/02/14/mysql-check-slave-status/</guid>
		<description><![CDATA[In order to check the current status of a MySQL master-slave setup use the following command in the MySQL shell: mysql&#62; show slave status\G; An introduction to MySQL master-slave setups can be found here.]]></description>
		<wfw:commentRss>http://kb.huptas.net/2008/02/14/mysql-check-slave-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: character set</title>
		<link>http://kb.huptas.net/2007/09/11/mysql-character-set/</link>
		<comments>http://kb.huptas.net/2007/09/11/mysql-character-set/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 14:16:44 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2007/09/11/mysql-character-set/</guid>
		<description><![CDATA[Apply the following settings to my.cnf to use MyISAM as Storage Engine (should be the default though) and UTF8 as default character set: [mysqld] .. default-storage-engine = myisam default-character-set = UTF8 Check if setting the character set worked: mysql&#62; SHOW VARIABLES LIKE 'character_set%'; mysql&#62; SHOW VARIABLES LIKE 'collation%';]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/09/11/mysql-character-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle: Create new schema/user</title>
		<link>http://kb.huptas.net/2006/09/04/oracle-create-new-schemauser/</link>
		<comments>http://kb.huptas.net/2006/09/04/oracle-create-new-schemauser/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 12:57:13 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=110</guid>
		<description><![CDATA[connect SYS as SYSDBA create user newuser identified by password; grant connect,resource to newuser;]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/09/04/oracle-create-new-schemauser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Enterprise Manager</title>
		<link>http://kb.huptas.net/2005/11/12/oracle-enterprise-manager/</link>
		<comments>http://kb.huptas.net/2005/11/12/oracle-enterprise-manager/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 09:29:47 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=76</guid>
		<description><![CDATA[http://localhost:1158/em/]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/11/12/oracle-enterprise-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start/Stop Oracle DB processes</title>
		<link>http://kb.huptas.net/2005/11/12/startstop-oracle-db-instance/</link>
		<comments>http://kb.huptas.net/2005/11/12/startstop-oracle-db-instance/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 09:22:28 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=75</guid>
		<description><![CDATA[su to user oracle sqlplus /nolog CONNECT sys/password as SYSDBA SHUTDOWN SHUTDOWN IMMEDIATE SHUTDOWN ABORT STARTUP Shell scripts to start stop database $ORACLE_HOME/bin/dbstart $ORACLE_HOME/bin/dbstop Oracle Enterprise Manager Database Control $ORACLE_HOME/bin/emctl stop dbconsole $ORACLE_HOME/bin/emctl start dbconsole ORACLE_SID and ORACLE_HOME can be found in /etc/oratab. Format is $ORACLE_SID:$ORACLE_HOME:AUTOSTART Y/N]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/11/12/startstop-oracle-db-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle: Basic commands</title>
		<link>http://kb.huptas.net/2005/10/05/basic-commands/</link>
		<comments>http://kb.huptas.net/2005/10/05/basic-commands/#comments</comments>
		<pubDate>Wed, 05 Oct 2005 20:03:32 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=74</guid>
		<description><![CDATA[desc all_tables;]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/10/05/basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle: Set date format</title>
		<link>http://kb.huptas.net/2005/08/23/set-date-format/</link>
		<comments>http://kb.huptas.net/2005/08/23/set-date-format/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 15:30:17 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=73</guid>
		<description><![CDATA[alter session set nls_date_format = 'dd-mm-yyyy hh24:mi:ss';]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/08/23/set-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle environment variables on HPUX</title>
		<link>http://kb.huptas.net/2005/05/30/oracle-environment-variables-on-hpux/</link>
		<comments>http://kb.huptas.net/2005/05/30/oracle-environment-variables-on-hpux/#comments</comments>
		<pubDate>Mon, 30 May 2005 14:48:29 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=34</guid>
		<description><![CDATA[ORACLE_HOME=/opt/oracle/product/9206 ORACLE_OWNER=oracle LD_LIBRARY_PATH=/usr/lib:/opt/oracle/product/9206/lib NLS_DATE_FORMAT=yyyy-mm-dd hh24:mi:ss NLS_LANG=_.WE8ISO8859P1 $ENV{'ORACLE_HOME'} = '/opt/oracle/product/9206'; $ENV{'LD_LIBRARY_PATH'} = '/lib:/usr/lib:/opt/oracle/product/9206/lib';]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/30/oracle-environment-variables-on-hpux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
