<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Experience11g</title>
      <link>http://blogs.oracle.com/OCP10to11/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Tue, 30 Jun 2009 03:47:11 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>sqldeveloper - try deleting repository before creating repository</title>
         <description><![CDATA[<p>I was getting this error when I was trying to associate migration repository to an user. All the privileges were granted but still had the same error message which leaves us clueless. </p>

<p>I was hunting for a solution and found that the tablespace which was associated for this user was out of space. I resized the tablespace and tried again to create repository and wow, it worked.</p>

<p>I dont know why the error is not more meaningful here...</p>

<p>Regards,<br />
Vishal</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/06/sqldeveloper_try_deleting_repo.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/06/sqldeveloper_try_deleting_repo.html</guid>
        
        
         <pubDate>Tue, 30 Jun 2009 03:47:11 -0800</pubDate>
      </item>
            <item>
         <title>SEVERE: Error while registering Oracle JDBC Diagnosability MBean</title>
         <description><![CDATA[<p>After installing 11g, I tried to start sql developer and saw below error message in the messages log at the bottom of screen.</p>

<p>"SEVERE: Error while registering Oracle JDBC Diagnosability MBean"</p>

<p>I could fix it by renaming "$ORACLE_HOME/jdbc/lib" to "$ORACLE_HOME/jdbc/lib$".<br />
Restarted sql developer and do not see those messages anymore.</p>

<p>Hope this helps.<br />
Regards,<br />
Vishal</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/06/severe_error_while_registering.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/06/severe_error_while_registering.html</guid>
        
        
         <pubDate>Sat, 20 Jun 2009 03:07:27 -0800</pubDate>
      </item>
            <item>
         <title>APEX now comes with 11g database installation</title>
         <description><![CDATA[<p>This is awesome for APEX lovers...</p>

<p>See below link for more details:</p>

<p>http://www.oracle.com/technology/obe/11gr1_db/install/apexinst/apexinst.htm</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/04/apex_now_comes_with_11g_databa.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/04/apex_now_comes_with_11g_databa.html</guid>
        
        
         <pubDate>Fri, 10 Apr 2009 01:04:27 -0800</pubDate>
      </item>
            <item>
         <title>Installing 11.1.0.6: Warning: emca failed, listener is not up</title>
         <description><![CDATA[<p>Received a warning from DBCA saying "Enterprise manager configuration failed due to following error - listener is not up. Start the listener and run EM configuration assistant again.</p>

<p>When tried to start the listener manually in windows services. Got below error:</p>

<p>Error 3 : The system can not find the path specified.</p>

<p>Checked listener service properties and found that the path to executable was</p>

<p>driveletter:\app\product\11.1.0\db_1\bin\tnslsnr</p>

<p>instead of </p>

<p>driveletter:\app\hostname\product\11.1.0\db_1\bin\tnslsnr</p>

<p>that means the hostname was not included in that.</p>

<p>Now to modify it:</p>

<p>Go to registry editor (use regedit)<br />
then go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OracleOraDb11g_home1TNSListener</p>

<p>Check value of ImagePath, modified it.</p>

<p><br />
Successfully started the service.</p>

<p></p>

<p>To configure dbcontrol:<br />
emca -config dbcontrol db</p>

<p><br />
URL link for dbcontrol:<br />
https://hostname:1158/em</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/03/installing_11106_warning_emca.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/03/installing_11106_warning_emca.html</guid>
        
        
         <pubDate>Fri, 20 Mar 2009 02:55:06 -0800</pubDate>
      </item>
            <item>
         <title>Installation of Oracle 11.1.0.6</title>
         <description><![CDATA[<p>Downloaded software from http://www.oracle.com/technology/software/products/database/index.html<br />
File name is win32_11gR1_database_1013.zip<br />
Unzipped it and navigated to find setup.exe at win32_11gR1_database_1013\database\</p>

<p>Selected "Advanced Installation" --> "Enterprise Edition"</p>

<p>Then specified the ORACLE_BASE and ORACLE_HOME locations...note by default the directory structure on windows for ORACLE_BASE is <driveletter>:\app\<hostname>   and for ORACLE_HOME <driveletter>:\app\<hostname>\product\11.1.0\db_1</p>

<p>When we select to create the starter (seed) database, we get a screen to configure it:</p>

<p>	Under automatic memory management, from 11g onwards we dont have to specify sga_target and pga_aggregate_target separately. We just have to specify, how much amount of memory we want to allocate to that instance (SGA+PGA). Minimum is 256M. You can see that when you select "Enable automatic memory management" , memory for SGA and PGA is specified as AUTO. That means Oracle will decide how much memory to be allocated to these 2 memory components. When you deselect "Enable automatic memory management" you can see how much memory is actually allocated for these components. We will talk about memory_target parameter later in detail.</p>

<p>	Under Security tab, you can disable the security settings. These security settings include enabling auditing and using a new default password profile.</p>

<p><br />
	You can select database character set(default, unicode, list of charactersets). I selected unicode.</p>

<p><br />
You can enable "Oracle Configuraion Manager", this is to link your env with metalink so that the diagnostic data is collected and stored on metalink. (I did not select it)</p>

<p><br />
.......Installation started.........</p>

<p><br />
Global inventory: C:\program files\Oracle\Inventory<br />
Local Inventory: $ORACLE_HOME\inventory</p>

<p><br />
Received a warning from DBCA saying "Enterprise manager configuration failed due to following error - listener is not up. Start the listener and run EM configuration assistant again.</p>

<p>Clicked OK and the installation and db creation completed.<br />
Next article we will discuss about the "EMCA warning" and how to resolve it?</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/03/installation_of_oracle_11106.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/03/installation_of_oracle_11106.html</guid>
        
        
         <pubDate>Fri, 20 Mar 2009 02:52:58 -0800</pubDate>
      </item>
            <item>
         <title>Microsoft loopback adapter error while 11g installation</title>
         <description><![CDATA[<p>Today I have finished installing 11.1.0.6.0 on my laptop. I am putting just the error message what I received while installation. Rest of the new things/enhancements will be discussed later as I go on exploring them in details.</p>

<p>While installing 11g Rel 1(11.1.0.6.0) "Basic Installation" prerequisite check of "Network configuration requirements" was failed saying the Microsoft loopback adapter has to be installed and made primary.</p>

<p>Error Message:<br />
=============<br />
Checking Network Configuration requirements ...</p>

<p>Check complete. The overall result of this check is: Failed <<<<<br />
Problem: The install has detected that the primary IP address of the system is DHCP-assigned.<br />
Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.</p>

<p></p>

<p><br />
Solution:<br />
=========<br />
Checked Oracle® Database Installation Guide 11g Release 1 (11.1) for Microsoft Windows. Follow below link to install Microsoft loopback adapter <br />
http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/reqs.htm#sthref291</p>

<p>After following above steps the prerequisite checks passed without any errors/warnings.</p>

<p></p>

<p><br />
Other observation: Its interesting that "Advanced Installation - Custom" does not do the prerequisite check for "Network configuration requirments" hence does not report this problem.</p>

<p></p>

<p>More to study from:<br />
===================<br />
Oracle by Example series: Oracle Database 11g<br />
http://otn.oracle.com/obe/obe11gdb/index.html</p>]]></description>
         <link>http://blogs.oracle.com/OCP10to11/2009/03/microsoft_loopback_adapter_err.html</link>
         <guid>http://blogs.oracle.com/OCP10to11/2009/03/microsoft_loopback_adapter_err.html</guid>
        
        
         <pubDate>Sun, 08 Mar 2009 07:51:08 -0800</pubDate>
      </item>
      
   </channel>
</rss>
