<?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; oracle</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/oracle/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 Database 11g Release 2 available on Windows&#8230; finally</title>
		<link>http://www.webxpert.ro/andrei/2010/04/03/oracle-database-11g-release-2-available-on-windows-finally/</link>
		<comments>http://www.webxpert.ro/andrei/2010/04/03/oracle-database-11g-release-2-available-on-windows-finally/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 17:49:08 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=703</guid>
		<description><![CDATA[Approx. 4 months after the Linux release, the Windows version of 11gR2 arrived on OTN silently. Just 64bit version for the moment, but I&#8217;m sure the 32bit version will follow soon. Considering the fact there is nothing on corporate blogs or on eDelivery, I&#8217;m sure they will make it public after both version will be [...]]]></description>
			<content:encoded><![CDATA[<p>Approx. 4 months after the Linux release, the Windows version of 11gR2 arrived on <a href="http://www.oracle.com/technology/software/products/database/oracle11g/112010_win64soft.html">OTN</a> silently. </p>
<p><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/03/oracle_11g_database.jpg" alt="" title="oracle_11g_database" width="290" height="88" class="aligncenter size-full wp-image-383" /><br />
Just 64bit version for the moment, but I&#8217;m sure the 32bit version will follow soon. Considering the fact there is nothing on corporate blogs or on <a href="http://edelivery.oracle.com">eDelivery</a>, I&#8217;m sure they will make it public after both version will be available, most probably after Easter.</p>
<p>Regarding the version itself, I used the beta versions and will definitely recommend it. </p>
<p><em><strong>LATER UPDATE (6th of April)</strong></em>: 32bit version has just arrived on OTN <a href="http://www.oracle.com/technology/software/products/database/oracle11g/112010_win32soft.html">here</a>.</p>
<p>Enjoy!</p>
<li><a href="http://www.webxpert.ro/andrei/2009/09/01/11gr2-is-now-ga/">Oracle Database 11gR2 is now GA</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/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/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/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/2010/04/03/oracle-database-11g-release-2-available-on-windows-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)</title>
		<link>http://www.webxpert.ro/andrei/2010/01/22/book-review-sql-developer-2-1-by-sue-harper-packt-publishing/</link>
		<comments>http://www.webxpert.ro/andrei/2010/01/22/book-review-sql-developer-2-1-by-sue-harper-packt-publishing/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 14:53:00 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[sql developer]]></category>
		<category><![CDATA[sue harper]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=612</guid>
		<description><![CDATA[I recently read SQL Developer 2.1 book by Sue Harper, published by Packt Publishing (thanks Veena). In a few words: I&#8217;m impressed. It&#8217;s a must read for everybody who&#8217;s working with Oracle. For those of you who never used SQL Developer, is a GUI like Toad or PL/SQL Developer. The main difference is that it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I recently read SQL Developer 2.1 book by Sue Harper, published by Packt Publishing (thanks Veena).</p>
<p><a href="http://www.packtpub.com/oracle-sql-developer-2-1/book" target="_blank"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/1847196268-243x300.jpg" alt="Oracle SQL Developer 2.1 by Sue Harper" title="Oracle SQL Developer 2.1 by Sue Harper" width="243" height="300" class="aligncenter size-medium wp-image-524" /></a></p>
<p>In a few words: <strong>I&#8217;m impressed</strong>. It&#8217;s a must read for everybody who&#8217;s working with Oracle. </p>
<p>For those of you who never used <a href="http://www.oracle.com/technology/software/products/sql/index.html" target="_blank">SQL Developer</a>, <span id="more-612"></span>is a GUI like Toad or PL/SQL Developer. The main difference is that it&#8217;s free and made by Oracle. As a former user of PL/SQL Developer I have to say that <a href="http://www.oracle.com/technology/software/products/sql/index.html" target="_blank">Oracle SQL Developer</a> reached its maturity, Oracle is investing a lot of efforts in developing this tool and this is why now SQL Developer is the most used tool for Oracle development, which is quite impressive considering it has just 2 or 3 years since it was launched.</p>
<p>I was using <a href="http://www.oracle.com/technology/software/products/sql/index.html" target="_blank">SQL Developer</a> since it was on beta, still called Project Raptor, and I witnessed the way it grew day by day. From a very simple GUI the development team added:</p>
<ul>
<li>migration capabilities, making Oracle Migration Workbench deprecated</li>
<li>schema copy, schema compare</li>
<li>import/export capabilities</li>
<li>SVN/CVS integration</li>
<li>Data modelling</li>
<li>excellent reporting capabilities</li>
</ul>
<p>Now, coming back to the book: what&#8217;s better than having a book describing all the above written by the Product Manager of the tool? Sue did a fantastic job writing the book and now everybody have a reference (with a lot of examples and screenshots) for all the capabilities of <a href="http://www.oracle.com/technology/software/products/sql/index.html" target="_blank">SQL Developer</a>.</p>
<p>I have to recon that there were quite a few things in the book that I have no idea they exists. This is mostly due to the fact that the product is on such a heavy development and the releases are launched very frequently.</p>
<p>After reading the book I am seriously thinking of buying the hard-copy of the book. Again, it&#8217;s something that everybody that deals with Oracle must have.</p>
<p>***** (5.0/5)</p>
<p>The <a href="http://www.packtpub.com/oracle-sql-developer-2-1/book" target="_blank">prices at www.packtpub.com</a> are:<br />
- 38.69 EUR for the paper book (discounted 10%)<br />
- 28.89 EUR for the eBook (discounted 15%)<br />
- 44.68 EUR for the paper book + eBook (10% off paper book and 85% off eBook).</p>
<p><em><strong>LATER UPDATE: I&#8217;ve got 15% off for people reading this review, you just need to use the promo code: OSQL15r</strong><br />
</em></p>
<p>Enjoy!</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2009/10/15/im-going-to-review-onesome-packt-books/">I&#8217;m going to review one/some Packt book(s)</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/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/03/14/book-review-php-5-e-commerce-development-by-michael-peacock-packt-publishing/">Book review: PHP 5 e-commerce Development by Michael Peacock (Packt Publishing)</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2010/01/22/book-review-sql-developer-2-1-by-sue-harper-packt-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passed Google Analytics Individual Qualification (IQ)</title>
		<link>http://www.webxpert.ro/andrei/2009/11/09/passed-google-analytics-individual-qualification-iq/</link>
		<comments>http://www.webxpert.ro/andrei/2009/11/09/passed-google-analytics-individual-qualification-iq/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 08:02:48 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[certified]]></category>
		<category><![CDATA[GA]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[IQ]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[RTD Server]]></category>
		<category><![CDATA[RUEI]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=561</guid>
		<description><![CDATA[I&#8217;m a constant user of Google Analytics. It&#8217;s a great piece of software with lots of useful reports, easy to read and to understand. However, I was never curious how far I can go with it. Last week I had a discussion with someone in Oracle about Real-Time Decision (RTD) Server and Real User Experience [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a constant user of Google Analytics. It&#8217;s a great piece of software with lots of useful reports, easy to read and to understand. However, I was never curious how far I can go with it.</p>
<p>Last week I had a discussion with someone in Oracle about <a href="http://www.oracle.com/technology/products/bi/rtd.html" target="_blank">Real-Time Decision (RTD) Server</a> and <a href="http://www.oracle.com/technology/products/oem/prod_focus/realuserexperienceinsight.html" target="_blank">Real User Experience Insight (RUEI)</a>, so I decided to find out first all the capabilities of Google Analytics.<br />
After half of day of reading the course materials on <a href="http://www.google.com/support/conversionuniversity/?hl=en" target="_blank">Google Conversion University</a>, I decided that a challenge might worth 50$, so I took the exam.</p>
<p>More than an hour later I passed the 70 questions exam, much difficult than I expected, with a score of 87%:<br />
<a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/11/2009-11-08_1752.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/11/2009-11-08_1752-300x241.png" alt="Google Analytics IQ - Andrei Daneasa" title="Google Analytics IQ - Andrei Daneasa" width="300" height="241" class="aligncenter size-medium wp-image-562" /></a></p>
<p>Now having the proof I understood correctly what&#8217;s happening with Google Analytics, I can jump into conclusions:<span id="more-561"></span></p>
<ul>
<li>GA it&#8217;s a great piece of software for analyzing trends, keywords and content.</li>
<li>GA it&#8217;s staying on another server than your web server and the communication is uni-directional. This means GA will get information about your site, but you cannot implement real-time decisions based on GA</li>
<li>GA it&#8217;s free, same Urchin, so if you own a blog or have a small budget, these will be your choices</li>
<li>Both RTD Server and RUEI are licensed products with a price per processor over 80K USD, which makes them a choice just for big enterprises</li>
<li>RTD Server will be able to serve real-time content based on your behavior, just like Amazon is doing</li>
<li>GA is not able to track 404-pages, loading times, code execution times</li>
</ul>
<p>To summarize: <strong>if you&#8217;re big, go with RTD and/or RUEI. If you&#8217;re not so big, stay with GA, Urchin or other free stuff like them.</strong></p>
<p><em><strong>Related posts:</strong></em></p>
<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/2008/12/25/achieved-ocp-dba-certification/">Achieved OCP DBA certification</a></li>
<li><a href="http://www.webxpert.ro/andrei/2011/05/14/first-post-on-2011/">First post on 2011</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/09/old-geek-more-than-5-years-of-blogging/">Old geek&#8230; more than 5 years of blogging</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/11/09/passed-google-analytics-individual-qualification-iq/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m going to review one/some Packt book(s)</title>
		<link>http://www.webxpert.ro/andrei/2009/10/15/im-going-to-review-onesome-packt-books/</link>
		<comments>http://www.webxpert.ro/andrei/2009/10/15/im-going-to-review-onesome-packt-books/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 08:04:30 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[sql developer]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=521</guid>
		<description><![CDATA[Based on my posts here it seems that I&#8217;ve been chosen by Packt to review the Oracle SQL Developer 2.1 book written by one of my colleagues here in Oracle who runs the SQL Developer team. Considering this, stay tuned for the review just after the book will be launched as I will get it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/PacktLogoSmall.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/PacktLogoSmall.png" alt="PacktLogoSmall" title="PacktLogoSmall" width="90" height="50" class="alignleft size-full wp-image-522" /></a>Based on my posts here it seems that <a href="http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/#comment-2288">I&#8217;ve been chosen</a> by <a href="http://www.packtpub.com/">Packt</a> to review the <a href="http://www.packtpub.com/oracle-sql-developer-2-1/book">Oracle SQL Developer 2.1 book</a> written by one of my colleagues here in Oracle who runs the SQL Developer team. </p>
<p><a href="http://www.packtpub.com/oracle-sql-developer-2-1/book"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/10/1847196268-243x300.jpg" alt="Oracle SQL Developer 2.1 by Sue Harper" title="Oracle SQL Developer 2.1 by Sue Harper" width="243" height="300" class="aligncenter size-medium wp-image-524" /></a></p>
<p>Considering this, stay tuned for the review just after the book will be launched as I will get it for free the day it is released.</p>
<p>Good luck!</p>
<p><em><strong>Related posts:</strong></em></p>
<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>
<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/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/03/14/book-review-php-5-e-commerce-development-by-michael-peacock-packt-publishing/">Book review: PHP 5 e-commerce Development by Michael Peacock (Packt Publishing)</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/10/15/im-going-to-review-onesome-packt-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pearson VUE and Prometric battle</title>
		<link>http://www.webxpert.ro/andrei/2009/10/04/pearson-vue-and-prometric-battle/</link>
		<comments>http://www.webxpert.ro/andrei/2009/10/04/pearson-vue-and-prometric-battle/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 08:17:31 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Poor services]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[mcp]]></category>
		<category><![CDATA[mcsd]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[OCP]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pearson vue]]></category>
		<category><![CDATA[prometric]]></category>
		<category><![CDATA[transcript]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=518</guid>
		<description><![CDATA[I used both services to take tests in the past as the following: Microsoft - Pearson VUE and Oracle - Prometric. It seems that driven by the cut-costs strategy they started to steal each other&#8217;s clients. Oracle just moved to Pearson VUE. The result for me as a customer, not as an Oracle employee, is [...]]]></description>
			<content:encoded><![CDATA[<p>I used both services to take tests in the past as the following: <strong>Microsoft </strong>- Pearson VUE and <strong>Oracle </strong>- Prometric.</p>
<p>It seems that driven by the cut-costs strategy they started to steal each other&#8217;s clients. <a href="http://pearsonvue.com/oracle/">Oracle just moved to Pearson VUE</a>. The result for me as a customer, not as an Oracle employee, is that I cannot access my history. You have to believe me or to wait until Oracle will provide online transcripts when I will tell you what I own. There&#8217;s no history on their side, they claim the history will be kept on Oracle&#8217;s side at <a href="http://certview.oracle.com">Certview</a>, but I was unable to check my history.</p>
<p>I remembered I used Pearson VUE to take my Microsoft MCSD exams, so I tried to log in with my old credentials. Surprise&#8230;. Microsoft is no longer with Pearson, but <a href="http://prometric.com/Microsoft/default.htm">they moved to Prometric</a>. It&#8217;s totally confusing and you don&#8217;t want to take an exam these days <img src='http://www.webxpert.ro/andrei/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2008/12/25/achieved-ocp-dba-certification/">Achieved OCP DBA certification</a></li>
<li><a href="http://www.webxpert.ro/andrei/2010/10/08/vista-cannot-get-ip-from-some-routers-or-some-dhcp-servers/">Vista cannot get IP from some routers or some DHCP servers</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/10/04/pearson-vue-and-prometric-battle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Developer 2.1 EA1 available</title>
		<link>http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/</link>
		<comments>http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 22:40:23 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql developer]]></category>
		<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=513</guid>
		<description><![CDATA[well&#8230; my colleagues from SQL Dev team will probably take out from the marketplace our competition. Having so many features for free is something that me and all the users are highly appreciating. Some facts of SQL Developer 2.1 Early Adopter 1: SQL Dev is the most downloaded product on OTN SQL Dev is now [...]]]></description>
			<content:encoded><![CDATA[<p>well&#8230; my colleagues from SQL Dev team will probably take out from the marketplace our competition. Having so many features for free is something that me and all the users are highly appreciating. </p>
<div id="attachment_86" class="wp-caption aligncenter" style="width: 413px"><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2008/06/sqldev151.png"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/06/sqldev151.png" alt="SQL Developer 2.1 EA1" title="sqldev2.1" width="403" height="255" class="size-full wp-image-86" /></a><p class="wp-caption-text">SQL Developer 2.1 EA1</p></div>
<p>Some facts of <a href="http://www.oracle.com/technology/software/products/sql/index21_EA1.html">SQL Developer 2.1 Early Adopter 1</a>:<span id="more-513"></span></p>
<ul>
<li>SQL Dev is the most downloaded product on OTN</li>
<li>SQL Dev is now the leader in DB Dev tools</li>
<li>the new version can migrate DB2 and Teradata databases, so we need just Informix to get rid of old Migration workbench</li>
<li>the new version supports version control: CVS and Subversion</li>
<li>the new version can do unit testing</li>
<li>many many <a href="http://www.oracle.com/technology/products/database/sql_developer/files/newfeaturelist21.htm">other features</a></li>
</ul>
<p>Enjoy!</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/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>
<li><a href="http://www.webxpert.ro/andrei/2009/10/15/im-going-to-review-onesome-packt-books/">I&#8217;m going to review one/some Packt book(s)</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/2008/06/16/oracle-apex-31-installation-on-oracle-database-10g-xe/">Oracle APEX 3.1 installation on Oracle Database 10g XE</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle Database 11gR2 is now GA</title>
		<link>http://www.webxpert.ro/andrei/2009/09/01/11gr2-is-now-ga/</link>
		<comments>http://www.webxpert.ro/andrei/2009/09/01/11gr2-is-now-ga/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 12:46:42 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=503</guid>
		<description><![CDATA[Yes, it finally arrived! Check this out! Related posts: Oracle Database 11g Release 2 available on Windows&#8230; finally Upgrade Oracle APEX 3.2.1 to 4.0.1 on Oracle Database 10g Express Edition (XE) Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope Windows authentication connection to SQL Server from SQL Developer SQL Server 2005 named instance [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webxpert.ro/andrei/wp-content/uploads/2009/03/oracle_11g_database.jpg"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/03/oracle_11g_database.jpg" alt="oracle_11g_database" title="oracle_11g_database" width="290" height="88" class="aligncenter size-full wp-image-383" /></a><br />
Yes, it finally arrived! Check <a href="http://www.oracle.com/technology/software/products/database/index.html">this </a>out!</p>
<p><em><strong>Related posts:</strong></em></p>
<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/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/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/05/29/windows-authentication-connection-to-sql-server-from-sql-developer/">Windows authentication connection to SQL Server from SQL Developer</a></li>
<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>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2009/09/01/11gr2-is-now-ga/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>20</slash:comments>
		</item>
		<item>
		<title>Windows authentication connection to SQL Server from SQL Developer</title>
		<link>http://www.webxpert.ro/andrei/2009/05/29/windows-authentication-connection-to-sql-server-from-sql-developer/</link>
		<comments>http://www.webxpert.ro/andrei/2009/05/29/windows-authentication-connection-to-sql-server-from-sql-developer/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:01:30 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql developer]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=417</guid>
		<description><![CDATA[Trying to connect to SQL Server 2000 or 2005 from Oracle SQL Developer having Windows Authentication enabled on SQL Server will fail with: &#8220;I/O Error: SSO Failed: Native SSPI Library not loaded. Check the java.library.path system property.&#8221; The solution is simple: place a dll called NTLMAUTH.DLL (NT authentication) in your system path and restart SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to connect to SQL Server 2000 or 2005 from Oracle SQL Developer having Windows Authentication enabled on SQL Server will fail with:<br />
<em><strong>&#8220;I/O Error: SSO Failed: Native SSPI Library not loaded. Check the java.library.path system property.&#8221;</strong></em><br />
<img src="http://www.webxpert.ro/andrei/wp-content/uploads/2009/05/sqldev_winauth.jpg" alt="sqldev_winauth" title="sqldev_winauth" width="670" height="480" class="aligncenter size-full wp-image-428" /></p>
<p>The solution is simple: place a dll called NTLMAUTH.DLL (NT authentication) in your system path and restart SQL Developer. Windows/System32 is always a wise choice.</p>
<p>Where to get this DLL? It is shipped with JTDS <a href="http://sourceforge.net/projects/jtds/files/">here</a>.</p>
<p>Is there another option? Yes, enable SQL Server authentication.</p>
<p><em><strong>Related posts:</strong></em></p>
<li><a href="http://www.webxpert.ro/andrei/2008/10/15/oracle-sql-developer-data-modeling-151-early-adopter-release-launched/">Oracle SQL Developer Data Modeling 1.5.1 Early Adopter release launched</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/06/16/oracle-sql-developer-151-is-out/">Oracle SQL Developer 1.5.1 is out</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/29/windows-authentication-connection-to-sql-server-from-sql-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

