<?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>Mark Wagner&#039;s Oracle on Linux Site &#187; Silent Oracle Installs</title>
	<atom:link href="http://oracle-on-linux.net/tag/silent-oracle-installs/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle-on-linux.net</link>
	<description>Helping DBA&#039;s in a Linux World</description>
	<lastBuildDate>Thu, 20 Aug 2009 18:21:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Oracle Universal Installer</title>
		<link>http://oracle-on-linux.net/2009/07/26/oracle-universal-installer/</link>
		<comments>http://oracle-on-linux.net/2009/07/26/oracle-universal-installer/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 18:27:50 +0000</pubDate>
		<dc:creator>Mark Wagner</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Oracle 10g R2]]></category>
		<category><![CDATA[Oracle 11g]]></category>
		<category><![CDATA[Universal Installer]]></category>
		<category><![CDATA[Automating Installations]]></category>
		<category><![CDATA[Oracle Universal Installer]]></category>
		<category><![CDATA[Silent Oracle Installs]]></category>

		<guid isPermaLink="false">http://oracle-on-linux.net/2009/07/26/oracle-universal-installer/</guid>
		<description><![CDATA[&#160; One of the beauties of the Oracle database is that nearly everything associated with it can be automated. Oracle installation is one of the easiest tasks to handle with little or no human intervention. Sadly, Oracle Corporation has historically provided little documentation on exactly how to accomplish this. This chapter will discuss the main [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>One of the beauties of the Oracle database is that nearly everything associated with it can be automated. Oracle installation is one of the easiest tasks to handle with little or no human intervention. Sadly, Oracle Corporation has historically provided little documentation on exactly how to accomplish this. </p>
<p>This chapter will discuss the main steps in automating an Oracle installation. Some platforms may require specific preparation before the installer can run. This preparation is usually straightforward and simple, but consult the installation guide for your specific platform <i>before</i> proceeding. </p>
<h4>Automated Installation</h4>
<p>When performing an automated install, you must provide the installer with a text file containing all the necessary instructions. Oracle calls these <i>Oracle Universal Installer (<i>OUI</i>) response files</i>. A response file is a plain text file, which must follow Oracle&#8217;s syntax exactly. </p>
<p>To use a response file during an installation on Windows or UNIX, use the following commands (where &quot;custom.rsp&quot; is the name you&#8217;ve given your response file): </p>
<p>Windows</p>
<p><tt>setup.exe [-silent] -responseFile C:\OraInst\custom.rsp</tt></p>
<p>UNIX</p>
<p><tt>./runInstaller [-silent] -responseFile /u01/OraInst/custom.rsp</tt></p>
<p>The <tt>-silent</tt> qualifier is optional. When a silent install is indicated, the installer will not open any graphical user interface (<i>GUI</i>) windows under any circumstances. All needed information must be provided in the response file for a silent install. If any information is missing, the installer will exit, returning an error and the name of the log file to examine for details. </p>
<p>If the <tt>-silent</tt> qualifier is omitted, the installer will open normally and wait for the user to move through the install steps manually. Each page will be filled in with answers from the response file, but the installation will not proceed automatically. This is very useful if you want an installation &quot;template&quot; rather than a fully automated install. </p>
<p>In addition to the Oracle-provided sample response files, the installer can record a session to create a response file for use in later installations. To record a session, use the <tt>-record</tt> and <tt>-destinationFile</tt> qualifiers. For Windows and UNIX, for example: </p>
<p>Windows</p>
<p><tt>setup.exe -record -destinationFile C:\OraInst\rec.rsp</tt></p>
<p>UNIX</p>
<p><tt>./runInstaller -record -destinationFile /u01/OraInst/rec.rsp</tt></p>
<p>The installer will start and run normally. Choices made during the installation session will be recorded to the designated response file. After all selections have been made, a summary page will be presented. At this point, you can continue with the install or click the Cancel button to end it. Even if the installation is cancelled, the recorded response file is created. </p>
]]></content:encoded>
			<wfw:commentRss>http://oracle-on-linux.net/2009/07/26/oracle-universal-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

