<?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>Freddy</title>
	<atom:link href="http://freddysmind.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://freddysmind.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 22 Feb 2010 15:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Online Meeting Software</title>
		<link>http://freddysmind.com/blog/2010/02/online-meeting-software/</link>
		<comments>http://freddysmind.com/blog/2010/02/online-meeting-software/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:32:39 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=514</guid>
		<description><![CDATA[http://www.fuzemeeting.com/
http://www.watchitoo.com/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fuzemeeting.com/">http://www.fuzemeeting.com/</a></p>
<p><a href="http://www.watchitoo.com/">http://www.watchitoo.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/02/online-meeting-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spool file header</title>
		<link>http://freddysmind.com/blog/2010/02/spool-file-header/</link>
		<comments>http://freddysmind.com/blog/2010/02/spool-file-header/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:48:48 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=512</guid>
		<description><![CDATA[set verify off feedback off pagesize 0 heading off linesize 4000 trimspool on trimout on wrap on serveroutput off arraysize 1
set
verify off
feedback off
pagesize 0
heading off
linesize 4000
trimspool on
trimout on
wrap on
serveroutput off
arraysize 1
]]></description>
			<content:encoded><![CDATA[<p>set verify off feedback off pagesize 0 heading off linesize 4000 trimspool on trimout on wrap on serveroutput off arraysize 1</p>
<p>set</p>
<p>verify off</p>
<p>feedback off</p>
<p>pagesize 0</p>
<p>heading off</p>
<p>linesize 4000</p>
<p>trimspool on</p>
<p>trimout on</p>
<p>wrap on</p>
<p>serveroutput off</p>
<p>arraysize 1</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/02/spool-file-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart command</title>
		<link>http://freddysmind.com/blog/2010/02/restart-command/</link>
		<comments>http://freddysmind.com/blog/2010/02/restart-command/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:06:09 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=508</guid>
		<description><![CDATA[http://www.ubuntugeek.com/service-command-in-ubuntu-810-intrepid-server.html
sudo reboot
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntugeek.com/service-command-in-ubuntu-810-intrepid-server.html">http://www.ubuntugeek.com/service-command-in-ubuntu-810-intrepid-server.html</a></p>
<p>sudo reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/02/restart-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Automated Start</title>
		<link>http://freddysmind.com/blog/2010/02/oracle-automated-start/</link>
		<comments>http://freddysmind.com/blog/2010/02/oracle-automated-start/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:03:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=506</guid>
		<description><![CDATA[From http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA
2.2.2 Automating Database Startup and Shutdown on Other Operating Systems
To automate database startup and shutdown by using the dbstart and dbshut scripts:
Log in as the root user.
Edit the oratab file for your platform.
To open the file, use one of the following commands:
On Solaris:
# vi /var/opt/oracle/oratab
On AIX, HP-UX, Linux, and Tru64 UNIX:
# vi /etc/oratab
Database entries ]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA">http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA</a><br />
2.2.2 Automating Database Startup and Shutdown on Other Operating Systems</p>
<p>To automate database startup and shutdown by using the dbstart and dbshut scripts:</p>
<p>Log in as the root user.</p>
<p>Edit the oratab file for your platform.</p>
<p>To open the file, use one of the following commands:</p>
<p>On Solaris:</p>
<p># vi /var/opt/oracle/oratab<br />
On AIX, HP-UX, Linux, and Tru64 UNIX:</p>
<p># vi /etc/oratab<br />
Database entries in the oratab file are displayed in the following format:</p>
<p>SID:ORACLE_HOME:{Y|N|W}<br />
In this example, the values Y and N specify whether you want the scripts to start up or shut down the database, respectively. For each database for which you want to automate shutdown and startup, first determine the instance identifier (SID) for that database, which is identified by the SID in the first field. Then, change the last field for each to Y.</p>
<p>You can set dbstart to autostart a single-instance database that uses an Automatic Storage Management installation that is auto-started by Oracle Clusterware. This is the default behavior for an Automatic Storage Management cluster. If you want to do this, then you must change the oratab entry of the database and the Automatic Storage Management installation to use a third field with the value W and N, respectively. These values specify that dbstart auto-starts the database only after the Automatic Storage Management instance is started.</p>
<p>Note:<br />
If you add new database instances to the system and if you want to automate startup for them, then you must edit the entries for those instances in the oratab file.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/02/oracle-automated-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Display variable</title>
		<link>http://freddysmind.com/blog/2010/02/linux-display-variable/</link>
		<comments>http://freddysmind.com/blog/2010/02/linux-display-variable/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 17:47:49 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=503</guid>
		<description><![CDATA[export DISPLAY=`who -m &#124; awk &#8216;{print $6}&#8217; &#124; sed -e &#8217;s/(//g&#8217; -e &#8217;s/)//g&#8217;`:0
]]></description>
			<content:encoded><![CDATA[<p>export DISPLAY=`who -m | awk &#8216;{print $6}&#8217; | sed -e &#8217;s/(//g&#8217; -e &#8217;s/)//g&#8217;`:0</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/02/linux-display-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Oracle Express on 64 bit Ubuntu</title>
		<link>http://freddysmind.com/blog/2010/01/installing-oracle-express-on-64-bit-ubuntu/</link>
		<comments>http://freddysmind.com/blog/2010/01/installing-oracle-express-on-64-bit-ubuntu/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:31:11 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=488</guid>
		<description><![CDATA[http://littlebrain.org/2008/05/12/how-to-install-oracle-xe-in-ubuntu-64-bit/
http://forums.oracle.com/forums/thread.jspa?threadID=848385&#38;tstart=45
This is nothing to worry about &#8211; update-rc.d: warning: /etc/init.d/oracle-xe missing LSB style header
After it&#8217;s been installed, configure it:
sudo /etc/init.d/oracle-xe configure
Configure stuff, I used all defaults I believe.
Next in order to run sqlplus to do anything you need to source the config file:
source /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/oracle_env.sh
Which in turn gave me this error:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found
Which is ]]></description>
			<content:encoded><![CDATA[<p><a href="http://littlebrain.org/2008/05/12/how-to-install-oracle-xe-in-ubuntu-64-bit/">http://littlebrain.org/2008/05/12/how-to-install-oracle-xe-in-ubuntu-64-bit/</a></p>
<p><a href="http://forums.oracle.com/forums/thread.jspa?threadID=848385&amp;tstart=45">http://forums.oracle.com/forums/thread.jspa?threadID=848385&amp;tstart=45</a></p>
<p>This is nothing to worry about &#8211; update-rc.d: warning: /etc/init.d/oracle-xe missing LSB style header</p>
<p>After it&#8217;s been installed, configure it:</p>
<p>sudo /etc/init.d/oracle-xe configure</p>
<p>Configure stuff, I used all defaults I believe.</p>
<p>Next in order to run sqlplus to do anything you need to source the config file:</p>
<p>source /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/oracle_env.sh</p>
<p>Which in turn gave me this error:</p>
<p>/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found</p>
<p>Which is entirely related to what shell that it is trying to run on. In the file definition you&#8217;ll find #! /bin/sh and if you change this to #! /bin/bash it will run properly. Fixed!</p>
<p>Now doing a &#8211; &#8216;which sqlplus&#8217; should return a path to sqlplus like this:</p>
<p>/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus</p>
<p>SQLPLUS /NOLOG</p>
<p>CONNECT username/password</p>
<p>All of this so I can &#8216;Enable Remote HTTP Connection with SQL Command Line&#8217;</p>
<p>EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);</p>
<p>Now I have to reconfigure port forwarding on my router at home in order to remotely access the Oracle Admin Website and router.</p>
<p>To access the Oracle Admin Site remote I should be able to go to:</p>
<p>http://host:port/apex</p>
<p>Where host = my domain name or IP and port = the default 8080 port I setup</p>
<p>I need to port forward 8080 requests to the server but I can&#8217;t remotely change my router yet.</p>
<p>I currently have it forwarding port 80 to the server but in order to change the router remotely I&#8217;m supposed to access myip:80</p>
<p>So one of those two needs to change.</p>
<p>Change HTTP or FTP port via SQLPLUS</p>
<p>SQL&gt; begin</p>
<p>2    dbms_xdb.sethttpport(&#8216;80&#8242;);</p>
<p>3    dbms_xdb.setftpport(&#8216;2100&#8242;);</p>
<p>4  end;</p>
<p>5  /</p>
<p>CONNECT username/password<br />
All of this so I can &#8216;Enable Remote HTTP Connection with SQL Command Line&#8217; EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);Now I have to reconfigure port forwarding on my router at home in order to remotely access the Oracle Admin Website and router.To access the Oracle Admin Site remote I should be able to go to:http://host:port/apexWhere host = my domain name or IP and port = the default 8080 port I setupI need to port forward 8080 requests to the server but I can&#8217;t remotely change my router yet.I currently have it forwarding port 80 to the server but in order to change the router remotely I&#8217;m supposed to access myip:80So one of those two needs to change.<br />
Change HTTP or FTP port via SQLPLUS<br />
SQL&gt; begin 2    dbms_xdb.sethttpport(&#8216;80&#8242;); 3    dbms_xdb.setftpport(&#8216;2100&#8242;); 4  end; 5  /</p>
<p>So one of those two needs to change.</p>
<p>Change HTTP or FTP port via SQLPLUS</p>
<p>SQL&gt; begin</p>
<p>2    dbms_xdb.sethttpport(&#8216;80&#8242;);</p>
<p>3    dbms_xdb.setftpport(&#8216;2100&#8242;);</p>
<p>4  end;</p>
<p>5  /</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/installing-oracle-express-on-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Plus command</title>
		<link>http://freddysmind.com/blog/2010/01/sql-plus-command/</link>
		<comments>http://freddysmind.com/blog/2010/01/sql-plus-command/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:57:43 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=486</guid>
		<description><![CDATA[sqlplus -S username/pw@sid @sqlfile.sql outputfile.txt args
]]></description>
			<content:encoded><![CDATA[<p>sqlplus -S username/pw@sid @sqlfile.sql outputfile.txt args</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/sql-plus-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vi shortcuts</title>
		<link>http://freddysmind.com/blog/2010/01/vi-shortcuts/</link>
		<comments>http://freddysmind.com/blog/2010/01/vi-shortcuts/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:42:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=484</guid>
		<description><![CDATA[http://www.eec.com/business/vi.html
vi
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eec.com/business/vi.html">http://www.eec.com/business/vi.html</a></p>
<p><a href="http://freddysmind.com/blog/wp-content/uploads/2010/01/vi.html">vi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/vi-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of Today</title>
		<link>http://freddysmind.com/blog/2010/01/best-of-today/</link>
		<comments>http://freddysmind.com/blog/2010/01/best-of-today/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:00:36 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Best Of Today]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=479</guid>
		<description><![CDATA[I love how on the internet today, I can start off reading about the top 5 text editors from Lifehacker, and somehow end up looking at some Web Design girl&#8217;s twitter feed which links to her site which links to her blog which goes to the youtube video below.
1) http://www.thefuntheory.com/ &#8211; With this terrific video that ]]></description>
			<content:encoded><![CDATA[<p>I love how on the internet today, I can start off reading about the top 5 text editors from Lifehacker, and somehow end up looking at some Web Design girl&#8217;s twitter feed which links to her site which links to her blog which goes to the youtube video below.</p>
<p>1) <a href="http://www.thefuntheory.com/">http://www.thefuntheory.com/</a> &#8211; With this terrific video that makes me laugh at human kind &#8211; <a href="http://www.youtube.com/watch?v=2lXh2n0aPyw&amp;feature=player_embedded#">http://www.youtube.com/watch?v=2lXh2n0aPyw&amp;feature=player_embedded#</a></p>
<p>2) A text editor with an extremely basic but cool site &#8211; <a href="http://cream.sourceforge.net/">http://cream.sourceforge.net/</a> . The site layout is so simple but&#8230; I love it.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/best-of-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CIO vs CTO</title>
		<link>http://freddysmind.com/blog/2010/01/cio-vs-cto/</link>
		<comments>http://freddysmind.com/blog/2010/01/cio-vs-cto/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 04:55:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=475</guid>
		<description><![CDATA[Typically, a CIO is involved with analyzing and reworking existing business processes, with identifying and developing the capability to use new tools, with reshaping the enterprise&#8217;s physical infrastructure and network access, and with identifying and exploiting the enterprise&#8217;s knowledge resources. Many CIOs head the enterprise&#8217;s efforts to integrate the Internet into both its long-term strategy ]]></description>
			<content:encoded><![CDATA[<p>Typically, a CIO is involved with analyzing and reworking existing business processes, with identifying and developing the capability to use new tools, with reshaping the enterprise&#8217;s physical infrastructure and network access, and with identifying and exploiting the enterprise&#8217;s knowledge resources. Many CIOs head the enterprise&#8217;s efforts to integrate the Internet into both its long-term strategy and its immediate business plans. The CIO is evolving into a role where he/she is creating and monitoring business value from IT assets.</p>
<p>In general, the CTO is concerned with the architecture, design &amp; development, security, operational integrity, system support and maintenance across the IT organization. The CTO is responsible for delivering IT solutions with a focus on technical problem solving. In contrast, the CIO is focused on the IT strategy formulation, planning and strategic alignment of IT with the corporate objectives. The CIO ensures that return on IT investments are realized as planned.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/cio-vs-cto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
