<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Clearing the Oracle environment in a Unix session</title>
	<atom:link href="http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/</link>
	<description>Oracle stuff.  Some Linux and Mac stuff.  ALTER TABLE blog DISABLE UNIQUE (content_type);</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:02:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jpiwowar</title>
		<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/comment-page-1/#comment-89</link>
		<dc:creator>jpiwowar</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://only4left.jpiwowar.com/?p=49#comment-89</guid>
		<description>Hi Richard,

I suggest going for a separate script.  I would definitely recommend against modifying the oraenv script itself, for two reasons:  
1) Doing so is almost certainly unsupported, and 
2) You risk having your changes overwritten by a patch.

Thanks for visiting, and for the comment!

Regards,

John P.</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I suggest going for a separate script.  I would definitely recommend against modifying the oraenv script itself, for two reasons:<br />
1) Doing so is almost certainly unsupported, and<br />
2) You risk having your changes overwritten by a patch.</p>
<p>Thanks for visiting, and for the comment!</p>
<p>Regards,</p>
<p>John P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bartholomew</title>
		<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/comment-page-1/#comment-88</link>
		<dc:creator>Richard Bartholomew</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://only4left.jpiwowar.com/?p=49#comment-88</guid>
		<description>This was very timely for me as I&#039;ve just started looking into the best way of controlling the Oracle environment.  Having just modified your script to work on our AIX platform, I now need to decide the best way to set them up, ie separate script or modified oraenv!  Any thoughts, please?</description>
		<content:encoded><![CDATA[<p>This was very timely for me as I've just started looking into the best way of controlling the Oracle environment.  Having just modified your script to work on our AIX platform, I now need to decide the best way to set them up, ie separate script or modified oraenv!  Any thoughts, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #125: a Carnival of the Vanities for DBAs</title>
		<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/comment-page-1/#comment-84</link>
		<dc:creator>Log Buffer #125: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://only4left.jpiwowar.com/?p=49#comment-84</guid>
		<description>[...] Once you have your Ibex or Fedora up and running, check out Only Four Left, where John Piwowar has some tips for clearing the Oracle environment in a Unix session. [...]</description>
		<content:encoded><![CDATA[<p>[...] Once you have your Ibex or Fedora up and running, check out Only Four Left, where John Piwowar has some tips for clearing the Oracle environment in a Unix session. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpiwowar</title>
		<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/comment-page-1/#comment-79</link>
		<dc:creator>jpiwowar</dc:creator>
		<pubDate>Mon, 24 Nov 2008 23:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://only4left.jpiwowar.com/?p=49#comment-79</guid>
		<description>Hi Gary,

thanks for the comment; you make a very good point.  Improperly set NLS variables have certainly caused headaches for me in the past.  It&#039;s been a while since I&#039;ve worked on a system where NLS variables had to be set differently on a per-ORACLE_HOME basis, which is probably why I neglected to include the NLS variables in my example.  For completeness&#039; sake, though, they should definitely be in there.

Thanks for visiting!

Regards,

John P.</description>
		<content:encoded><![CDATA[<p>Hi Gary,</p>
<p>thanks for the comment; you make a very good point.  Improperly set NLS variables have certainly caused headaches for me in the past.  It's been a while since I've worked on a system where NLS variables had to be set differently on a per-ORACLE_HOME basis, which is probably why I neglected to include the NLS variables in my example.  For completeness' sake, though, they should definitely be in there.</p>
<p>Thanks for visiting!</p>
<p>Regards,</p>
<p>John P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://only4left.jpiwowar.com/2008/11/clearing-oracle-environment/comment-page-1/#comment-78</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 24 Nov 2008 22:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://only4left.jpiwowar.com/?p=49#comment-78</guid>
		<description>Can I recommend adding NLS variables to this too.
Had an incident once where a script that ran fine from the command prompt buggered up from a scheduler tool because NLS_TERRITORY wasn&#039;t set there, which caused it to interpret to_char(date,&#039;D&#039;) differently (whether the week starts on a Sunday or a Monday).</description>
		<content:encoded><![CDATA[<p>Can I recommend adding NLS variables to this too.<br />
Had an incident once where a script that ran fine from the command prompt buggered up from a scheduler tool because NLS_TERRITORY wasn't set there, which caused it to interpret to_char(date,'D') differently (whether the week starts on a Sunday or a Monday).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
