<?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: How to Install Oracle Database 12c on RHEL/CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-oracle-database-12c-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 23 Oct 2020 09:10:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: balada		</title>
		<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/comment-page-1/#comment-1379596</link>

		<dc:creator><![CDATA[balada]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 09:10:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26159#comment-1379596</guid>

					<description><![CDATA[Hi, 

Thanks for those steps, May I have your help what can cause oracle not to start after a system restart?

I noticed first that &lt;strong&gt;listener.ora&lt;/strong&gt; point to &lt;strong&gt;/u02/&lt;/strong&gt; when it was working, after system restart &lt;strong&gt;listener.ora&lt;/strong&gt; point to /u01/  ... /listener.ora.

do we to change the path of the database ( as we install a database on directory /u02?

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for those steps, May I have your help what can cause oracle not to start after a system restart?</p>
<p>I noticed first that <strong>listener.ora</strong> point to <strong>/u02/</strong> when it was working, after system restart <strong>listener.ora</strong> point to /u01/  &#8230; /listener.ora.</p>
<p>do we to change the path of the database ( as we install a database on directory /u02?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Uzair Ali		</title>
		<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/comment-page-1/#comment-1373463</link>

		<dc:creator><![CDATA[Uzair Ali]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 09:57:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26159#comment-1373463</guid>

					<description><![CDATA[Why did you create &lt;strong&gt;u02&lt;/strong&gt; directory and never used it?]]></description>
			<content:encoded><![CDATA[<p>Why did you create <strong>u02</strong> directory and never used it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nasser		</title>
		<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/comment-page-1/#comment-1340810</link>

		<dc:creator><![CDATA[Nasser]]></dc:creator>
		<pubDate>Thu, 25 Jun 2020 09:43:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26159#comment-1340810</guid>

					<description><![CDATA[Great article, thanks it helps a lot.]]></description>
			<content:encoded><![CDATA[<p>Great article, thanks it helps a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suresh		</title>
		<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/comment-page-1/#comment-1326696</link>

		<dc:creator><![CDATA[suresh]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 13:30:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26159#comment-1326696</guid>

					<description><![CDATA[I installed &lt;strong&gt;Oracle 12c&lt;/strong&gt; under centos 7.7 in VMWare machine as told by you. Still while connecting to &lt;strong&gt;sqlplus&lt;/strong&gt; and I get the following error. 
&lt;pre&gt;
nter user-name: system
Enter password: 
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3701
Additional information: -267818573
Process ID: 0
Session ID: 0 Serial number: 0
&lt;/pre&gt;
and also when I checked. 
&lt;pre&gt;
# lsnrctl start
&lt;/pre&gt;
LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 15-APR-2020 18:52:46

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

TNS-01106: Listener using listener name LISTENER has already been started

basically it seems oracle is not staring.]]></description>
			<content:encoded><![CDATA[<p>I installed <strong>Oracle 12c</strong> under centos 7.7 in VMWare machine as told by you. Still while connecting to <strong>sqlplus</strong> and I get the following error. </p>
<pre>
nter user-name: system
Enter password: 
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3701
Additional information: -267818573
Process ID: 0
Session ID: 0 Serial number: 0
</pre>
<p>and also when I checked. </p>
<pre>
# lsnrctl start
</pre>
<p>LSNRCTL for Linux: Version 12.2.0.1.0 &#8211; Production on 15-APR-2020 18:52:46</p>
<p>Copyright (c) 1991, 2016, Oracle.  All rights reserved.</p>
<p>TNS-01106: Listener using listener name LISTENER has already been started</p>
<p>basically it seems oracle is not staring.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jau-Ling Chou		</title>
		<link>https://www.tecmint.com/install-oracle-database-12c-on-centos-7/comment-page-1/#comment-1209461</link>

		<dc:creator><![CDATA[Jau-Ling Chou]]></dc:creator>
		<pubDate>Tue, 23 Jul 2019 14:57:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26159#comment-1209461</guid>

					<description><![CDATA[Where did you get the list of RPM packages?]]></description>
			<content:encoded><![CDATA[<p>Where did you get the list of RPM packages?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
