<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>OraExplorer</title>
	
	<link>http://oraexplorer.com</link>
	<description>Exploring Oracle: No Stone Unturned</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/oraexplorer" /><feedburner:info uri="oraexplorer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>oraexplorer</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Oracle 10.2.0.3 Gap Resolution of Physical Standby Appears to Hang</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/-sC97N6SfPA/</link>
		<comments>http://oraexplorer.com/2010/05/oracle-10-2-0-3-gap-resolution-of-physical-standby-appears-to-hang/#comments</comments>
		<pubDate>Sun, 16 May 2010 23:39:12 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[Data Guard]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Standby]]></category>
		<category><![CDATA[Archived gap]]></category>
		<category><![CDATA[FAL]]></category>
		<category><![CDATA[Gap Resolution]]></category>
		<category><![CDATA[Physical]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=700</guid>
		<description><![CDATA[Last week we&#8217;ve encountered the archived-log-gap-missing issue on Oracle 10.2.0.3 physical standby. Looking from V$MANAGED_STANDBY, it showed waiting for gap of the archived log sequence #53713. SQL&#62; SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY; PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCK#     BLOCKS --------- ------------ ---------- ---------- ---------- ---------- ARCH      CONNECTED             0          0          0          0 ARCH      [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F05%2Foracle-10-2-0-3-gap-resolution-of-physical-standby-appears-to-hang%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F05%2Foracle-10-2-0-3-gap-resolution-of-physical-standby-appears-to-hang%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Last week we&#8217;ve encountered the archived-log-gap-missing issue on Oracle  10.2.0.3 physical standby. Looking from V$MANAGED_STANDBY, it showed  waiting for gap of the archived log sequence #53713.</p>
<pre>SQL&gt;  SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS
FROM  V$MANAGED_STANDBY;

PROCESS   STATUS          THREAD#   SEQUENCE#     BLOCK#     BLOCKS
--------- ------------ ----------  ---------- ---------- ----------
ARCH      CONNECTED              0          0          0          0
ARCH      CLOSING                2      58067     102401       1360
ARCH      CONNECTED              0          0          0          0
ARCH      CONNECTED              0          0          0          0
RFS       IDLE                   0          0          0          0
RFS       IDLE                   0          0          0          0
RFS       IDLE                   0          0          0          0
RFS       IDLE                   0          0          0          0
RFS       IDLE                   0          0          0          0
RFS       IDLE                   2      58068          2       1823
RFS       IDLE                   0          0          0          0
MRP0      WAIT_FOR_GAP           1      53713          0          0
</pre>
<p>The alert log showed similarly with additional information saying that it was trying to open  the missing log and the Fetch Archive Log (FAL) was requesting the  gap sequence from primary, but all failed.</p>
<pre>Media Recovery Log  /opt/oracle/admin/PROD/standby/arch_1_53713_645984751
Error opening  /opt/oracle/admin/PROD/standby/arch_1_53713_645984751
Attempting  refetch
Media Recovery Waiting for thread 1 sequence 53713
Fetching  gap sequence in thread 1, gap sequence 53713-53713
FAL[client]:  Error fetching gap sequence
Wed May 12 15:26:44 2010
FAL[client]:  Failed to request gap sequence
GAP - thread 1 sequence 53713-53713
DBID  2748812654 branch 645984751
FAL[client]: All defined FAL servers  have been attempted.
</pre>
<p>Interestingly, the specific archived log  file (arch_1_53713_645984751) existed already on the standby server with proper  permission. Not only that, Data Guard was aware of it when querying  the v$archived_log.</p>
<pre>select sequence#, name, archived, applied from  v$archived_log
where sequence# like '%53713%';

SEQUENCE#  NAME                                                    ARC APP
---------- ------------------------------------------------------- --- ---
53713      /opt/oracle/admin/PROD/standby/arch_3_53713_645984751   YES NO
</pre>
<p>An  attempt to register it again obviously failed.</p>
<pre>SQL&gt; ALTER DATABASE REGISTER LOGFILE '/opt/oracle/admin/PROD/standby/arch_1_53713_645984751';
ALTER DATABASE REGISTER LOGFILE '/opt/oracle/admin/PROD/standby/arch_1_53713_645984751'
*
ERROR  at line 1:
ORA-16089: archive log has already been registered
</pre>
<p>At  this point, it did not seem like anything we could do. Even trying to  copy the archived file to another location and re-register with a  different path did not help either.</p>
<p>Reading <a href="http://jarneil.wordpress.com/2008/06/06/fal-failing-to-resolve-archive-gaps/" target="_blank">blog post by  Jason</a>, this might be a bug as described in the <em>document ID 5576816.8 &#8211;  &#8220;Bug 5576816  FAL gap resolution does not work with max_connection set  in some scenario.&#8221;</em> The bug&#8217;s description says that <em>&#8220;Gap resolution appears to hang after  exhausting disk space on the standby system. The hang persists  even after additional disk space is made available.&#8221;</em> This seems to fit our incident because  before having this issue, the disk space on the standby was filled up. And  even after cleanup, the gap resolution appeared to hang.</p>
<p>The  suggested workaround from the document is to disable parallel archival and bounce the  primary instance. Um&#8230;</p>
<p>The restart of the primary instance was  something we&#8217;re hesitant to do especially when without a clear description of what it will do. Even though a suggestion of using &#8220;kill -9&#8243; on the  archiver (ARC) OS processes in the post&#8217;s comments with no downtime was very temping, it was still obviously too  risky to do in the production environment.</p>
<p>Fortunately, while looking  into other options, we&#8217;ve found <a href="http://www.shutdownabort.com/dbaqueries/Backup_DataGuard.php#If-FAL-doesnt-work-and-it-says-the-log-is-already-registered" target="_blank">this blog from Andy</a>. It&#8217;s interesting that once we tried <strong>&#8220;alter database register&#8221;</strong> again  but now with <strong>&#8220;or replace&#8221;</strong> keyword, it immediately fixed this issue.</p>
<pre>ALTER DATABASE REGISTER <strong>OR REPLACE</strong> PHYSICAL LOGFILE '/opt/oracle/admin/BMCPD/standby/arch_1_53713_645984751';
</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=-sC97N6SfPA:cBMu_A1jOKU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=-sC97N6SfPA:cBMu_A1jOKU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=-sC97N6SfPA:cBMu_A1jOKU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=-sC97N6SfPA:cBMu_A1jOKU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=-sC97N6SfPA:cBMu_A1jOKU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/-sC97N6SfPA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/05/oracle-10-2-0-3-gap-resolution-of-physical-standby-appears-to-hang/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/05/oracle-10-2-0-3-gap-resolution-of-physical-standby-appears-to-hang/</feedburner:origLink></item>
		<item>
		<title>Install 11g Release 2 Grid Infrastructure for Standalone Server on Windows 7 for Sandbox</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/Zg-gPWf8h9o/</link>
		<comments>http://oraexplorer.com/2010/04/install-11g-release-2-grid-infrastructure-for-standalone-server-on-windows-7-for-sandbox/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 03:08:25 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[Infratructure]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[R2]]></category>
		<category><![CDATA[Release 2]]></category>
		<category><![CDATA[Standalone]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=684</guid>
		<description><![CDATA[Oracle 11g Release 2 for Windows was just released this month. With the availability of the grid infrastructure in this version, I plan to install it on my Windows 7 desktop to see what it can do even if it is just on stand alone environment. In order for database to use Automatic Storage Management [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F04%2Finstall-11g-release-2-grid-infrastructure-for-standalone-server-on-windows-7-for-sandbox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F04%2Finstall-11g-release-2-grid-infrastructure-for-standalone-server-on-windows-7-for-sandbox%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Oracle 11g Release 2 for Windows was just released this month. With the availability of the grid  infrastructure in this version, I plan to install it  on my Windows 7 desktop to see what it can do even if it is just  on stand alone environment.</p>
<p>In order for database to use Automatic  Storage Management (ASM), it requires the Grid Infrastructure. In addition  to ASM, Grid Infrastructure will also provide Oracle Restart to manage the  Oracle processes (database, listener, and ASM).</p>
<p>One  of the first issues I&#8217;ve encountered is the new requirement that the  clusterware files (OCR &amp; Voting) must be on ASM. I have to admit  even though I&#8217;ve done ASM on Solaris and Linux before, but never on Windows.  Since this is mandatory, I will give it a try. And since I will use ASM  for clusterware files, I plan to use it for database data files as well.</p>
<p>In  order to use ASM, I&#8217;m required to provide the unformatted (raw) basic  disks. I plan to use the existing disks without adding new physical  ones. Fortunately in Windows 7, I can use the disk management  (diskmgmt.msc) tool to shrink volume and create a new logical  disk from claimed space. Note that you may have multiple physical disks  on your machine, but ASM supports and recognizes only logical drives on the Basic disk (not  Dynamic disk). Click <a href="http://www.dynamic-disk.com/difference-between-basic-and-dynamic-disk.html" target="_blank">here </a>if you&#8217;re  interested in differences between Basic and Dynamic disks.</p>
<p>Once data volume is shrunk, I can create a new volume and then a logical  drive. The new drive must not be formatted or having a drive letter  assigned to it. Here is the <a href="http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/oraclerestart.htm#CHDGDCEE" target="_blank">guidelines</a> from Oracle document on &#8220;create disk partitions&#8221;.</p>
<p>To use ASM with direct attached storage or SAN, the disks must be  stamped with a header. This can be accomplished by using either asmtool  (command-line version) or asmtoolg (GUI version). Since we will install  Oracle grid infrastructure in interactive mode, the asmtoolg will be  called during the configuration. Somehow, if I tried to launch the  asmtoolg outside Oracle grid infrastructure installation, I always  encountered error with no disks found. However, within the Oracle grid  infrastructure installation, there is no issue.</p>
<p>In general, the installation went well. I&#8217;ve encountered few issues which I&#8217;ve documented them in the documents below. The snapshots of steps here are for educational purpose only.</p>
<p><a href="http://www.scribd.com/doc/30549625/11GR2-Disk-Preparation-for-ASM" target="_blank">Windows 7 &#8211; Disk Preparation for ASM</a></p>
<p><a href="http://www.scribd.com/doc/30549775/11GR2-Grid-Infrastructure-for-Standalone-Server-Installation" target="_blank">Oracle 11g R2 Grid Infrastructure for Standalone Server Installation on Windows</a></p>
<p><a href="http://www.scribd.com/doc/30549932/11GR2-Software-Installation-for-Single-Instance-Database-on-Windows" target="_blank">Oracle 11g R2 Software Installation for Single Instance Database on Windows</a></p>
<p><a href="http://www.scribd.com/doc/30549842/Oracle-11G-R2-Database-Creation-on-Windows-Platform" target="_blank">Oracle 11g R2 Database Creation using ASM on Windows</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Zg-gPWf8h9o:HLT7GRMNzZo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Zg-gPWf8h9o:HLT7GRMNzZo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Zg-gPWf8h9o:HLT7GRMNzZo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Zg-gPWf8h9o:HLT7GRMNzZo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Zg-gPWf8h9o:HLT7GRMNzZo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/Zg-gPWf8h9o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/04/install-11g-release-2-grid-infrastructure-for-standalone-server-on-windows-7-for-sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/04/install-11g-release-2-grid-infrastructure-for-standalone-server-on-windows-7-for-sandbox/</feedburner:origLink></item>
		<item>
		<title>Alter Tablespace Read Only Hangs</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/ovnMlVDc-o0/</link>
		<comments>http://oraexplorer.com/2010/04/alter-tablespace-read-only-hangs/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:36:12 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[read-only]]></category>
		<category><![CDATA[tablespace]]></category>
		<category><![CDATA[Transportable]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=676</guid>
		<description><![CDATA[I found this tip from Oracle document while looking for a solution for session hung at the SQL prompt after issuing &#8220;alter tablespace read only&#8221;. Usually &#8220;alter tablespace read only&#8221; executes very quickly. However, the likelihood cause of waiting for tablespace to become read-only is due to existing in-flight transactions started before &#8220;alter tablespace read [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F04%2Falter-tablespace-read-only-hangs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F04%2Falter-tablespace-read-only-hangs%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>I found this tip from Oracle document while looking for a solution for  session hung at the SQL prompt after issuing &#8220;alter tablespace read only&#8221;.  Usually &#8220;alter tablespace read only&#8221; executes very quickly. However, the  likelihood cause of waiting for tablespace to become read-only is due to  existing in-flight transactions started before &#8220;alter tablespace read  only&#8221; are still running.</p>
<p>To identify these transactions that are preventing the read-only tablespace is to first identify the &#8220;alter tablespace read only&#8221; session.</p>
<pre>SELECT SQL_TEXT, SADDR
FROM V$SQLAREA,V$SESSION
WHERE V$SQLAREA.ADDRESS = V$SESSION.SQL_ADDRESS
AND SQL_TEXT LIKE 'alter tablespace%';

SQL_TEXT                                 SADDR
---------------------------------------- ----------------
alter tablespace tbs_tts1 read only      0000040634C0D8B8</pre>
<p>Based on the identified session address and start SCN number, we can find the earlier executions before the read-only statement by querying the v$TRANSACTION order by ascending start SCN.</p>
<pre>SELECT SES_ADDR, START_SCNB
FROM V$TRANSACTION
ORDER BY START_SCNB;

SES_ADDR         START_SCNB
---------------- ----------
0000040634C254F8 2976616884    --&gt; Waiting on this transaction
0000040634C0D8B8 2980274305    --&gt; alter tablespace read only
0000040634C53858 2980283454
</pre>
<p>From the session address of the blocking transaction, we then can find information about that session.</p>
<pre>SELECT T.SES_ADDR, S.USERNAME, S.MACHINE
FROM V$SESSION S,  V$TRANSACTION T
WHERE T.SES_ADDR = S.SADDR
ORDER BY T.SES_ADDR

SES_ADDR          USERNAME              MACHINE
----------------  --------------------  ------------------
0000040634C254F8  RT_ADMIN              isdweb1
</pre>
<p>Once the session is identified, an appropriate  action whether to terminate this session can be decided. In our  case, it was just a run-away session. Once terminated, alter tablespace  read only completed right away.</p>
<p>Reference: Oracle Database Administrator&#8217;s Guide 11g Release 1 (11.1) -  <a href="http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/tspaces006.htm#insertedID1" target="_blank">Making a Tablespace Read-Only</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ovnMlVDc-o0:ZiMOYF9M28U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ovnMlVDc-o0:ZiMOYF9M28U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ovnMlVDc-o0:ZiMOYF9M28U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ovnMlVDc-o0:ZiMOYF9M28U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ovnMlVDc-o0:ZiMOYF9M28U:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/ovnMlVDc-o0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/04/alter-tablespace-read-only-hangs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/04/alter-tablespace-read-only-hangs/</feedburner:origLink></item>
		<item>
		<title>Book Review: Oracle SQL Developer 2.1 by Sue Harper</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/RUPEXpKpbPk/</link>
		<comments>http://oraexplorer.com/2010/03/book-review-oracle-sql-developer-2-1-by-sue-harper/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:31:13 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=668</guid>
		<description><![CDATA[I must admit that I rarely use the Oracle SQL Developer because I&#8217;m using SQL*Plus, Toad from Quest and PL/SQL Developer from Allround Automations as primary tools for database administration and PL/SQL programming. They&#8217;re already providing all functionalities I need. I have nothing against Oracle SQL Developer. Actually it is quite opposite. I really want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F03%2Fbook-review-oracle-sql-developer-2-1-by-sue-harper%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F03%2Fbook-review-oracle-sql-developer-2-1-by-sue-harper%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.packtpub.com/oracle-sql-developer-2-1/book"><img class="alignleft" style="margin: 10px;" title="Oracle SQL Developer 2.1 by Sue Harper" src="https://www.packtpub.com/images/full/1847196268.jpg" alt="Oracle SQL Developer 2.1 by Sue Harper" width="179" height="221" /></a><br />
I must admit that I rarely use the Oracle SQL Developer because I&#8217;m using <strong>SQL*Plus</strong>,<strong> Toad </strong>from Quest and <strong>PL/SQL Developer</strong> from Allround Automations as primary tools for database administration and PL/SQL programming. They&#8217;re already providing all  functionalities I need. I have nothing against Oracle SQL Developer.  Actually it is quite opposite. I really want to try it, but I always find lame excuses not to. One of the excuses is that I thought this is just another new tool doing the same things other tools already could do. We&#8217;ll find out at the end of this post that I was wrong. Please read on.</p>
<p>Few weeks ago, I&#8217;ve received a  <em>non-compensated</em> book review offer from <a href="http://www.packtpub.com/" target="_blank"><em>Packt Publishing</em></a> on <a title="Oracle SQL Developer" href="http://www.packtpub.com/oracle-sql-developer-2-1/book" target="_blank"><strong>Oracle SQL developer 2.1 </strong>by<strong> Sue Harper</strong></a>, who is currently product manager for Oracle SQL Developer.  I&#8217;m really excited about this opportunity to explore this tool by  reading through this book. No more procrastination! I&#8217;m approaching this book as an eager learner  who would like to know more the tool and plan for a long-term use.</p>
<p>Let&#8217;s  get started.</p>
<p>This book is very well organized introducing Oracle SQL Developer from installation to having sufficient information to use the tool  right away after only few chapters. Personally I feel you can skip them  if you&#8217;ve been using other database tools before. The tool is intuitive  enough. Having said that if you&#8217;re a novice to Oracle database concept,  the first four chapters are excellent resources for you to get  acquainted with some basic concepts.</p>
<p><strong>Chapter 1 &#8211; Getting Started  with SQL Developer</strong><br />
The first chapter focuses mainly on the installation,  initial configuration, migration from previous version and updates.  Interesting information is with the XML configuration files. The chapter  continues with showing how to connect and make queries to  database. It ends with walking you through the navigation of the tool.</p>
<p><strong>Chapter  2 &#8211; Browsing and Editing Database Objects and Data</strong><br />
This chapter  extends from the first showing how to browse database objects. Many tips  on data display, e.g., data highlighting or filtering are interesting.  It goes on explaining some of Oracle database features such as Flashback  and Recycle Bin which may be helpful for non-DBAs. The chapter ends with demonstrating how to create different types of database objects.</p>
<p><strong>Chapter  3 &#8211; Working with the SQL Worksheet</strong><br />
This chapter goes in detail with  tool&#8217;s main interface, SQL Worksheet. It starts with comparing Worksheet  capabilities with more commonly-known SQL tools such as SQL*Plus. I  think it is a good idea to show many command-line folks including myself  to see that this tool is capable of doing the same things and even  more. It guides you through other nifty features such as  drag-and-drop query builder, formatting code, code completion, etc.,  though they are available in other tools as well. One of interesting  features is the Code Snippets which are commonly-used codes that can be  quickly added.</p>
<p><strong>Chapter 4 &#8211; The Power of SQL Reports</strong><br />
Most of  the canned/shipped reports may initially look not that useful. But if you look at them closely, some categories/reports are very interesting  because they provide very useful information without writing custom  queries thus saving your time. Samples are as follow:</p>
<ul>
<li>Table with  Unindexes Foreign Keys (under Quality Assurance)</li>
<li>Search Source Code  (under Data Dictionary Reports &gt; PLSQL)</li>
<li>ASH and AWR Reports  (under Data Dictionary Reports)</li>
<li>Grants and Privileges (under Data  Dictionary Reports &gt; Security)</li>
</ul>
<p>The user-defined report section  is very helpful as well if you plan to write your own custom reports.</p>
<p>Chapters  5 until 8 are intended for developers because they talk about working  with database objects or features for development process.</p>
<p><strong>Chapter  5 &#8211; Working with PL/SQL </strong><br />
This section explains how to work with  PL/SQL code. It includes working with triggers, functions, procedures  and packages. It might not be appealing for those who have been working with other tools before. But the book explains this topic very well for those you&#8217;ve not  experienced working with them before. The feature like Refractoring  Code, which is to restructure code for performance improvement without  impacting its original behavior, is very cool. The chapter ends  with explaining how to use the tool for code debugging.</p>
<p><strong>Chapter 6  &#8211; SQL and PL/SQL Tuning Tools</strong><br />
This chapter talks about the ability  of the tool to use with the standard database tuning tools such as use of EXPLAIN  PLAN, Auto Trace and other canned report for Top SQLs. The book also  highlights new 11g&#8217;s <em>PL/SQL Hierarchical Profiler</em> feature which records not only  the time spent in each sub program, but also number of calls to the  subprogram.</p>
<p><strong>Chapter 7 &#8211; Managing Files</strong><br />
This is one of  strengths of Oracle SQL Developer over others because it integrates with open  source version control system. I&#8217;m really glad that author covers this topic in  detail. The version control integration is very nice to have if your  organization does not have a dedicated source control system. This  chapter will show you how to check in/out your code and work in team development  with code comparison and merging.</p>
<p><strong>Chapter 8 &#8211; Importing,  Exporting and Working with Data</strong><br />
This chapter may be beneficial to  many developers who need to perform data movement. SQL Developer can perform data export and import in various  formats including CSV, Fixed, HTML, DML statements, and SQL Loader.  Using wizard such as <em>database copy</em> allows to move data without using  database utilities like imp/exp or data pump.</p>
<p>The remaining  sections are considered to be topic-specific. This means that you can choose  to read only what interests you.</p>
<p><strong>Chapter 9 -  Database  Connections and JDBC Drivers</strong><br />
Great section hightlights the advantages  of this tool because Oracle SQL Developer can also connect to non-Oracle databases  including MySQL, Sybase, DB2, Teradata, Microsoft Access via 3rd-party  JDBC drivers. This is tremendously beneficial when there is a need to  migrate data from the 3rd-party database to Oracle.</p>
<p><strong>Chapter 10 &#8211;  Introducing SQL Developer Data Modeler</strong><br />
Even though <em>Oracle SQL  Developer Data Modeler</em> is a <strong><em>priced</em> </strong>independent product (SQL  Developer has a SQL Data Model Viewer extension), this book showcases  Data Modeler tool by going into detail of its features including  connecting to database, importing dictionary, working with model,  creating ERD, and so on. The chapter ends with showing the integration  of the Data Modeler within SQL Developer.</p>
<p>(More information about  Oracle SQL Developer Data Modeler can be found on <a href="http://www.oracle.com/technology/software/products/sql/datamodeler.html" target="_blank">its site</a>.)</p>
<p><strong>Chapter  11 &#8211; Extending SQL Developer</strong><br />
Personally I think this feature sets this tool apart from others. With capability of supporting XML and  Java extensions, you can create custom features to plug-in to the tool  and share them with others. This chapter shows some good samples of  using XML extensions in the tool.</p>
<p><strong>Chapter 12 -  Working with  Application Express</strong><br />
As an APEX developer, the integration with APEX in  Oracle SQL developer is a hidden gem. Now all APEX objects can be easily viewed at our  finger tips. There is no need to jump into many pages back and forth.  This book explains clearly on how to use SQL Developer to work with APEX  objects including LOVs, Pages, Items, etc. Tuning application&#8217;s SQL and PL/SQL codes which  are visible through the tool becomes much easier. One of the nice  features is an ease of refracting PL/SQL code (e.g., from anonymous block)  to a compiled procedure which is much more efficient. The chapter ends  with showing us how to manage applications including importing and exporting  applications.</p>
<p><strong>Chapter 13 &#8211; Working with SQL Developer  Migration</strong><br />
This chapter extends its feature of this tool connecting to  non-Oracle database for data migration purpose. The Oracle SQL Developer  Migration is an integrated feature of Oracle SQL Developer. The book  shows technical aspect of using the tool for data migration. This includes migration repository preparation and database connection.</p>
<p><strong>Summary</strong><br />
After  reading through this book and following most of samples, I&#8217;m impressed  with varieties of unique features (such as integration with APEX, version control, Data  Modeler, etc.) this tool offers. As a matter of fact, I&#8217;m already using it in our current APEX development project, and plan to extend its usage more in other areas. The flow and layout of this book really  helps me understand and appreciate SQL Developer tool. The book covers some  basic concepts filling up the gap for those who are new to accessing  Oracle database. But in general, I agree  with author that those who are already  familiar with Oracle database concepts will get more out of this book.</p>
<p>Thanks  to Packt Publishing for book review offer.</p>
<p><strong>References:</strong></p>
<p><a href="http://www.packtpub.com/oracle-sql-developer-2-1/book" target="_blank">Oracle SQL  Developer 2.1 by Sue Harper on Packt Publishing site</a><br />
<a href="http://www.oracle.com/technology/products/database/sql_developer/index.html" target="_blank"><br />
Oracle  SQL Developer page on Oracle site</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I must admit that I rarely use the Oracle SQL Developer because the  primary tools &#8211; Quest Toad and Automation PL/SQL Developer, I&#8217;m using  for database administration and PL/SQL programming seem to provide all  functionalities I need. I have nothing against Oracle SQL Developer.  Actually it is quite opposite. I really want to try it out. But I always  find lame excuses not to start.</p>
<p>A month ago, I&#8217;ve received a  book review offer from Packt Publishing on Oracle SQL developer 2.1 by  Sue Harper, who is currently product manager for Oracle SQL Developer.  I&#8217;m really excited about this great opportunity to explore this tool by  reading through this book. I&#8217;m approaching this book as an eager learner  who would like to know the tool better for a long-term use.</p>
<p>Let&#8217;s  get started.</p>
<p>This book is very well organized introducing the  tool from installation to having sufficient information to use the tool  right away after only few chapters. Personally I feel you can skip them  if you&#8217;ve been using other database tools before. The tool is intuitive  enough. Having said that if you&#8217;re a novice to Oracle database concept,  the first four chapters are excellent resources for you to get  acquainted with some basic concept.</p>
<p>Chapter 1 &#8211; Getting Started  with SQL Developer<br />
The first chapter focuses mainly on installation,  initial configuration, migration from previous version and updates.  Interesting information is with the XML configuration files. The chapter  continues with showing how to make the connection and making queries to  database. It ends with walking you through navigation of the tool.</p>
<p>Chapter  2 &#8211; Browsing and Editing Database Objects and Data<br />
This chapter  extends from the first showing how to browse database objects. Many tips  on data display, e,g, data highlighting or filtering are interesting.  It goes on explaining some Oracle database features such as Flashback  and Recycle Bin which may be helpful for non-DBAs. The chapter ends with  showing how to create different types of database objects.</p>
<p>Chapter  3 &#8211; Working with the SQL Worksheet<br />
This chapter goes in details with  tool&#8217;s main interface, SQL Worksheet. It starts with compare Worksheet  capabilities with more commonly-known SQL tools such as SQL*Plus. I  think it is a good idea to show many command-line folks including myself  to see that this tool is capable of doing the same things and even  more. It guides you through other nifty features, for example,  drag-and-drop query builder, formatting code, code completion, etc. even  though they are available in other tools as well. One of interesting  features is the Code Snippets which are commonly-used codes that can be  quickly added.</p>
<p>Chapter 4 &#8211; The Power of SQL Reports<br />
Most of  the canned/shipped reports may initially look not that useful. But you  can look at them closely, some categories/reports are very interesting  because they provide very useful information without writing custom  queries, thus saving your time. Sample are as follow:</p>
<p>Table with  Unindexes Foreign Keys (Quality Assurance)</p>
<p>Search Source Code  (from Data Dictionary Reports &gt; PLSQL)</p>
<p>ASH and AWR Reports  (from Data Dictionary Reports)</p>
<p>Grants and Privileges (from Data  Dictionary Reports &gt; Security)</p>
<p>The user-defined report section  is very helpful as well if you plan to write your own custom reports.</p>
<p>Chapters  5 until 8 are intended for developers because they talk about working  with database objects or features for development process.</p>
<p>Chapter  5 &#8211; Working with PL/SQL<br />
This section explains how to work with  PL/SQL codes. It includes working with triggers, functions, procedures  and packages. It might not be appealing for those who have been working  in other tools before. But the book explains well for those you&#8217;ve not  experienced working with those objects before. Feature like Refractoring  Code, which is to restructure code for performance improvement without  impacting its original behavior, is very interesting. This chapter ends  with explaining how to use the tool for code debugging.</p>
<p>Chapter 6  &#8211; SQL and PL/SQL Tuning Tools<br />
This chapter talks about the ability  of the tool to use with the standard tuning tool such as use of EXPLAIN  PLAN, Auto Trace and other canned report for Top SQLs. The book also  highlights new 11g&#8217;s PL/SQL Hierarchical Profiler which records not only  the time spent in each sub program, but also number of calls to the  subprogram.</p>
<p>Chapter 7 &#8211; Managing Files</p>
<p>This is one of  strengths of the tools over others because it integrates with open  source version control system. I&#8217;m really glad the author covers this in  details. This version control integration is very nice if your  organization does not have a dedicated source control system. This  chapter will show you how to check in/out your code and work as a team  with code comparison and merging.</p>
<p>Chapter 8 &#8211; Importing,  Exporting and Working with Data<br />
This chapter may be beneficial to  many developers who need to perform data movement. SQL Developer  provides many ways to perform data export and import in a various  formats including CSV, Fixed, HTML, DML statements, SQL Loader, etc.  Using wizard such as database copy allows to move data without using  database utilities like imp/exp or data pump.</p>
<p>The remaining  sections are considered topic-specific. This means that you can choose  to read only what interests you.</p>
<p>Chapter 9 -  Database  Connections and JDBC Drivers<br />
Great section hightlights the advantages  of this tool because it also can connect to non-Oracle databases  including MySQL, Sybase, DB2, Teradata, Microsoft Access via 3rd-party  JDBC drivers. This is tremendous beneficial when there is a need to  migrate data from the 3rd-party database to Oracle.</p>
<p>Chapter 10 &#8211;  Introducing SQL Developer Data Modeler<br />
Even though Oracle SQL  Developer Data Modeler is a <em>priced</em> independent product (SQL  Developer has a SQL Data Model Viewer extension), this book showcases  Data Modeler tool by going into details of its features including  connecting to database, importing dictionary, working with model,  creating ERD, and so on. The chapter ends with showing the integration  of the Data Modeler with SQL Developer.</p>
<p>(more information about  SQL Developer Data Modeler at  http://www.oracle.com/technology/software/products/sql/datamodeler.html)</p>
<p>Chapter  11 &#8211; Extending SQL Developer<br />
Personally I feel this feature might  set this tool apart from others. With capability of supporting XML and  Java extension, you can create custom features to plug-in to the tool  and share them with others. This chapter shows some good samples of  using XML extensions in the tool.</p>
<p>Chapter 12 -  Working with  Application Express<br />
As a APEX developer, the integration with APEX in  SQL developer is a gem. Now all APEX objects can be viewed at our  finger tips. There is no need to jump into many pages back and forth.  This book explains well on how to use SQL Developer to work with APEX  objects including LOVs, Pages, Items, etc. Tuning SQL and PL/SQ which  are visible through the tool becomes a lot easier. One of the nice  features is an ease to refract PL/SQL code (e.g., from anonymous block)  to a compiled procedure which is much more efficient. The chapter ends  with showing  to manage applications including importing/exporting  applications.</p>
<p>Chapter 13 &#8211; Working with SQL Developer  Migration<br />
This chapter extends its feature of the tool connecting to  non-Oracle database for data migration purpose. The Oracle SQL Developer  Migration is an integrated feature of Oracle SQL Developer. The book  shows technical aspect of using the tool for migration including  migration repository preparation and database connection.</p>
<p>After  reading through this book and following most of samples, I&#8217;m impressed  with varieties of features (APEX integration, version control, Data  Modeler, etc.) this tool offers. The flow and layout of this book really  helps me understand and appreciate SQL Developer tool. Even though some  basic concept sections are not brief, those who are new to accessing  Oracle database will benefit from those sections. In general, I agree  with author that you will get more out of this book if you&#8217;re already  familiar with Oracle database concepts.</p>
<p>Detail about Oracle SQL  Developer 2.1 by Sue Harper</p>
<p>http://www.packtpub.com/oracle-sql-developer-2-1/book</p>
<p>Oracle  SQL Developer page on Oracle OTN site  http://www.oracle.com/technology/software/products/sql/index.html</p>
<p>Thanks  to Packt Publishing for book review offer.</p>
<p><span style="color: #004586;"><span style="font-family: Calibri;"><span style="font-size: x-small;"><strong><a href="http://www.packtpub.com/" target="_blank">www.PacktPub.com</a> </strong></span></span></span><a href="mailto:priyankas@packtpub.com" target="_blank"><span style="font-size: xx-small;"><br />
</span></a></p>
<p>===========================================================</p>
<p>http://www.oracleapplicationexpress.com/tutorials/65-jquery-datepicker</p>
<p>I  remembered not quite a long time ago, in order to find out any  technical information, it seems like you can to go through a bunch of  technical books.</p>
<p>You must subscribe to</p>
<p>But now many  technical blog sites pop</p>
<p>This is to programmatically generate a  CSV file when a button is clicked<br />
The custom export to CSV</p>
<p>http://spendolini.blogspot.com/2006/04/custom-export-to-csv.html</p>
<p>Session timeout in release 3.1</p>
<p>http://andrew.tulley.co.uk/?p=50</p>
<p>jQuery Calendar Date Picker</p>
<p>http://jqueryui.com/demos/datepicker/</p>
<p>Good  document on its configuration</p>
<p>http://docs.jquery.com/UI/Datepicker</p>
<p>How  to replace the default APEX calendar with jQuery calendar&#8230;</p>
<p>http://roelhartman.blogspot.com/2008/12/how-to-replace-default-apex-calendar.html</p>
<p>jQuery  Masked Input<br />
This is a masked input plugin for the jQuery javascript  library. It allows a user to more easily enter fixed width input where  you would like them to enter the data in a certain format (dates,phone  numbers, etc). I</p>
<p>http://digitalbush.com/projects/masked-input-plugin/</p>
<p>jQuery  Impromptu is an extention to help provide a more pleasant way to  spontaneously prompt a user for input. More or less this is a great  replacement for an alert, prompt, and confirm. Not only does it replace  these but it also allows for creating forms within these controls. This  is not intended to be a modal replacement, just a quick tool to prompt  user input in a fashionable way.</p>
<p>jQuery Impromptu</p>
<p>http://trentrichardson.com/Impromptu/index.php</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Oracle  Universal Installer (OUI) did not start when installing OAS 10.1.3.1 on  Windows 2003</p>
<p>Last week we installed the OAS 10.1.3.1 on multiple  Windows 2003 servers on the VM farm. All went well except the last one.  When double-clicking on the setup.exe file, the system verification  window popped up. Next I expected the Oracle Universal Installer (OUI)  window, but nothing happened. The same installation files and procedure  have been used on different Windows systems and have worked fine before.  The installation log doesn&#8217;t seem to be much help either. We&#8217;ve tried  all tricks including using a local administrative account, rebooting,  etc., but none worked.</p>
<p>After looking through the Oracle support  site (using Internet Explorer because the some contents don&#8217;t display  properly on Fire Fox 3.6), I found this solution in the document <span style="font-size: x-small;">ID 308705.1</span><span style="font-size: x-small;"> &#8211; OUI Does Not Start After  Running Setup.exe Installing OAS On Windows 2003</span><span style="font-size: x-small;"> which says that the root cause is because </span><span style="font-size: x-small;">the  Application Experience Lookup&#8221; Service is not started. </span>Once  started, the installation proceeds without any issues. The strange thing  is that those servers we&#8217;ve previously installed it successfully did  not have this service up either.</p>
<p>(</p>
<table class="MsoNormalTable zeroBorder" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 381.05pt;" colspan="2" width="508" valign="top"><strong><span style="font-size: x-small;">OUI Does Not Start After  Running Setup.exe Installing OAS On Windows 2003 [ID 308705.1]</span></strong></td>
<td style="width: 95.95pt;" colspan="2" width="128" valign="top"></td>
</tr>
<tr>
<td style="width: 477pt;" colspan="4" width="636" valign="top"><img alt="" width="1" height="1" /></td>
</tr>
<tr>
<td style="width: 91.45pt;" width="122" valign="top"></td>
<td style="width: 294.1pt;" colspan="2" width="392" valign="top"><em><span style="font-size: x-small;">Modified</span></em><span style="font-size: x-small;"> 04-JUN-2009     <em>Type</em> PROBLEM     <em>Status</em> PUBLISHED</span></td>
<td style="width: 91.45pt;" width="122" valign="top"></td>
</tr>
<tr height="0">
<td style="border: medium none;" width="122"></td>
<td style="border: medium none;" width="386"></td>
<td style="border: medium none;" width="6"></td>
<td style="border: medium none;" width="122"></td>
</tr>
</tbody>
</table>
<p><strong><span style="font-size: x-small;">In this Document</span></strong><span style="font-size: x-small;"><br />
</span><span style="font-size: x-small;"> <a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=308705.1"><span style="color: #0000ff;">Symptoms</span></a><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=308705.1"><span style="color: #0000ff;">Cause</span></a><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=308705.1"><span style="color: #0000ff;">Solution</span></a></span></p>
<p><img border="0" alt="" width="1" height="1" /></p>
<p style="margin: 5pt 0in;">
<div style="border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;">
<h2 style="border: medium none; margin: 5pt 0in;"><strong><span style="color: #333333;"><span style="font-size: small;">Applies to: </span></span></strong></h2>
</div>
<p><span style="font-size: x-small;">Oracle  Application Server 10g Enterprise Edition &#8211; Version: 9.0.4.0.0 to  10.1.2.3.0<br />
Microsoft Windows Server 2003<br />
Microsoft Windows  Server 2003 R2 (32-bit)<br />
Checked for relevance on 04-Jun-2009 </span></p>
<div style="border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;">
<h2 style="border: medium none; margin: 5pt 0in;"><strong><span style="color: #333333;"><span style="font-size: small;">Symptoms</span></span></strong></h2>
</div>
<p><span style="font-size: x-small;">When attempting to install Oracle Application Server 10g on  Windows 2003, the setup.exe appears to quit even before launching the  Oracle Universal Installer (OUI).</span></p>
<div style="border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;">
<h2 style="border: medium none; margin: 5pt 0in;"><strong><span style="color: #333333;"><span style="font-size: small;">Cause</span></span></strong></h2>
</div>
<p><span style="font-size: x-small;">The Oracle Universal Installer (OUI) is not able to start  because the &#8220;Application Experience Lookup&#8221; Service is not started. </span></p>
<div style="border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;">
<h2 style="border: medium none; margin: 5pt 0in;"><strong><span style="color: #333333;"><span style="font-size: small;">Solution</span></span></strong></h2>
</div>
<p style="margin: 5pt 0in;"><span style="font-size: x-small;">Start the &#8220;Application  Experience Lookup Service&#8221; and then relaunch the Oracle Universal  Installer (OUI)</span></p>
<p><img border="0" alt="" width="1050" height="2" /></p>
<table class="MsoNormalTable zeroBorder" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 472.5pt;" width="630"><span style="font-size: x-small;"> &lt;&lt; OLE Object: Picture (Device Independent Bitmap)  &gt;&gt; <strong>Related</strong></span></p>
<p><img border="0" alt="" width="1" height="1" /></p>
<p><strong><span style="font-size: x-small;">Products</span></strong></p>
<p><img border="0" alt="" width="1" height="1" /></p>
<p style="margin: 5pt 0in 5pt 0.5in;"><span style="font-family: symbol;"><span style="font-size: x-small;">· </span></span><span style="font-size: x-small;">Middleware &gt; Application Servers &gt; Oracle Application  Server &gt; Oracle Fusion Middleware </span></p>
<p><strong><span style="font-size: x-small;">Keywords</span></strong></p>
<p><img border="0" alt="" width="1" height="1" /></p>
<table class="MsoNormalTable  zeroBorder" style="margin-left: 22.5pt;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 272.55pt;" width="363" valign="top"><span style="font-size: x-small;">OAS; ORACLE UNIVERSAL INSTALLER;  SETUP.EXE; OUI</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=RUPEXpKpbPk:ZG8JDx9ZBpU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=RUPEXpKpbPk:ZG8JDx9ZBpU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=RUPEXpKpbPk:ZG8JDx9ZBpU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=RUPEXpKpbPk:ZG8JDx9ZBpU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=RUPEXpKpbPk:ZG8JDx9ZBpU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/RUPEXpKpbPk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/03/book-review-oracle-sql-developer-2-1-by-sue-harper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/03/book-review-oracle-sql-developer-2-1-by-sue-harper/</feedburner:origLink></item>
		<item>
		<title>Use PHP5 to Solve the WordPress Automatic Upgrade Failure for 1and1</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/HEQHMvsNq9w/</link>
		<comments>http://oraexplorer.com/2010/02/use-php5-to-solve-the-wordpress-automatic-upgrade-failure-for-1and1/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 00:46:42 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[.Automatica]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP4]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=662</guid>
		<description><![CDATA[I&#8217;ve been having issue with WordPress automatic upgrade for quite awhile. It never make any progress after download completes. This upgrade issue applies to both WordPress itself and its plug-ins. But at that time I&#8217;ve never bothered trying to find a solution for it. My WordPress version 2.6 was so far behind. After searching on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Fuse-php5-to-solve-the-wordpress-automatic-upgrade-failure-for-1and1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Fuse-php5-to-solve-the-wordpress-automatic-upgrade-failure-for-1and1%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been having issue with WordPress automatic upgrade for quite awhile. It never make any progress after download completes. This upgrade issue applies to both WordPress itself and its plug-ins. But at that time I&#8217;ve never bothered trying to find a solution for it. My WordPress version 2.6 was so far behind. <img src='http://oraexplorer.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>After searching on internet, the issue seems to relate to the PHP version. The service provider I using, 1and1, provides both PHP4 and PHP5. And WordPress seems to be confused when both are present. With a quick modification in the <strong>.htaccess</strong> file as shown below to make it use PHP5, the automatic upgrade for both WordPress and plug-ins are working again. Now I&#8217;m on the latest version. <img src='http://oraexplorer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><code>AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</code></p>
<p>Reference: <a href="http://paheli.net/blog/2009/07/22/solved-wordpress-automatic-upgrade-problem/" target="_blank">http://paheli.net/blog/2009/07/22/solved-wordpress-automatic-upgrade-problem/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=HEQHMvsNq9w:jGdXoTz15vY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=HEQHMvsNq9w:jGdXoTz15vY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=HEQHMvsNq9w:jGdXoTz15vY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=HEQHMvsNq9w:jGdXoTz15vY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=HEQHMvsNq9w:jGdXoTz15vY:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/HEQHMvsNq9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/02/use-php5-to-solve-the-wordpress-automatic-upgrade-failure-for-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/02/use-php5-to-solve-the-wordpress-automatic-upgrade-failure-for-1and1/</feedburner:origLink></item>
		<item>
		<title>Oracle 11g Network Access Denied by Access Control List (ACL) when using UTL_INADDR</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/WzFvoAxHR6k/</link>
		<comments>http://oraexplorer.com/2010/02/oracle-11g-network-access-denied-by-access-control-list-acl-when-using-utl_inaddr/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:10:33 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Network Service]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[UTL_HTTP]]></category>
		<category><![CDATA[UTL_INADDR]]></category>
		<category><![CDATA[UTL_SMTP]]></category>
		<category><![CDATA[UTL_TCP]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=649</guid>
		<description><![CDATA[I wrote in my previous post about the Access Control Lists to Network Services (e.g., UTL_HTTP, UTL_SMTP, UTL_TCP, etc.) in Oracle 11g. However, it did not cover another PL/SQL network utility package named UTL_INADDR which retrieves host names and IP addresses of local and remote hosts. You can read some usage samples of the UTL_INADDR [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Foracle-11g-network-access-denied-by-access-control-list-acl-when-using-utl_inaddr%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Foracle-11g-network-access-denied-by-access-control-list-acl-when-using-utl_inaddr%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>I wrote in my previous post about the<a href="http://oraexplorer.com/2009/10/the-access-control-lists-to-network-services-e-g-utl_http-utl_smtp-utl_tcp-etc-in-oracle-11g/" target="_blank"> Access Control Lists to Network Services (e.g., UTL_HTTP, UTL_SMTP, UTL_TCP, etc.) in Oracle 11g</a>. However, it did not cover another PL/SQL network utility package named UTL_INADDR which retrieves host names and IP addresses of local and remote hosts.</p>
<p>You can read some usage samples of the UTL_INADDR from <a href="http://awads.net/wp/2007/07/17/oracle-database-11g-old-feature-internet-addressing/" target="_blank">Eddie Awad&#8217;s blog</a>.</p>
<p>Similar to those UTL_ packages, in 11g, you will be required to configure the access control list in order to use the UTL_INADDR. Otherwise, by default, you will receive errors as follows:</p>
<pre>TEST_USER @DB11&gt; SELECT utl_inaddr.get_host_name FROM dual;
SELECT utl_inaddr.get_host_name FROM dual
*
ERROR at line 1:
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.UTL_INADDR", line 4
ORA-06512: at "SYS.UTL_INADDR", line 35
ORA-06512: at line 1
</pre>
<p>Two simple steps to configure are:</p>
<p>1. Create an access control list and its privilege definition.</p>
<pre>SQL&gt; connect / as sysdba

begin
dbms_network_acl_admin.create_acl (
acl             =&gt; 'Resolve_Access.xml',      -- Name of the access control list XML file
description     =&gt; 'Resolve Network Access using UTL_INADDR',  -- Brief description
principal       =&gt; 'TEST_USER',               -- First user account or role being granted or denied permission
                                              --   this is case sensitive,
                                              --   but typically user names and roles are stored in upper-case letters
is_grant        =&gt; TRUE,                      -- TRUE = granted, FALSE = denied
privilege       =&gt; 'resolve',                 -- connect or resolve, this setting is case sensitive,
                                              --   so always enter it in lowercase
                                              --    connect if user uses the UTL_TCP, UTL_HTTP, UTL_SMTP, and UTL_MAIL
                                              --    resolve if user uses the UTL_INADDR
start_date      =&gt; null,                      -- optional, null is the default
                                              --   in format of timestamp_with_time_zone (YYYY-MM-DD HH:MI:SS.FF TZR)
                                              --   for example, '2008-02-28 06:30:00.00 US/Pacific'
end_date        =&gt; null                       -- optional, null is the default
);

commit;
end;
/
</pre>
<p>Note that the privilege used for UTL_INADDR is <strong>resolve</strong> in lowecase.</p>
<p>You can add more users or roles using DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE.</p>
<p>To verify a newly-created ACL.</p>
<pre>SQL&gt; SELECT any_path
FROM resource_view
WHERE any_path like '/sys/acls/Resolve%.xml';

ANY_PATH
--------------------------------------------------------------------------------
/sys/acls/Resolve_Access.xml
</pre>
<p>2. Assign the the access control list to one or more network hosts.</p>
<pre>begin
dbms_network_acl_admin.assign_acl (
acl           =&gt; 'Resolve_Access.xml', -- Name of the access control list XML file to be modified
host          =&gt; '*',                   -- Network host to which this access control list will be assigned
                                        -- This a host name or IP address or wild card name
lower_port    =&gt; null,                  -- (optional)
upper_port    =&gt; null);                 -- (optional)

commit;
end;
/
</pre>
<pre>TEST_USER @DB11&gt; SELECT utl_inaddr.get_host_name FROM dual;

GET_HOST_NAME
--------------------------------------------------------------------------------
hostname1
</pre>
<p>Reference:<a href="http://download.oracle.com/docs/cd/B28359_01/network.111/b28531/authorization.htm#insertedID11" target="_blank"> Oracle document on Managing Fine-Grained Access to External Network Services</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=WzFvoAxHR6k:2x9izWFF4us:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=WzFvoAxHR6k:2x9izWFF4us:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=WzFvoAxHR6k:2x9izWFF4us:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=WzFvoAxHR6k:2x9izWFF4us:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=WzFvoAxHR6k:2x9izWFF4us:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/WzFvoAxHR6k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/02/oracle-11g-network-access-denied-by-access-control-list-acl-when-using-utl_inaddr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/02/oracle-11g-network-access-denied-by-access-control-list-acl-when-using-utl_inaddr/</feedburner:origLink></item>
		<item>
		<title>Oracle Universal Installer (OUI) did not start when installing OAS 10.1.3.1 on Windows 2003</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/ulnc40X1f8k/</link>
		<comments>http://oraexplorer.com/2010/02/oracle-universal-installer-oui-did-not-start-when-installing-oas-10-1-3-1-on-windows-2003/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:53:44 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[OAS]]></category>
		<category><![CDATA[OUI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=643</guid>
		<description><![CDATA[Last week we installed the OAS 10.1.3.1 on multiple Windows 2003 servers on the VM farm. All went well except the last one. When double-clicking on the setup.exe file, the system verification window popped up. Next I expected the Oracle Universal Installer (OUI) window, but nothing happened. The same installation files and procedure have been [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Foracle-universal-installer-oui-did-not-start-when-installing-oas-10-1-3-1-on-windows-2003%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2010%2F02%2Foracle-universal-installer-oui-did-not-start-when-installing-oas-10-1-3-1-on-windows-2003%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Last week we installed the OAS 10.1.3.1 on multiple Windows 2003 servers on the VM farm. All went well except the last one. When double-clicking on the setup.exe file, the system verification window popped up. Next I expected the Oracle Universal Installer (OUI) window, but nothing happened. The same installation files and procedure have been used on different Windows systems and have worked fine before. The installation log doesn&#8217;t seem to be much help either. We&#8217;ve tried all tricks including using a local administrative account, rebooting, etc., but none worked.</p>
<p>After looking through the Oracle support site (using Internet Explorer because the some contents don&#8217;t display properly on Fire Fox 3.6 <img src='http://oraexplorer.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ), I found this solution in the <strong>document ID 308705.1: OUI Does Not Start After Running Setup.exe Installing OAS On Windows 2003</strong>, which says that the root cause is because <em>the Application Experience Lookup Service is not started</em>.  Once started, the installation proceeds without any issues. The strange thing is that those servers we&#8217;ve previously installed it successfully did not have this service up either.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ulnc40X1f8k:9IJrPEZ7w6c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ulnc40X1f8k:9IJrPEZ7w6c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ulnc40X1f8k:9IJrPEZ7w6c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=ulnc40X1f8k:9IJrPEZ7w6c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=ulnc40X1f8k:9IJrPEZ7w6c:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/ulnc40X1f8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2010/02/oracle-universal-installer-oui-did-not-start-when-installing-oas-10-1-3-1-on-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2010/02/oracle-universal-installer-oui-did-not-start-when-installing-oas-10-1-3-1-on-windows-2003/</feedburner:origLink></item>
		<item>
		<title>11.2.0.1 on Solaris is now available</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/hotxgyJG9Mw/</link>
		<comments>http://oraexplorer.com/2009/11/11-2-0-1-on-solaris-is-now-available/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:35:58 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=636</guid>
		<description><![CDATA[Oracle Database 11g Release 2 (11.2.0.1.0) for Solaris (SPARC) (64-bit) platform is now available for download.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2009%2F11%2F11-2-0-1-on-solaris-is-now-available%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2009%2F11%2F11-2-0-1-on-solaris-is-now-available%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Oracle Database 11g Release 2 (11.2.0.1.0) for <strong>Solaris (SPARC)</strong> (64-bit) platform is now available for <a href="http://www.oracle.com/technology/software/products/database/index.html" target="_blank">download</a>.</p>
<p><img src="file:///D:/Profiles/ichamma1/LOCALS%7E1/Temp/moz-screenshot-3.png" alt="" /></p>
<p><img class="alignnone size-full wp-image-637" title="11gr2 solaris" src="http://oraexplorer.com/wordpress/wp-content/uploads/2009/11/11gr2-solaris.gif" alt="11gr2 solaris" width="427" height="192" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=hotxgyJG9Mw:xTHyAcZcGGs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=hotxgyJG9Mw:xTHyAcZcGGs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=hotxgyJG9Mw:xTHyAcZcGGs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=hotxgyJG9Mw:xTHyAcZcGGs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=hotxgyJG9Mw:xTHyAcZcGGs:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/hotxgyJG9Mw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2009/11/11-2-0-1-on-solaris-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2009/11/11-2-0-1-on-solaris-is-now-available/</feedburner:origLink></item>
		<item>
		<title>11gR2 New Feature – Alter Database Link to Change Password</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/Q3cKWxHgf8I/</link>
		<comments>http://oraexplorer.com/2009/11/11gr2-new-feature-alter-database-link-to-change-password/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:26:20 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[Database Link]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=630</guid>
		<description><![CDATA[Our organization requires a regular password change on some database accounts for security compliance. If this account is used in the database link in other database, that database link has to be dropped and recreated with an updated password. This changes in 11gR2 because it now offers the alter database link to change password. No [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2009%2F11%2F11gr2-new-feature-alter-database-link-to-change-password%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2009%2F11%2F11gr2-new-feature-alter-database-link-to-change-password%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Our organization requires a regular password change on some database accounts for security compliance. If this account is used in the database link in other database, that database link has to be dropped and recreated with an updated password.</p>
<p>This changes in 11gR2 because it now offers the alter database link to change password. No more drop and recreate database link!</p>
<p>Sample here is on the database where database link is located:</p>
<p>The password of the database link&#8217;s account has just been changed.</p>
<pre>db11gr2 SQL&gt; select count(*) from tb_test@DL_TEST;
select count(*) from tb_test@DL_TEST
*
ERROR at line 1:
ORA-01017: invalid username/password; logon denied
ORA-02063: preceding line from DL_TEST

db11gr2 SQL&gt; alter database link DL_TEST connect to dblink_test identified by dblink_test;

Database link altered.

db11gr2 SQL&gt; select count(1) from tb_test@DL_TEST;

COUNT(1)
----------
6304</pre>
<p>This option is not available in the pre-11gR2.</p>
<pre>db11gr1 SQL &gt; alter database link DL_TEST connect to dblink_test identified by dblink_test;
alter database link DL_TEST connect to dblink_test identified by dblink_test
*
ERROR at line 1:
ORA-02231: missing or invalid option to ALTER DATABASE</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Q3cKWxHgf8I:liokOCUjaww:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Q3cKWxHgf8I:liokOCUjaww:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Q3cKWxHgf8I:liokOCUjaww:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=Q3cKWxHgf8I:liokOCUjaww:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=Q3cKWxHgf8I:liokOCUjaww:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/Q3cKWxHgf8I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2009/11/11gr2-new-feature-alter-database-link-to-change-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2009/11/11gr2-new-feature-alter-database-link-to-change-password/</feedburner:origLink></item>
		<item>
		<title>Oracle Application Express (APEX) Certification Exam</title>
		<link>http://feedproxy.google.com/~r/oraexplorer/~3/voWClWsqoQ4/</link>
		<comments>http://oraexplorer.com/2009/10/oracle-application-express-apex-certification-exam/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:24:50 +0000</pubDate>
		<dc:creator>ittichai</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exam]]></category>
		<category><![CDATA[Pilot]]></category>

		<guid isPermaLink="false">http://oraexplorer.com/?p=621</guid>
		<description><![CDATA[Oracle is working toward having the first certification exam for Oracle APEX. This “Oracle Application Express Developer Certified Expert” pilot program is intended for intermediate and advanced APEX developers. You will have to indicate the relevant APEX trainings you&#8217;ve completed, years of APEX experiences and, of course, the agreement to provide feedback in order to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Foraexplorer.com%2F2009%2F10%2Foracle-application-express-apex-certification-exam%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Foraexplorer.com%2F2009%2F10%2Foracle-application-express-apex-certification-exam%2F&amp;source=ittichai&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>Oracle is working toward having the first certification exam for Oracle APEX. This “Oracle Application Express Developer Certified Expert” pilot program is intended for intermediate and advanced APEX developers. You will have to indicate the relevant APEX trainings you&#8217;ve completed, years of APEX experiences and, of course, the agreement to provide feedback in order to participate. You can see details about this from <a href="http://joelkallman.blogspot.com/2009/10/certification-exam-for-oracle.html" target="_blank">Joel Kallman&#8217;s blog</a>.</p>
<p>I think this is a good thing for APEX community because it shows Oracle’s commitment to this tool.</p>
<p>BTW, I’m very curious about how the tests will be conducted. Personally I think there should be more of actual development hands-on works rather than doing multiple choices.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=voWClWsqoQ4:UQOO4ueyYQ0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=voWClWsqoQ4:UQOO4ueyYQ0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=voWClWsqoQ4:UQOO4ueyYQ0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/oraexplorer?i=voWClWsqoQ4:UQOO4ueyYQ0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/oraexplorer?a=voWClWsqoQ4:UQOO4ueyYQ0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/oraexplorer?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/oraexplorer/~4/voWClWsqoQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://oraexplorer.com/2009/10/oracle-application-express-apex-certification-exam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://oraexplorer.com/2009/10/oracle-application-express-apex-certification-exam/</feedburner:origLink></item>
	</channel>
</rss>
