<?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</title>
	<atom:link href="http://blucel.co.uk/index.php/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>Wed, 25 Jan 2012 12:34:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel="next" href="http://blucel.co.uk/index.php/feed/?page=2" />

		<item>
		<title>Getting the server name in Oracle 11g</title>
		<link>http://blucel.co.uk/index.php/2012/01/25/getting-the-server-name-in-oracle-11g/</link>
		<comments>http://blucel.co.uk/index.php/2012/01/25/getting-the-server-name-in-oracle-11g/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:26:06 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=286</guid>
		<description><![CDATA[In an APEX application i&#8217;m creating, I&#8217;m storing some output files that the public needs to get access to on the XMLDB server. The problem is, when i&#8217;m moving my code to production, I need to update the location to send the users to. Previously, I&#8217;d used global variables in a Global package to store [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2012/01/25/getting-the-server-name-in-oracle-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Apex sticky hide and show regions</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/</link>
		<comments>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:45:32 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=274</guid>
		<description><![CDATA[Recently had a need for sticky hide/show regions in Oracle Apex 4.1. Here&#8217;s how I done it. Add the jQuery cookie library to your page template Added the following line to the hide and show region template ?View Code HTML1 $.cookie('#REGION_STATIC_ID#',$('##REGION_STATIC_ID# .hide:first:visible').length);return false; So my hide and show region template looks like this: ?View Code [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating ACLs in Oracle 11g</title>
		<link>http://blucel.co.uk/index.php/2011/09/12/creating-acls-in-oracle-11g/</link>
		<comments>http://blucel.co.uk/index.php/2011/09/12/creating-acls-in-oracle-11g/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 07:06:21 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=272</guid>
		<description><![CDATA[In Oracle 10g, network access was pretty easy. Just fire up a UTL_HTTP request and voila, you&#8217;re data appears. In 11h, everything is locked down, here is where Access Control Lists (ACLs) come into play. To allow a user to access external resources, i.e. web content, you must create an ACL, assign users or roles [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2011/09/12/creating-acls-in-oracle-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android SDK install error</title>
		<link>http://blucel.co.uk/index.php/2011/01/22/android-sdk-install-error/</link>
		<comments>http://blucel.co.uk/index.php/2011/01/22/android-sdk-install-error/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 20:08:08 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=268</guid>
		<description><![CDATA[Spent ages trying to get Andoid SDK  installed and configured so that I could get to grips with Appcelerator mobile development tool working. Kepy on saying I didnt have a SDK installed Oh how annoying. I tried: Installing an older version of JDK Installing JRE, JDK, SDK, ImOK&#8230;. nada Changing my PATH variable until Id went [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2011/01/22/android-sdk-install-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Oracle Apex 3.2 to Apex 4.0 on Amazon EC2 Cloud</title>
		<link>http://blucel.co.uk/index.php/2010/07/10/upgrading-oracle-apex-3-2-to-apex-4-0-on-amazon-ec2-cloud/</link>
		<comments>http://blucel.co.uk/index.php/2010/07/10/upgrading-oracle-apex-3-2-to-apex-4-0-on-amazon-ec2-cloud/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:22:55 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2010/07/10/upgrading-oracle-apex-3-2-to-apex-4-0-on-amazon-ec2-cloud/</guid>
		<description><![CDATA[Just today, I upgraded one of my Amazon cloud servers to Application Express 4.0. Few wee problems along the way, but got there in the end. Here is how I did it. Download APEX 4.0 from here Copy the .zip to an S3 bucket Make the bucket public Use PUTTY to log on to the [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/07/10/upgrading-oracle-apex-3-2-to-apex-4-0-on-amazon-ec2-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>jQuery FLOT with Oracle Apex</title>
		<link>http://blucel.co.uk/index.php/2010/02/11/jquery-flot-with-oracle-apex/</link>
		<comments>http://blucel.co.uk/index.php/2010/02/11/jquery-flot-with-oracle-apex/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 17:47:59 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=239</guid>
		<description><![CDATA[<a href="http://blucel.co.uk/index.php/2010/02/11/jquery-flot-with-oracle-apex/" title="jQuery FLOT with Oracle Apex"><img src="http://blucel.co.uk/wp-content/uploads/yapb_cache/flotdemo1.e4uxrf6eblkw0cwoso48cs8ok.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="51" alt="jQuery FLOT with Oracle Apex" style="float:left;padding:0 10px 10px 0;" ></a>Been working with FLOT for a few hours in a carbon monitoring application i&#8217;m building over Oracle Apex. It&#8217;s an excellent library that works well with jQuery, adn is very customisable. here&#8217;s a screenshot of todays work: The code behind is pretty messy right now. Here&#8217;s the crux of it ?Download download.txt1 2 3 4 [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/02/11/jquery-flot-with-oracle-apex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Apex, jQuery and GIS intergation</title>
		<link>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/</link>
		<comments>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:36:26 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gis]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/</guid>
		<description><![CDATA[<a href="http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/" title="Oracle Apex, jQuery and GIS intergation"><img src="http://blucel.co.uk/wp-content/uploads/yapb_cache/buildings_cog_map1.66r6l1gnz7gg8cs840kggosow.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="79" alt="Oracle Apex, jQuery and GIS intergation" style="float:left;padding:0 10px 10px 0;" ></a>I recently needed to provide mapping functionality in an APEX app I was developing. In V3+ of Oracle apex, you can create interactive reports like this Now when you click the cog, you geta map icon at the top: I added a &#60;li&#62; element to the interactive report on-the-fly using jQuery (depending if it finds [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

