<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>paulgales.co.uk</title>
	<link>http://www.paulgales.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 14 Jul 2010 18:08:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Test post</title>
		<description><![CDATA[Testing new WordPress android app.]]></description>
		<link>http://www.paulgales.co.uk/?p=56</link>
			</item>
	<item>
		<title>Listing Priviledges Recursively</title>
		<description><![CDATA[The following will list the priviledges for a named user: select lpad(' ', 2*level) &#124;&#124; granted_role "User, his roles and privileges" from ( /* THE USERS */ select null grantee, username granted_role from dba_users where username like upper('%&#38;enter_username%') /* THE ROLES TO ROLES RELATIONS */ union select grantee, granted_role from dba_role_privs /* THE ROLES TO [...]]]></description>
		<link>http://www.paulgales.co.uk/?p=53</link>
			</item>
	<item>
		<title>Wallpaper Changer</title>
		<description><![CDATA[http://www.phoeniixz.net/software.html]]></description>
		<link>http://www.paulgales.co.uk/?p=51</link>
			</item>
	<item>
		<title>Sky+ Stuck In Standby</title>
		<description><![CDATA[First try a software update: Switch Sky+ box off at mains Hold down the backup button and switch Sky box back on Wait for a few minutes and a screen should show up telling you it is updating the software Once this is finished try switching the box back on If that doesn&#8217;t work then [...]]]></description>
		<link>http://www.paulgales.co.uk/?p=49</link>
			</item>
	<item>
		<title>Exchange over HTTP Option</title>
		<description><![CDATA[If the Exchange proxy settings are greyed out in Outlook then check the following registry entry by running REGEDIT: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\RPC\EnableRPCTunnelingUI Ensure this is set to 1, the boxes should then become active.]]></description>
		<link>http://www.paulgales.co.uk/?p=47</link>
			</item>
	<item>
		<title>Alter Table Add Column</title>
		<description><![CDATA[The &#8220;alter table&#8221; syntax from Oracle to add data columns in-place in this form: alter table &#160;&#160; table_name add &#160;&#160; ( &#160;&#160; column1_name column1_datatype column1_constraint,&#160; &#160;&#160; column2_name column2_datatype column2_constraint, &#160;&#160; column3_name column3_datatype column3_constraint &#160;&#160; );]]></description>
		<link>http://www.paulgales.co.uk/?p=45</link>
			</item>
	<item>
		<title>VARCHAR2</title>
		<description><![CDATA[VARCHAR2 is the workhorse string type in the Oracle database. VARCHAR2 is a variable length string that must have it&#8217;s maximum length declared before use. In Oracle 10g, a VARCHAR2 column may be up to 4000 bytes and it may be up to 32767 bytes in a PL/SQL program. VARCHAR2 can store any type of [...]]]></description>
		<link>http://www.paulgales.co.uk/?p=44</link>
			</item>
	<item>
		<title>Remove Dead Tracks from iTunes</title>
		<description><![CDATA[To remove any dead tracks from iTunes in Windows then download the iTunes SDK from Apple, extract it and in the extracted folder called &#8220;iTunesCOMWindowsSDK/SampleScripts&#8221; double click the file called &#8220;RemoveDeadTracks.js&#8221;. Nothing will be shown to the screen while it does it&#8217;s business, there should be a message displayed once it has finished running witht [...]]]></description>
		<link>http://www.paulgales.co.uk/?p=42</link>
			</item>
	<item>
		<title>SQL INSERT Statement</title>
		<description><![CDATA[The syntax for the INSERT statement is: INSERT INTO table (column-1, column-2, &#8230; column-n) VALUES (value-1, value-2, &#8230; value-n);A simple example: INSERT INTO suppliers (supplier_id, supplier_name) VALUES (24553, &#8216;IBM&#8217;);More complex inserts can be performed:INSERT INTO suppliers (supplier_id, supplier_name) SELECT account_no, name FROM customers WHERE city = &#8216;Newark&#8217;; By placing a &#8220;select&#8221; in the insert statement, [...]]]></description>
		<link>http://www.paulgales.co.uk/?p=41</link>
			</item>
	<item>
		<title>Register/Unregister a DLL in Windows</title>
		<description><![CDATA[I always forget this. To register a DLL in windows use the following in a CMD prompt: regsvr32 $PATH_TO_DLL\DLL_NAME To unregister a DLL use the following syntax:regsvr32 /u $PATH_TO_DLL\DLL_NAME]]></description>
		<link>http://www.paulgales.co.uk/?p=39</link>
			</item>
</channel>
</rss>
