<?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; 10g</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/10g/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webxpert.ro/andrei</link>
	<description>Programming, database, Oracle, .NET, C#, PHP, Travel</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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>0</slash:comments>
		</item>
		<item>
		<title>Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope</title>
		<link>http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/</link>
		<comments>http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/#comments</comments>
		<pubDate>Sun, 31 May 2009 07:32:11 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=433</guid>
		<description><![CDATA[Best way to have a easy to access XE database and APEX on top of it is to put them on a Ubuntu Server virtual machine that I start just when I need. Installation of 10g Express Edition should not take more than 10 minutes and the steps are below: 1. Prepare the swap space [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/03/xe_logo.gif" alt="xe_logo" title="xe_logo" width="75" height="35" class="alignleft size-full wp-image-367" />Best way to have a easy to access XE database and APEX on top of it is to put them on a Ubuntu Server virtual machine that I start just when I need.</p>
<p>Installation of 10g Express Edition should not take more than 10 minutes and the steps are below:</p>
<p><strong>1. Prepare the swap space</strong><br />
If you have less than 1GB memory run the following commands to create swap space:</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> <span class="kw2">dd</span> <span class="re2">if=</span>/dev/zero <span class="re2">of=</span>/swpfs1 <span class="re2">bs=</span>1M <span class="re2">count=</span><span class="nu0">1000</span><br />
$ <span class="kw2">sudo</span> mkswap /swpfs1<br />
$ <span class="kw2">sudo</span> swapon /swpfs1</div>
<p><span id="more-433"></span></p>
<p><strong>2. Add new Aptitude source and get the GPG key for Oracle</strong><br />
2.1. First modify /etc/apt/sources.list file:</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> vi /etc/apt/sources.list</div>
<p>2.2. Append following line:</p>
<div class="dean_ch" style="white-space: wrap;">deb http://oss.oracle.com/debian unstable main non-<span class="kw2">free</span></div>
<p>2.3. Save and close the file. Next import GPG key:</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">wget</span> http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | <span class="kw2">sudo</span> apt-key add -</div>
<p>2.4. Update package database:</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> apt-get update</div>
<p><strong>3. Install Oracle 10g XE:</strong></p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> apt-get <span class="kw2">install</span> oracle-xe</div>
<p><strong>4. Post-install configuration</strong><br />
4.1. You must configure Oracle TCP/IP port and other parameters. Simply type the following command:</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> /etc/init.d/oracle-xe configure</div>
<p>4.2. Add environment variables in .profile</p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw3">cd</span> ~<br />
$ vi .profile</div>
<p>Add the following lines:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">export</span> <span class="re2">ORACLE_SID=</span>XE<br />
<span class="kw3">export</span> <span class="re2">ORACLE_HOME=</span>/usr/lib/oracle/xe/app/oracle/product/<span class="nu0">10.2</span><span class="nu0">.0</span>/server<br />
<span class="kw3">export</span> <span class="re2">PATH=</span><span class="re1">$PATH</span>:<span class="re1">$ORACLE_HOME</span>/bin</div>
<p>Good luck,<br />
Andrei</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="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/">Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE)</a></li>
<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/10/29/ubuntu-9-10-karmic-koala-released/">Ubuntu 9.10 Karmic Koala released</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>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/05/31/instal-oracle-10g-xe-on-ubuntu-server-904-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 named instance in Oracle SQL Developer</title>
		<link>http://www.webxpert.ro/andrei/2009/05/22/sql-server-2005-named-instance-in-oracle-sql-developer/</link>
		<comments>http://www.webxpert.ro/andrei/2009/05/22/sql-server-2005-named-instance-in-oracle-sql-developer/#comments</comments>
		<pubDate>Fri, 22 May 2009 09:19:00 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[jtds]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql developer]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=411</guid>
		<description><![CDATA[I&#8217;ve been told that there is no way to connect to a SQL Server 2005 named instance from SQL Developer. That&#8217;s not necessary true, but it&#8217;s strange. A bit of background information: SQL Developer is connecting to SQL Server through JTDS opensource driver. The driver said that it cannot support named instances. On the other [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been told that there is no way to connect to a SQL Server 2005 named instance from SQL Developer. That&#8217;s not necessary true, but it&#8217;s strange. </p>
<p><em>A bit of background information</em>: SQL Developer is connecting to SQL Server through JTDS opensource driver. The driver said that it cannot support named instances. On the other hand, in the connection string, there is a syntax for named instance, like &#8220;instance=<strong><em>your_instance</em></strong>&#8220;.<br />
<span id="more-411"></span><br />
What you&#8217;ll have to do to connect to a named instance is not putting the instance name in the server name, like ADANEASA-RO/SQLEXPRESS, but concatenate everything in the port field.<br />
Your port should be like <strong>[PORT]/[DB_NAME];INSTANCE=[INSTANCE_NAME]</strong><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/05/namedinstancesd.jpg"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/05/namedinstancesd.jpg" alt="namedinstancesd" title="namedinstancesd" width="700" height="499" class="aligncenter size-full wp-image-412" /></a></p>
<p>Good luck!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/05/31/enable-tcpip-on-sql-server-2005-express-edition/">Enable TCP/IP on SQL Server 2005 Express Edition</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/02/23/oracle-10g11g-install-on-windows-2008-server/">Oracle 10g/11g installation on Windows 2008 Server</a></li>
<li><a href="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/">Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE)</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/2010/01/22/book-review-sql-developer-2-1-by-sue-harper-packt-publishing/">Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/05/22/sql-server-2005-named-instance-in-oracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disadvantages of using Oracle Database 10g XE (Express Edition)</title>
		<link>http://www.webxpert.ro/andrei/2009/03/17/disadvantages-of-using-oracle-database-10g-xe-express-edition/</link>
		<comments>http://www.webxpert.ro/andrei/2009/03/17/disadvantages-of-using-oracle-database-10g-xe-express-edition/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 07:24:11 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=366</guid>
		<description><![CDATA[Lots of people landed on my blog by searching for &#8220;10g XE disadvantages&#8221;, but unfortunately I don&#8217;t have such an article. I mean until now So what are the disadvantages of using 10g XE database? : it&#8217;s not supported by Oracle support it is working on just one processor core, no matter how many you [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of people landed on my blog by searching for &#8220;10g XE disadvantages&#8221;, but unfortunately I don&#8217;t have such an article. I mean until now <img src='http://www.webxpert.ro/andrei/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/03/xe_logo.gif" alt="xe_logo" title="xe_logo" width="75" height="35" class="alignright size-full wp-image-367" />So what are the disadvantages of using <a href="http://www.oracle.com/technology/products/database/xe/index.html">10g XE database</a>? :</p>
<ul>
<li>it&#8217;s <strong>not supported</strong> by Oracle support</li>
<li>it is working on just <strong>one </strong>processor core, no matter how many you have</li>
<li>it will not use more than <strong>1 GB of RAM</strong>, no matter how much RAM you have</li>
<li>you <strong>cannot store more than 4 GB of user data</strong>, hard-coded limitation</li>
<li>you&#8217;ll <strong>not find patches</strong> for it</li>
<li>not yet a 11g version</li>
</ul>
<p>Of course there are lots of advantages:<br />
<span id="more-366"></span>
<ul>
<li>very lightweight installation kit (~150 MB vs ~1700 GB for 11gR1)</li>
<li>very easy installation</li>
<li>not very intrusive, much less memory used compared to 11gR1</li>
<li>very recommended for the application development process</li>
<li>very recommended as a MySQL replacement</li>
<li>same code as paid versions, just with some hard-coded limitations (see above)</li>
</ul>
<p>As an example, I am using on my laptop both 10g XE and 11gR1 EE.<br />
If I need to do a quick migration or something simple, I am starting 10g XE.<br />
If I need to prove/test/play with some 11gR1 features, I am using 11gR1. </p>
<p>Good luck!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="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/">Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE)</a></li>
<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/10/01/sql-developer-2-1-ea1-available/">SQL Developer 2.1 EA1 available</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/2010/04/03/oracle-database-11g-release-2-available-on-windows-finally/">Oracle Database 11g Release 2 available on Windows&#8230; finally</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/03/17/disadvantages-of-using-oracle-database-10g-xe-express-edition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Oracle 10g/11g installation on Windows 2008 Server</title>
		<link>http://www.webxpert.ro/andrei/2009/02/23/oracle-10g11g-install-on-windows-2008-server/</link>
		<comments>http://www.webxpert.ro/andrei/2009/02/23/oracle-10g11g-install-on-windows-2008-server/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 21:04:02 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[certified]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[windows 2008 server]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=340</guid>
		<description><![CDATA[I ran a migration workshop last week and had a partner who tried to install Oracle on a Windows 2008 Server. Here are the today&#8217;s certification status: - Oracle DB 10gR2 is certified - Oracle DB 11gR1 is NOT certified yet, but projected - Hyper-V and Server Core in Windows 2008 are not supported by [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/02/oracle_10g-database.gif" alt="oracle_10g-database" title="oracle_10g-database" width="250" height="76" class="alignright size-full wp-image-343" /><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/02/oracle_11g_database.jpg" alt="oracle_11g_database" title="oracle_11g_database" width="250" height="76" class="alignright size-full wp-image-344" /><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/02/windows-2008-logo.jpg" alt="windows-2008-logo" title="windows-2008-logo" width="250" height="94" class="alignright size-full wp-image-345" />I ran a migration workshop last week and had a partner who tried to install Oracle on a Windows 2008 Server.<br />
Here are the today&#8217;s certification status:<br />
- Oracle DB 10gR2 is <strong>certified</strong><br />
- Oracle DB 11gR1 is <strong>NOT </strong>certified yet, but <strong>projected</strong><br />
- Hyper-V and Server Core in Windows 2008 are not supported by Oracle</p>
<p>According to the last <a href="http://www.oracle.com/technology/tech/windows/rdbms/11g_db_windows_2008_sod.pdf">statement of direction</a>, the timeframe for certification/support of 11g on Windows Server 2008 is 1st quarter 2009. <span id="more-340"></span></p>
<p>However, probably most of you know the difference between compatible and supported. In the end we&#8217;ve got both 10gR2 and 11gR1 successfully installed. </p>
<p>Last but not least I want to share a specific issue that appeared (Metalink note <a href="https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&#038;p_id=729774.1">729744.1</a>): when trying to run DBCA to create the database, it get stucked at 2% and throws a strange ORA-12560 error. This is <strong>due to the AD controller installed</strong> on the same machine.<br />
You&#8217;ll hit this issue when trying to install any OTN-downloaded version (10.2.0.3, 11.1.0.6).</p>
<p>How to overcome this:</p>
<ol>
<li>save the AD settings, uninstall it, install Oracle Database and reinstall AD.</li>
<li>install on a non-controller machine</li>
<li><strong>(recommended)</strong> install the Oracle DB software.<br />
- If 10gR2 install 10.2.0.4 Patch 14 or patch 7677780 and then use DBCA to create the database<br />
- If 11gR1 install 11.1.0.7 Patch and then use DBCA to create the database (I didn&#8217;t test this version, but should work).</li>
</ol>
<p>Good luck! &#8230; and please share with me your experience </p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/05/22/sql-server-2005-named-instance-in-oracle-sql-developer/">SQL Server 2005 named instance in Oracle SQL Developer</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/03/30/install-oracle-database-vault-on-patched-11g-database-11107-on-windows/">Install Oracle Database Vault on patched 11g database (11.1.0.7) on Windows</a></li>
<li><a href="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/">Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE)</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/11/09/passed-google-analytics-individual-qualification-iq/">Passed Google Analytics Individual Qualification (IQ)</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/02/23/oracle-10g11g-install-on-windows-2008-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Achieved OCP DBA certification</title>
		<link>http://www.webxpert.ro/andrei/2008/12/25/achieved-ocp-dba-certification/</link>
		<comments>http://www.webxpert.ro/andrei/2008/12/25/achieved-ocp-dba-certification/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:39:57 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[1z0-043]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[OCP]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=285</guid>
		<description><![CDATA[I never considered myself a good DBA and it&#8217;s not necessary my plan to become one. But in order to be convincing to the partners I had to take this certification. After few months of study and exercises I took 1z0-043 (Administration II) exam on 18th of December. I passed it with 96,9% and this [...]]]></description>
			<content:encoded><![CDATA[<p>I never considered myself a good DBA and it&#8217;s not necessary my plan to become one. But in order to be convincing to the partners I had to take this certification.<br />
After few months of study and exercises I took 1z0-043 (Administration II) exam on 18th of December. I passed it with 96,9% and this made me very proud.<br />
<img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/12/oracle_certprof_clr_rgb-300x122.jpg" alt="oracle_certprof_clr_rgb" title="oracle_certprof_clr_rgb" width="300" height="122" class="aligncenter size-medium wp-image-286" /></p>
<p>Of course I will need to take the upgrade exam to 11g and I am pretty sure I will forget some of the things if I am not facing them on a daily basis but it was a very good lecture.<br />
What will be the benefits? Don&#8217;t know&#8230; a diploma and a certification card for sure, 40% discount on some Oracle press books and maybe knowledge and confidence&#8230;</p>
<p>I&#8217;m open to share my experience with anybody interested in taking this certification</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2008/12/25/achieved-ocp-dba-certification/feed/</wfw:commentRss>
		<slash:comments>0</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>
