<?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>Parm Patram &#187; Startup/Shutdown</title>
	<atom:link href="http://oracle.3dub.com/category/startupshutdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automating startup and shutdown</title>
		<link>http://oracle.3dub.com/2008/10/09/automating-startup-and-shutdown/</link>
		<comments>http://oracle.3dub.com/2008/10/09/automating-startup-and-shutdown/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:33:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Startup/Shutdown]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=223</guid>
		<description><![CDATA[http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php">http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/10/09/automating-startup-and-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Methods to startup/shutdown</title>
		<link>http://oracle.3dub.com/2008/08/27/methods-to-startupshutdown/</link>
		<comments>http://oracle.3dub.com/2008/08/27/methods-to-startupshutdown/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 01:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Startup/Shutdown]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=40</guid>
		<description><![CDATA[
using Enterprise Manager
using sqlplus STARTUP command
using srvctl command line tool.

]]></description>
			<content:encoded><![CDATA[<ol>
<li>using Enterprise Manager</li>
<li>using sqlplus STARTUP command</li>
<li>using srvctl command line tool.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/08/27/methods-to-startupshutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping instance using sqlplus command line</title>
		<link>http://oracle.3dub.com/2008/08/27/stopping-instance-using-sqlplus-command-line/</link>
		<comments>http://oracle.3dub.com/2008/08/27/stopping-instance-using-sqlplus-command-line/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 23:44:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQLPLUS]]></category>
		<category><![CDATA[Startup/Shutdown]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=5</guid>
		<description><![CDATA[[oracle@localhost bin]$ sqlplus /nolog
SQL*Plus: Release 11.1.0.6.0 &#8211; Production on Wed Aug 27 19:41:29 2008
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
SQL&#62; connect sysdba/fraggle as SYSDBA;
Connected.
SQL&#62; shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL&#62;
]]></description>
			<content:encoded><![CDATA[<p>[oracle@localhost bin]$ sqlplus /nolog</p>
<p>SQL*Plus: Release 11.1.0.6.0 &#8211; Production on Wed Aug 27 19:41:29 2008</p>
<p>Copyright (c) 1982, 2007, Oracle.  All rights reserved.</p>
<p>SQL&gt; connect sysdba/fraggle as SYSDBA;<br />
Connected.<br />
SQL&gt; shutdown immediate</p>
<p>Database closed.<br />
Database dismounted.</p>
<p>ORACLE instance shut down.<br />
SQL&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/08/27/stopping-instance-using-sqlplus-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting/Stopping EM</title>
		<link>http://oracle.3dub.com/2008/08/27/hello-world/</link>
		<comments>http://oracle.3dub.com/2008/08/27/hello-world/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 23:29:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Enterprise Manager]]></category>
		<category><![CDATA[Startup/Shutdown]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=1</guid>
		<description><![CDATA[$ emctl start&#124;stop dbconsole
EM is accessable via URL: https://localhost.localdomain:1158/em/
Login as SYS and the password set during installation and &#8216;AS&#8217; SYSDBA
]]></description>
			<content:encoded><![CDATA[<p>$ emctl start|stop dbconsole</p>
<p>EM is accessable via URL: https://localhost.localdomain:1158/em/</p>
<p>Login as SYS and the password set during installation and &#8216;AS&#8217; SYSDBA</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/08/27/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

