<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'>
   <id>https://www.williamrobertson.net/feed/articles-atom.xml</id>
   <updated>2019-08-03T09:55:00.000+00:00</updated>
   <title type='text'>William Robertson articles</title>
   <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/index-articles.shtml'/>
   <link rel='self' type='application/atom+xml' href='https://www.williamrobertson.net/feed/articles-atom.xml'/>
   <link rel='https://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.williamrobertson.net/feed/articles-atom.xml'/>
   <author><name>William Robertson</name> <email>william@williamrobertson.net</email></author>
   <openSearch:totalResults>9</openSearch:totalResults>
   <openSearch:startIndex>1</openSearch:startIndex>
   <openSearch:itemsPerPage>99</openSearch:itemsPerPage>

   <entry>
       <id>http://www.williamrobertson.net/documents/pretty-print-plsql.html</id>
       <published>2015-08-25T19:30:00.000+00:00</published>
       <updated>2015-09-06T11:08:00.000+00:00</updated>
       <title type='text'>Pretty PL/SQL</title>
       <summary type='html'>Presenting PL/SQL code snippets in web pages, complete with syntax highlighting using Google Code Prettifier.
       </summary>
       <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/pretty-print-plsql.html' title='Presenting PL/SQL code snippets in web pages'/>
       <author><name>William Robertson</name><email>william@williamrobertson.net</email></author>
   </entry>

   <entry>
      <id>http://www.williamrobertson.net/documents/plsqldeveloper-setup-2.html</id>
      <published>2012-11-10T17:55:50.165+00:00</published>
      <updated>2014-10-12T17:54:00.000+00:00</updated>
      <title type='text'>PL/SQL Developer Setup, part 2</title>
      <summary type='html'>
         &lt;p&gt;Like other database IDEs, &lt;a href="https://www.allroundautomations.com/plsqldev.html"&gt;PL/SQL Developer&lt;/a&gt; includes a session browser that essentially shows the contents of &lt;tt&gt;v$session&lt;/tt&gt;, with some tabs for the current SQL statement, locks, waits and so on.
         The default settings are rather basic, but the great thing about it is it's totally configurable.
         Following on from part 1 after only four years, here are some ways to extend PL/SQL Developer's session browser.&lt;/p&gt;
      </summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/plsqldeveloper-setup-2.html' title='PL/SQL Developer Setup, part 2'/>
      <author><name>William Robertson</name></author>
   </entry>

   <entry>
      <id>http://www.williamrobertson.net/documents/plsqldeveloper-setup-1.html</id>
      <published>2008-07-14T15:09:00.002+01:00</published>
      <updated>2012-11-10T17:55:50.000+00:00</updated>
      <title type='text'>PL/SQL Developer Setup, part 1</title>
      <summary type='html'>
         &lt;p&gt;&lt;a href="https://www.allroundautomations.com/plsqldev.html"&gt;PL/SQL Developer&lt;/a&gt; is one of several integrated development environments (IDEs) that are available for Oracle, and it happens to be my favourite. One of the things I like about it is how configurable it is - you can change almost anything, and with &lt;a href="https://www.allroundautomations.com/plsqldevplugins.html"&gt;downloadable plug-ins&lt;/a&gt; such as &lt;a href="https://www.browserextender.com/products.php?language=english#BrowserExtender"&gt;Browser Extender&lt;/a&gt; you can add your own functionality.&lt;/p&gt;
         &lt;p&gt;After moving PCs several times and having to reinstall PL/SQL Developer afresh each time, I have found that there are some customisations I couldn't live without,
         and the basic out-of-the-box settings now seem a bit, well, basic by comparison. This article documents what I consider the best PL/SQL Developer tweaks.
         Part One will cover preferences such as fonts and screen layout, with code customisations such as the Sessions window and
         &lt;a href="https://www.browserextender.com/"&gt;Browser Extender&lt;/a&gt; items in a separate document.&lt;/p&gt;
      </summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/plsqldeveloper-setup-1.html' title='PL/SQL Developer Setup, part 1'/>
      <author><name>William Robertson</name></author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-2920680527896549369</id>
      <published>2007-07-29T20:06:00.000+01:00</published>
      <updated>2019-06-09T19:32:00.000+01:00</updated>
      <title type='text'>Collection Types in PL/SQL</title>
      <summary type='html'>
         In PL/SQL, the VARRAY is merely a functionally crippled version of NESTED TABLE with a LIMIT attribute you don't need.
         Here are what I consider the main points of the different collection types, from the point of view of a PL/SQL programmer.
      </summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/collection-types.html' title='You Probably Don&apos;t Need VARRAYs'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-116965432003475239</id>
      <published>2007-01-24T16:56:00.000+01:00</published>
      <updated>2017-02-25T10:00:00.000+00:00</updated>
      <title type='text'>Setting up an NFS share on Apple Mac</title>
      <summary type='html'>I wrote this back in 2007 when Parallels on Mac didn't have file sharing, and there was no Dropbox.
          The solution was to install NFS and set up a shared folder, which you could do with some free downloads and a bit of tweaking...
      </summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/nfs-mac-linux-setup.html' title='How to configure an NFS share on Apple Mac'/>
      <link rel='related' href='https://www.williamrobertson.net/documents/nfs-mac-linux-setup.html' title='How to configure an NFS share on Apple Mac'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-116593413297445331</id>
      <published>2006-12-12T15:31:00.000+01:00</published>
      <updated>2006-12-12T15:35:50.833+01:00</updated>
      <title type='text'>How to install Oracle 10g on Apple Mac</title>
      <summary type='html'>&lt;p&gt;Currently there is no Oracle RDBMS product for Intel Macs. However, using &lt;a href="https://www.parallels.com"&gt;Parallels&lt;/a&gt; you can have it running in a CentOS virtual machine, and access it through your Mac's web browser or even SQL*Plus on the Terminal command line. Here's how...&lt;/p&gt;</summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/install-oracle10g-intelmac.html' title='How to install Oracle 10g on Apple Mac'/>
      <link rel='related' href='https://www.williamrobertson.net/documents/install-oracle10g-intelmac.html' title='How to install Oracle 10g on Apple Mac'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-112976382663825764</id>
      <published>2005-10-20T00:15:00.000+01:00</published>
      <updated>2005-10-20T00:17:06.643+01:00</updated>
      <title type='text'>How to set up SQL*Plus</title>
      <summary type='html'>Despite living in the era of GUI tools such as PL/SQL Developer, there are times when a simple text browser is all you want. Here's how to get the most from SQL*Plus.</summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/sqlplus-setup.html' title='How to set up SQL*Plus'/>
      <link rel='related' href='https://www.williamrobertson.net/documents/sqlplus-setup.html' title='How to set up SQL*Plus'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-112939646025499205</id>
      <published>2005-10-15T18:11:00.000+01:00</published>
      <updated>2005-10-15T18:14:20.256+01:00</updated>
      <title type='text'>Comma-separated output</title>
      <summary type='html'>What is it with comma-separated lists? Anyway, here are some techniques for generating one comma-separated list from multiple rows in SQL.</summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/one-row.html' title='Comma-separated output'/>
      <link rel='related' href='https://www.williamrobertson.net/documents/one-row.html' title='Comma-separated output'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>

   <entry>
      <id>tag:blogger.com,1999:blog-17338656.post-112886292751315550</id>
      <published>2005-10-09T14:00:00.000+01:00</published>
      <updated>2005-10-15T18:19:54.856+01:00</updated>
      <title type='text'>Comma-separated input</title>
      <summary type='html'>After "How do I display values from multiple columns in one comma-separated row", one of the next most-asked Oracle questions on the web is the opposite one (sort of): "I have a comma-separated list. How do I use it in SQL queries?"</summary>
      <link rel='alternate' type='text/html' href='https://www.williamrobertson.net/documents/comma-separated.html' title='Comma-separated input'/>
      <link rel='related' href='https://www.williamrobertson.net/documents/comma-separated.html' title='Comma-separated input'/>
      <author>
      <name>William Robertson</name>
      </author>
   </entry>
</feed>

