<?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>blog.watashii &#187; shutdown</title>
	<atom:link href="http://blog.watashii.com/tag/shutdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Starting / Shutdown Oracle Database in Unix</title>
		<link>http://blog.watashii.com/2010/11/starting-shutdown-oracle-database-in-unix/</link>
		<comments>http://blog.watashii.com/2010/11/starting-shutdown-oracle-database-in-unix/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 02:40:42 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=497</guid>
		<description><![CDATA[This simple guide to shows how to start /stop your Oracle database from Unix.  You must have logon access to do this. Step 1 Unix login as oracle (usually the user that installed the database) Step 2 Make sure your environment variables are set, eg: ORACLE_SID=MYDBSID ORACLE_BASE=/opt/oracle ORACLE_HOME=/opt/oracle/product/11.2.0/dbhome_1 LD_LIBRARY_PATH=/opt/oracle/product/11.2.0/dbhome_1/lib PATH=/usr/bin:/usr/sbin:/usr/ucb:/usr/local:/usr/local/bin:/usr/local/sbin:/opt/oracle/product/11.2.0/dbhome_1/bin Step 3 &#8211; Start DB [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/11/oracle-timezone-conversions-gmt-to-localtime/' rel='bookmark' title='Permanent Link: Oracle Timezone Conversions &#8211; GMT to localtime (and back)'>Oracle Timezone Conversions &#8211; GMT to localtime (and back)</a></li>
<li><a href='http://blog.watashii.com/2008/08/oracle-sql-loader-importing-csv-files-into-a-table/' rel='bookmark' title='Permanent Link: Oracle SQL Loader &#8211; Importing CSV files to a table'>Oracle SQL Loader &#8211; Importing CSV files to a table</a></li>
<li><a href='http://blog.watashii.com/2011/02/oracle-sqlplus-query-output-to-a-file/' rel='bookmark' title='Permanent Link: Oracle SQLPlus Query Output to a File'>Oracle SQLPlus Query Output to a File</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/11/oraclelogo.jpg"><img class="alignnone size-full wp-image-496" title="oraclelogo" src="http://blog.watashii.com/wp-content/uploads/2010/11/oraclelogo.jpg" alt="" width="220" height="100" /></a></p>
<p>This simple guide to shows how to start /stop your Oracle database from Unix.  You must have logon access to do this.</p>
<h3>Step 1</h3>
<p>Unix login as <strong><em>oracle </em></strong>(usually the user that installed the database)</p>
<h3>Step 2</h3>
<p>Make sure your environment variables are set, eg:</p>
<pre><code>ORACLE_SID=<em>MYDBSID</em>
ORACLE_BASE=/opt/oracle
ORACLE_HOME=/opt/oracle/product/11.2.0/dbhome_1
LD_LIBRARY_PATH=/opt/oracle/product/11.2.0/dbhome_1/lib
PATH=/usr/bin:/usr/sbin:/usr/ucb:/usr/local:/usr/local/bin:/usr/local/sbin:/opt/oracle/product/11.2.0/dbhome_1/bin</code></pre>
<h3>Step 3 &#8211; Start DB Instance</h3>
<p>On the Unix command line, run <strong><em>sqlplus </em></strong>with <strong><em>sysdba</em></strong>, and simply type <strong><em>startup </em></strong>in the prompt to start it up.</p>
<pre><code>oracle@db-srv-01 % sqlplus '/ as sysdba'

SQL*Plus: Release 11.2.0.1.0 Production on Tue Nov 30 12:06:47 2010

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to an idle instance.

SQL&gt; startup
ORACLE instance started.

Total System Global Area 3207790592 bytes
Fixed Size                  2152368 bytes
Variable Size            2449475664 bytes
Database Buffers          738197504 bytes
Redo Buffers               17965056 bytes
Database mounted.
Database opened.</code></pre>
<h3>Step 4 &#8211; Start Listener</h3>
<p>To start the oracle listener (assuming listener.ora is setup), run <strong><em>lsnrctl start</em></strong></p>
<pre><code>oracle@db-srv-01 % lsnrctl start

LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 30-NOV-2010 12:00:34

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Starting /opt/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...

TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
System parameter file is /opt/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Log messages written to /opt/oracle/diag/tnslsnr/db-srv-01/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db-srv-01)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=db-srv-01)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
Start Date                30-NOV-2010 12:00:35
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /opt/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /opt/oracle/diag/tnslsnr/db-srv-01/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db-srv-01)(PORT=1521)))
The listener supports no services
The command completed successfully</code></pre>
<h3>Step 4 &#8211; Shutdown</h3>
<p>Similarly, to shutdown the instance, type <strong><em>shudown normal</em></strong> within <strong><em>sqlplus</em></strong>.</p>
<p>Stop the listener, by running <strong><em>lsnrctl stop</em></strong></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/11/oracle-timezone-conversions-gmt-to-localtime/' rel='bookmark' title='Permanent Link: Oracle Timezone Conversions &#8211; GMT to localtime (and back)'>Oracle Timezone Conversions &#8211; GMT to localtime (and back)</a></li>
<li><a href='http://blog.watashii.com/2008/08/oracle-sql-loader-importing-csv-files-into-a-table/' rel='bookmark' title='Permanent Link: Oracle SQL Loader &#8211; Importing CSV files to a table'>Oracle SQL Loader &#8211; Importing CSV files to a table</a></li>
<li><a href='http://blog.watashii.com/2011/02/oracle-sqlplus-query-output-to-a-file/' rel='bookmark' title='Permanent Link: Oracle SQLPlus Query Output to a File'>Oracle SQLPlus Query Output to a File</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/11/starting-shutdown-oracle-database-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abort Windows Shutdown Using Shortcut</title>
		<link>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/</link>
		<comments>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:41:13 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[abort]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=189</guid>
		<description><![CDATA[This follows on from the previous post on how to force shutdown your Windows machine using a shortcut.  This post shows how to cancel / stop Windows from shutting down after launching the shutdown command (eg by accident). To create this shortcut, open Notepad, and add the following line of text, then save it with [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/' rel='bookmark' title='Permanent Link: Force Shutdown Windows XP Using Shortcut'>Force Shutdown Windows XP Using Shortcut</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-190" title="forceshutdown_abort" src="http://blog.watashii.com/wp-content/uploads/2009/05/forceshutdown_abort.png" alt="forceshutdown_abort" width="209" height="129" /></p>
<p>This follows on from the previous post on how to <a href="http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/" target="_blank">force shutdown your Windows machine</a> using a shortcut.   This post shows how to cancel / stop Windows from shutting down after launching the shutdown command (eg by accident).</p>
<p>To create this shortcut, open Notepad, and add the following line of text, then save it with a<em> .bat</em> extension.  You need to hit the shortcut quickly if you want to abort in time.</p>
<p><code>shutdown.exe -a</code></p>
<p><code>Where:<br />
-a abort shutdown<br />
</code></p>
<p>[<a href="http://www.watashii.com/code/xp_shortcut/abort_shutdown.bat " target="_blank">abort_shutdown.bat</a>]  32 bytes</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/' rel='bookmark' title='Permanent Link: Force Shutdown Windows XP Using Shortcut'>Force Shutdown Windows XP Using Shortcut</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Shutdown Windows XP Using Shortcut</title>
		<link>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/</link>
		<comments>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:35:59 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=161</guid>
		<description><![CDATA[Here is a handy way to force shutdown your Windows XP machine using a shortcut.  To create this shortcut, open Notepad, and add the following line of text, then save it with a .bat extension. shutdown.exe -f -s -t 5 -c "bye" Where: -s  shutdown (use -r for restart) -f  force shutdown -t  time delay [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/' rel='bookmark' title='Permanent Link: Abort Windows Shutdown Using Shortcut'>Abort Windows Shutdown Using Shortcut</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-162" title="forceshutdown" src="http://blog.watashii.com/wp-content/uploads/2009/03/forceshutdown.png" alt="forceshutdown" width="208" height="131" /></p>
<p>Here is a handy way to force shutdown your Windows XP machine using a shortcut.  To create this shortcut, open Notepad, and add the following line of text, then save it with a<em> .bat</em> extension.</p>
<p><code>shutdown.exe -f -s -t 5 -c "bye"</code></p>
<p><code>Where:<br />
-s  shutdown (use -r for restart)<br />
-f  force shutdown<br />
-t  time delay (5 secs)<br />
-c  prompted comment, "bye"</code></p>
<p>[<a href="http://www.watashii.com/code/xp_shortcut/shutdown.bat " target="_blank">shutdown.bat</a>]  32 bytes</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/' rel='bookmark' title='Permanent Link: Abort Windows Shutdown Using Shortcut'>Abort Windows Shutdown Using Shortcut</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista &#8211; Change Sleep Button to Shutdown Button</title>
		<link>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/</link>
		<comments>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 09:19:02 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=145</guid>
		<description><![CDATA[Recently got my new computer system loaded with Windows Vista (Home Basic).  The first annoyance I encountered was that the default power down on the Start Menu is the orange sleep mode button. Having sleep mode allows quick resume of Windows without needing to reload Windows from scratch, as well as saving power &#8211; the [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
<li><a href='http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/' rel='bookmark' title='Permanent Link: Live Messenger 8.1/8.5 Bypass Mandatory Upgrade'>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="float-left size-full wp-image-146 alignleft" style="margin: 15px;" title="sleep_to_shutdown_button" src="http://blog.watashii.com/wp-content/uploads/2009/01/startmenupower.jpg" alt="sleep_to_shutdown_button" width="142" height="125" /></p>
<p>Recently got my new computer system loaded with Windows Vista (Home Basic).  The first annoyance I encountered was that the default power down on the Start Menu is the orange sleep mode button.</p>
<p>Having sleep mode allows quick resume of Windows without needing to reload Windows from scratch, as well as saving power &#8211; the benefits obvious.</p>
<p>But for the not-so occasional PC user, a shutdown button is more convenient.  Here is how to swap it with red shutdown button.</p>
<p>- Goto <em>[Start &gt; Control Panel &gt; Power Options]</em></p>
<p>- Click on the power plan in use, and select <em>Advanced Power Settings</em></p>
<p>- Expand the + signs under <em>Power Buttons and Lid</em>, then <em>Start Menu and Power Buttons</em></p>
<p>- Then in the dropdown box set it to the Shutdown setting</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
<li><a href='http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/' rel='bookmark' title='Permanent Link: Live Messenger 8.1/8.5 Bypass Mandatory Upgrade'>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

