<?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>Andrei DANEASA &#187; installation</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webxpert.ro/andrei</link>
	<description>Programming, database, security, Oracle, .NET, C#, PHP, Travel</description>
	<lastBuildDate>Tue, 18 Oct 2011 15:42:40 +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>Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE)</title>
		<link>http://www.webxpert.ro/andrei/2010/09/09/upgrade-oracle-apex-3-2-1-to-4-0-1-on-oracle-database-10g-express-edition-xe/</link>
		<comments>http://www.webxpert.ro/andrei/2010/09/09/upgrade-oracle-apex-3-2-1-to-4-0-1-on-oracle-database-10g-express-edition-xe/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 14:29:03 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[express edition]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=753</guid>
		<description><![CDATA[Apex is a great tool for rapid web applications based on Oracle Database. It&#8217;s free, and if you&#8217;re happy with Oracle XE&#8217;s limitations, then it&#8217;s perfect, you have the database free as well. I&#8217;ve been following APEX for long time ago, since it was called HTML DB, and wrote 2+ years ago a guide how [...]]]></description>
			<content:encoded><![CDATA[<p>Apex is a great tool for rapid web applications based on Oracle Database. It&#8217;s free, and if you&#8217;re happy with Oracle XE&#8217;s limitations, then it&#8217;s perfect, you have the database free as well. I&#8217;ve been following APEX for long time ago, since it was called HTML DB, and wrote 2+ years ago <a href="http://www.webxpert.ro/andrei/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/">a guide how to install APEX on XE</a>.</p>
<p>Now APEX 4.0.1 is GA and most of the people would like to upgrade. It&#8217;s very simple.</p>
<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/apex1.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2010/09/apex1.png" alt="" title="apex1" width="600" height="225" class="aligncenter size-full wp-image-754" /></a></p>
<p><strong>1. Download APEX from <a href="http://download.oracle.com/otn/java/appexpress/apex_4.0.1.zip">OTN</a></strong><br /><span id="more-753"></span><br />
<strong></p>
<p>2. Unzip it making sure you don&#8217;t change the name of the apex folder inside the zip.</strong></p>
<div class="dean_ch" style="white-space: wrap;">unzip apex_4.0.1.zip /tmp/<br />
cd /tmp/apex</div>
<p><strong>3. Connect to your XE installation</strong></p>
<div class="dean_ch" style="white-space: wrap;">sqlplus / as sysdba</div>
<p><strong>4. Run the installation script</strong></p>
<div class="dean_ch" style="white-space: wrap;">SQL&gt; @apexins SYSAUX SYSAUX TEMP /i/</div>
<p><strong>5. Wait 10-15 minutes then connect again as sysdba and import images</strong></p>
<div class="dean_ch" style="white-space: wrap;">SQL&gt;@apxldimg.sql /tmp</div>
<p><em>!do not put the &#8220;apex&#8221; folder in the path there</em></p>
<p>That&#8217;s it, no more unlock account, set password, set port, you already did this on the previous installation.</p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/">Oracle APEX 3.1 installation on Oracle Database 10g XE</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/">Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/03/17/disadvantages-of-using-oracle-database-10g-xe-express-edition/">Disadvantages of using Oracle Database 10g XE (Express Edition)</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/04/03/oracle-database-11g-release-2-available-on-windows-finally/">Oracle Database 11g Release 2 available on Windows&#8230; finally</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/">SQL Developer 2.1 EA1 available</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2010/09/09/upgrade-oracle-apex-3-2-1-to-4-0-1-on-oracle-database-10g-express-edition-xe/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Oracle APEX 3.1 installation on Oracle Database 10g XE</title>
		<link>http://www.webxpert.ro/andrei/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/</link>
		<comments>http://www.webxpert.ro/andrei/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:47:14 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[express edition]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=87</guid>
		<description><![CDATA[I&#8217;ve been asked many times if there is possible to install Oracle Application Express on Express Edition of 10g database, both of them being free products. The answer is YES, and the procedure is quite simple, as very well indicated on Oracle website The steps would be: Download the latest version from APEX website Unzip [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.webxpert.ro/andrei/wp-content/uploads/2008/06/31_home_page.png'><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/06/31_home_page-300x112.png" alt="Oracle apex 3.1" title="31_home_page" width="300" height="112" class="aligncenter size-medium wp-image-88" /></a></p>
<p>I&#8217;ve been asked many times if there is possible to install <a href="http://apex.oracle.com">Oracle Application Express</a> on <a href="http://www.oracle.com/technology/software/products/database/xe/index.html">Express Edition of 10g database</a>, both of them being free products. The answer is YES, and the procedure is quite simple, as very well indicated on <a href="http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html">Oracle website</a></p>
<p>The steps would be:<span id="more-87"></span></p>
<ul>
<li>Download the latest version from <a href="http://www.oracle.com/technology/products/database/application_express/download.html">APEX website</a></li>
<li>Unzip the archive in a convenient location on your hard-disk</li>
<li>Start a SQL*Plus from that location( <code>C:\apex\> sqlplus / as sysdba</code> )</li>
<li>Install apex:
<div class="dean_ch" style="white-space: wrap;">@apexins SYSAUX SYSAUX TEMP /i/</div>
</li>
<li>Change admin password:
<div class="dean_ch" style="white-space: wrap;">@apxchpwd</div>
</li>
<li>Set images path (APEX_HOME is the folder where you unziped the archive):
<div class="dean_ch" style="white-space: wrap;">@APEX_HOME/apex/apxldimg.sql APEX_HOME</div>
</li>
<li>Run the following script where &#8220;password&#8221; is the admin password set 2 steps before:
<div class="dean_ch" style="white-space: wrap;">@APEX_HOME/apex/apxxepwd.sql password</div>
</li>
</ul>
<p>Good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

