<?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>Blucel Ltd &#187; Client logon</title>
	<atom:link href="http://blucel.co.uk/index.php/category/client-logon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blucel.co.uk</link>
	<description>Tech, Oracle, user experience, coffee,  design standards, and shameless ranting</description>
	<lastBuildDate>Sat, 10 Jul 2010 16:31:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel="next" href="http://blucel.co.uk/index.php/category/client-logon/feed/?page=2" />

		<item>
		<title>Oracle Apex application items</title>
		<link>http://blucel.co.uk/index.php/2010/04/19/oracle-apex-application-items/</link>
		<comments>http://blucel.co.uk/index.php/2010/04/19/oracle-apex-application-items/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:32:59 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[application items]]></category>
		<category><![CDATA[htmldb_Get]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2010/04/19/oracle-apex-application-items/</guid>
		<description><![CDATA[Have you ever wanted to pass data to an applicatino process but are fed uphaving to use a temporary global variable like GV_TEMP, or similar as a temporary placeholder for some data you want to pass from the page in javascript? var req = new htmldb_Get( null, 123, &#8216;APPLICATION_PROCESS=ap_dosomething&#8217;, 0 ); req.addParam( &#8216;GV_TEMP_VARIABLE&#8217;,'The value&#8217; ); [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/04/19/oracle-apex-application-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting an Oracle schema and uploading to Amazon S3</title>
		<link>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/</link>
		<comments>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:47:12 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=251</guid>
		<description><![CDATA[Question: How do I upload an oracle database schema file to s3 from linux command prompt Answer: Download s3cmd run ./s3cmd &#8211;configure enter your access key and secret key when prompted run your expdp command as oracle user i.e. expdp sys/password schemas=rivpacs directory=DATA_PUMP_DIR dumpfile=rivpacs100309.dmp logfile=rivpacs100309.log upload to your s3 bucket i.e. ./s3cmd put rivpacs100309.dmp s://mybucketname [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablespace does not exist</title>
		<link>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/</link>
		<comments>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:17:19 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=249</guid>
		<description><![CDATA[Question: I&#8217;m testing an import for one customer and while importing the database dump file with Data Pump I&#8217;m getting the following error: IMP-00017: following statement failed with ORACLE error 959: IMP-00003: ORACLE error 959 encountered ORA-00959: tablespace &#8216;_$deleted$24$0&#8242; does not exist How do I remove the impdp message that the tablespace does not exist? [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orale Apex template with jQuery</title>
		<link>http://blucel.co.uk/index.php/2009/11/26/orale-apex-template-with-jquery/</link>
		<comments>http://blucel.co.uk/index.php/2009/11/26/orale-apex-template-with-jquery/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:54:34 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/11/26/orale-apex-template-with-jquery/</guid>
		<description><![CDATA[I&#8217;ve been working a bit on Oracle APEX and jQuery intergration over the last couple of years. here is a screenshot of the APEX home page. And another of a sub page ..and one more for luck]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2009/11/26/orale-apex-template-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS tricks</title>
		<link>http://blucel.co.uk/index.php/2009/10/21/css-tricks/</link>
		<comments>http://blucel.co.uk/index.php/2009/10/21/css-tricks/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:22:55 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/10/21/css-tricks/</guid>
		<description><![CDATA[1. Vertical centering with line-height ?View Code HTML1 line-height:24px; When you have a container with fixed height you can use line-height property to vertically center the content. 2. Prevent oversized content to break fixed width floated layouts ?View Code HTML1 2 3 #main{ overflow:hidden; } When oversized content (i.e. wide image) is placed in fixed [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2009/10/21/css-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: PTS</title>
		<link>http://blucel.co.uk/index.php/2009/07/21/pts/</link>
		<comments>http://blucel.co.uk/index.php/2009/07/21/pts/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:42:43 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[healthy hooves]]></category>
		<category><![CDATA[pts]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/07/21/pts/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2009/07/21/pts/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
