<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Online Apps DBA</title>
	<link>http://onlineappsdba.com</link>
	<description>One Stop Shop for Apps DBA's</description>
	<pubDate>Thu, 11 Mar 2010 06:40:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Configuring Lost Password management in Oracle Access Manager</title>
		<link>http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 06:40:08 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[idm]]></category>

		<category><![CDATA[oam]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/</guid>
		<description><![CDATA[If you want to configure Lost password policy management using Oracle Access Manager for your application, then here it is how you can do. In real time scenario, once the user clicks on Lost Password link, the user will be challenged with questions registered during first login, followed by a change password.
How can we do this?
1. [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to configure Lost password policy management using Oracle Access Manager for your application, then here it is how you can do. In real time scenario, once the user clicks on Lost Password link, the user will be challenged with questions registered during first login, followed by a change password.</p>
<p>How can we do this?</p>
<p>1. Create an LDIF schema file with a new auxiliary object class and two new attributes as shown below.  Here only 1 challenge attribute is used, if your requirement demands, you can add many more.</p>
<p>dn: cn=schema<br />
changetype: modify<br />
add: attributetypes<br />
attributetypes: ( 1.3.6.1.4.1.9999.1.1094.204 NAME &#8216;Challenge2&#8242; SYNTAX 1.3.6.1.4.1.1466.115.121.1.15  )<br />
 <br />
dn: cn=schema<br />
changetype: modify<br />
add: attributetypes<br />
attributetypes: ( 1.3.6.1.4.1.9999.1.1094.205 NAME &#8216;Response2&#8242; SYNTAX 1.3.6.1.4.1.1466.115.121.1.15  )</p>
<p>dn: cn=schema<br />
changetype: modify<br />
add: objectclasses<br />
objectclasses: ( 1.3.6.1.4.1.9999.1.1094.206 NAME &#8216;oblixAuxPerson4LPM&#8217; DESC &#8216;User defined objectclass&#8217; SUP top AUXILIARY MAY ( Challenge2 $ Response2 ) )</p>
<p>2. Import the LDIF file into the LDAP where OAM stores user data.</p>
<p>3. Now we have to configure this new object class in the OAM. Goto the Identity System Console and click on Common Configuration tab. Click on object classes in left pane and Add the new class by selecting the type as Person object class.</p>
<p>4. Goto Identity System Console -&gt; System Configuration. Click password policy.</p>
<p>5. Enter the URL for <strong>Lost Password Redirect URL</strong>. Please remember to enable both checkboxes of <strong>Successful Attempts Attribute </strong>and <strong>Failed Attempts Attribute </strong>with attributes oblastSuccessFulLogin and oblastFailedLogin respectively.</p>
<p>6. Click on Lost Password Policy.</p>
<p>7. Enter the name. You can specify the challenge phrases to be user defined or pre-defined or both. If you wish to have pre-defined, then Enter the challenge phrase in the text box and click Add.</p>
<p>8. Enter the values for <strong>Minimum Challenges to be configured</strong> which specifies the no. of challenge phrases that will appear.</p>
<p>9. Enter values for <strong>Challenge Response Minimum Length </strong>and <strong>Allow Duplicate Responses </strong>appropriately.</p>
<p>10. Enter value for <strong>Minimum Challenges to be Answered </strong>which specifies the no. of challenges that user has to answer.</p>
<p>11. Select value for <strong>Challenge Pose Type. All at Once </strong>allows all the challenge phrases to appear at the same time. <strong>One after the other </strong>allows the challenges to appear after the user answers the first question.</p>
<p>12. Enable <strong>Send Email after password change </strong>if you want to configure SMTP stuff.</p>
<p>13. In the end, enable check box of password policy.</p>
<p> In your custom application, you can insert the Lost Password link as shown below.</p>
<p><a href="http://machinename:portnumber/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=passwordChallengeResponse&amp;login=%scheme1_uid_parameter_value%%scheme2_uid_parameter_value%%schemeN_uid_parameter_value%&amp;target=top">http://machinename:portnumber/identity/oblix/apps/lost_pwd_mgmt/bin/lost_pwd_mgmt.cgi?program=passwordChallengeResponse&amp;login=%scheme1_uid_parameter_value%%scheme2_uid_parameter_value%%schemeN_uid_parameter_value%&amp;target=top</a></p>
<p>14. To enable the password policies to the resources protected by the OAM, then modify the authentication scheme that protects those resources. In the validate_password plugin of your Authentication Scheme, add this <strong>obReadPasswdMode=&#8221;LDAP&#8221;,obWritePasswdMode=&#8221;LDAP&#8221; </strong>and the new validate_password plugin appears like this</p>
<p><strong>obCredentialPassword=&#8221;password&#8221;,obReadPasswdMode=&#8221;LDAP&#8221;, obWritePasswdMode=&#8221;LDAP&#8221;</strong></p>
<p>For more information, <a href="http://onlineappsdba.com/index.php/2010/02/19/oam-password-policies/">check this</a>.</p>
<p>References:</p>
<p><a href="http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b32419/idconfig.htm#BABDFCGI">Oracle Documentation</a></p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1559&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1559" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OAM integration with WebLogic for different versions</title>
		<link>http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:55:15 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[idm]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[oam]]></category>

		<category><![CDATA[sso]]></category>

		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/</guid>
		<description><![CDATA[Hi all,
As you might have observed that the integration between Oracle Access Manager and WebLogic server varies with different versions of WebLogic Server and hence it&#8217;s architecture varies.
So I would like to give a brief on how the architecture looks like and what are the components needed for this integration.
Until WebLogic Server 10.3.0, the connector [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>As you might have observed that the integration between Oracle Access Manager and WebLogic server varies with different versions of WebLogic Server and hence it&#8217;s architecture varies.</p>
<p>So I would like to give a brief on how the architecture looks like and what are the components needed for this integration.</p>
<p>Until WebLogic Server 10.3.0, the connector used between OAM and WebLogic is the SSPI and is available for download seperately. It is evident that SSPI Connector configuration is not very easy to get it working as customers will end up with running into lot of issues with access privileges or weblogic startup etc., . However there is no difference in components used for this integration in both WebLogic versions except the separate SSPI Connector. You would need a proxy infront of WebLogic if you want to achieve Single Sign-On and just an access gate if you want to authenticate to the WebLogic as an OAM user. If you are just looking for authentication only, then you can&#8217;t achieve SSO which demands a proxy server. From architecture perspective, you will need a Connector (installed explicitly) sitting inside the WebLogic server.  The working authentication schemes are Basic and Form.</p>
<p>Moving to the new version, from WebLogic Server 10.3.1 onwards, the connector has been removed. Therefore the integration becomes very easy and so the architecture is.  Here, a jar file called oamAuthnProvider.jar (for OAM 10.1.4.3) has been introduced which acts as an alternative to SSPI connector. Internally, it contains classes to talk to WebLogic Server and OAM access server. This jar file has to be copied to lib directory of weblogic server for which we are attempting to do the integration. An Identity Asserter has to be created in the WebLogic server which listens to the ObSSOCookie. The recommended authentication scheme for WLS 10.3.1 is Form Login.</p>
<p><em>References:</em></p>
<p><a href="http://fusionsecurity.blogspot.com/2010/01/integrating-oracle-access-manager-oam.html">Blog </a>by Josh Bregman</p>
<p><a href="http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/osso.htm#CHDFBJBD">OAM Documentation </a></p>
<p>Please reply your comments/suggestion and it is highly appreciated.</p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1558&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1558" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)</title>
		<link>http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:40:10 +0000</pubDate>
		<dc:creator>Atul Kumar</dc:creator>
		
		<category><![CDATA[fusion]]></category>

		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/</guid>
		<description><![CDATA[If you are looking for documentation on Oracle WebLogic Server 11g (component in Oracle Fusion Middleware) then here are few good links
1. Recommendation for Oracle WebLogic Server 11g Disaster Recovery here  which covers File System and Network artifacts.
2. If you are using JMS (Java Messaging services)  and T-Logs in WebLogic server then check recommendations for DR [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for documentation on Oracle WebLogic Server 11g (component in Oracle Fusion Middleware) then here are few good links</p>
<p><strong>1.</strong> Recommendation for Oracle WebLogic Server 11g Disaster Recovery <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/doc.1111/e15250/recommendations.htm#CHDJHCIB">here</a>  which covers <strong>File System</strong> and <strong>Network</strong> artifacts.</p>
<p><strong>2.</strong> If you are using <strong>JMS </strong>(Java Messaging services)  and <strong>T-Logs</strong> in WebLogic server then check recommendations for DR <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/doc.1111/e15250/recommendations.htm#CHDCDDDF">here</a></p>
<p><strong>3.</strong> <strong>Whole Server Migration</strong> : Read about Server migration in WebLogic server (<strong>Automatic</strong> and <strong>Manual</strong> server migration) <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/web.1111/e13709/migration.htm">here</a></p>
<p><strong>4.</strong> Service Migration for <strong>pinned services</strong> (JMS, JTA and user defined singleton service) <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/web.1111/e13709/service_migration.htm">here</a></p>
<p><strong>5.</strong> If you are planning to use <strong>Virtualization</strong> and <strong>Partitioning</strong> technologies (Non Oracle) with WebLogic server then <a target="_blank" href="http://www.oracle.com/technology/products/ias/hi_av/oracleas_supported_virtualization.html#supportforsunsolaris10inm">check this</a></p>
<p><strong>6.</strong> Check <strong>High Availability</strong> configuration for Oracle WebLogic <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/core.1111/e10106/aa.htm">here</a></p>
<p><font color="#ff0000">More information on High Availability and Disaster Recovery documentation for Fusion Middleware component - SOA, WebCenter, Identity Management (OID, SSO, Access Manager) coming soon &#8230;..</font></p>
<p><font color="#000000">If you know any document regarding WebLogic Disaster Recovery (Failover) configuration then  update it under comments section.</font></p>
 <div class=’series_links’><a href='http://onlineappsdba.com/index.php/2010/02/23/opatch-adpatch-and-now-smart-update-bsu-to-apply-weblogic-patches/' title='opatch, adpatch and now &#8220;smart update&#8221; (BSU) to apply weblogic patches'>Previous in series</a> </div><div class=’series_toc’><h2>Related Posts for Learn WebLogic with Us</h2> <br><ol><li><a href='http://onlineappsdba.com/index.php/2008/07/22/oracle-weblogic-installation-steps/' title='Oracle WebLogic Installation Steps'>Oracle WebLogic Installation Steps</a></li><li><a href='http://onlineappsdba.com/index.php/2008/07/24/domain-administration-managed-server-cluster-in-oracle-weblogic/' title='Domain , Administration &#038; Managed Server, Cluster in Oracle WebLogic'>Domain , Administration &#038; Managed Server, Cluster in Oracle WebLogic</a></li><li><a href='http://onlineappsdba.com/index.php/2008/07/28/create-domain-in-oracle-weblogic/' title='Create Domain in Oracle WebLogic'>Create Domain in Oracle WebLogic</a></li><li><a href='http://onlineappsdba.com/index.php/2008/08/03/oracle-weblogic-server-startupshutdown/' title='Oracle WebLogic Server - Startup/Shutdown'>Oracle WebLogic Server - Startup/Shutdown</a></li><li><a href='http://onlineappsdba.com/index.php/2008/08/07/oracle-weblogic-server-10g-r3-103-released/' title='Oracle WebLogic Server 10g R3 10.3 is out now'>Oracle WebLogic Server 10g R3 10.3 is out now</a></li><li><a href='http://onlineappsdba.com/index.php/2008/08/12/deploy-application-on-oracle-weblogic-server/' title='Deploy Application on Oracle WebLogic Server'>Deploy Application on Oracle WebLogic Server</a></li><li><a href='http://onlineappsdba.com/index.php/2008/08/14/cluster-architecture-oracle-weblogic-server/' title='Cluster Architecture : Oracle WebLogic Server'>Cluster Architecture : Oracle WebLogic Server</a></li><li><a href='http://onlineappsdba.com/index.php/2008/09/21/start-weblogic-server-on-linux-on-port-80-443/' title='Start WebLogic Server on Linux on port 80, 443 '>Start WebLogic Server on Linux on port 80, 443 <= 1024</a></li><li><a href='http://onlineappsdba.com/index.php/2008/11/04/jdbc-java-database-connectivity-in-oracle-weblogic-overview/' title='JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview'>JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview</a></li><li><a href='http://onlineappsdba.com/index.php/2008/11/06/weblogic-server-jdbc-for-database-connection-step-by-step/' title='WebLogic Server JDBC for Database connection : Step by Step'>WebLogic Server JDBC for Database connection : Step by Step</a></li><li><a href='http://onlineappsdba.com/index.php/2008/11/22/security-in-oracle-weblogic-realm-security-provider-authentication-authorization-users/' title='Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users'>Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users</a></li><li><a href='http://onlineappsdba.com/index.php/2009/02/01/deploy-adf-application-to-oracle-weblogic-server/' title='Deploy ADF application to Oracle WebLogic Server'>Deploy ADF application to Oracle WebLogic Server</a></li><li><a href='http://onlineappsdba.com/index.php/2009/06/10/node-manager-in-oracle-weblogic-server/' title='Node Manager in Oracle WebLogic Server'>Node Manager in Oracle WebLogic Server</a></li><li><a href='http://onlineappsdba.com/index.php/2009/09/23/configure-oracle-http-server-infront-of-oracle-weblogic-server-mod_wl_ohs/' title='Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs'>Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs</a></li><li><a href='http://onlineappsdba.com/index.php/2009/11/23/how-to-install-weblogic-server-on-64-bit-os-linux-solaris/' title='How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?'>How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?</a></li><li><a href='http://onlineappsdba.com/index.php/2009/12/29/oracle-weblogic-login-issue-password-is-not-correct-password-lock-policy/' title='Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)'>Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)</a></li><li><a href='http://onlineappsdba.com/index.php/2010/01/07/oracle-weblogic-server-node-manager-in-nutshell/' title='Oracle WebLogic Server : Node Manager in nutshell'>Oracle WebLogic Server : Node Manager in nutshell</a></li><li><a href='http://onlineappsdba.com/index.php/2010/01/11/certification-1z0-108-oracle-weblogic-server-10g-system-administrator-certified-expert/' title='Certification : 1Z0-108  Oracle WebLogic Server 10g System Administrator Certified Expert'>Certification : 1Z0-108  Oracle WebLogic Server 10g System Administrator Certified Expert</a></li><li><a href='http://onlineappsdba.com/index.php/2010/02/04/how-to-integrate-weblogic-with-oracle-internet-directory-for-login-authentication/' title='How to integrate WebLogic with Oracle Internet Directory for Login : Authentication'>How to integrate WebLogic with Oracle Internet Directory for Login : Authentication</a></li><li><a href='http://onlineappsdba.com/index.php/2010/02/23/opatch-adpatch-and-now-smart-update-bsu-to-apply-weblogic-patches/' title='opatch, adpatch and now &#8220;smart update&#8221; (BSU) to apply weblogic patches'>opatch, adpatch and now &#8220;smart update&#8221; (BSU) to apply weblogic patches</a></li><li>Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)</li></ol></div><p class="akst_link"><a href="http://onlineappsdba.com/?p=1557&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1557" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Issues in WebLogic Portal integration with Oracle Entitlement Server</title>
		<link>http://onlineappsdba.com/index.php/2010/03/04/issues-on-weblogic-portal-integration-with-oracle-entitlement-server/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/04/issues-on-weblogic-portal-integration-with-oracle-entitlement-server/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 07:17:21 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[idm]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/04/issues-on-weblogic-portal-integration-with-oracle-entitlement-server/</guid>
		<description><![CDATA[In previous posts I have specified the supported and working WebLogic JDK versions for Oracle Entitlement Server. I have tested protecting the WebLogic Server application where OES Admin is installed on WLS 10.3.1 and it went fine.
However, when I used WLS 10.3.1 for Admin server and tried to install the WebLogic Portal sample application (SimplePortalExample [...]]]></description>
			<content:encoded><![CDATA[<p>In previous posts I have specified the supported and working WebLogic JDK versions for Oracle Entitlement Server. I have tested protecting the WebLogic Server application where OES Admin is installed on WLS 10.3.1 and it went fine.</p>
<p>However, when I used WLS 10.3.1 for Admin server and tried to install the WebLogic Portal sample application (SimplePortalExample present in ales32-ssm/wls-ssm/examples) , I am stuck up with the below specified error.</p>
<p><em> [exec] com.wles.blm.BLMObjectFindException: Could not set password user //user/RootOrg!PortalDemo!wlp_dir/customer/ does not exist<br />
[exec]     at sun.reflect.GeneratedConstructorAccessor199.newInstance(Unknown Source)<br />
[exec]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)<br />
[exec]     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)<br />
[exec]     at com.bea.security.blmws.common.ExceptionUtility.handleException(ExceptionUtility.java:36)<br />
[exec]     at com.wles.soap.BLM.BlmBindingImpl.handleException(BlmBindingImpl.java:9673)<br />
[exec]     at com.wles.soap.BLM.BlmBindingImpl.setPasswordUnknown(BlmBindingImpl.java:8749)<br />
[exec]     at com.wles.soap.BLM.BlmBindingSkeleton.setPasswordUnknown(BlmBindingSkeleton.java:10661)<br />
[exec]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
[exec]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
[exec]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
[exec]     at java.lang.reflect.Method.invoke(Method.java:597)<br />
[exec]     at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:388)<br />
[exec]     at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:283)<br />
[exec]     at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)<br />
[exec]     at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)<br />
[exec]     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)<br />
[exec]     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)<br />
[exec]     at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)<br />
[exec]     at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)<br />
[exec]     at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)<br />
[exec]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)<br />
[exec]     at org.apache.axis.transport.</em></p>
<p><em>BUILD FAILED<br />
/tmp/AlesConfig.performAlesChecks5515137296247183624/LoadAdditionalPolicies.xml:108: exec returned: 251</em></p>
<p>Since Oracle provides support only for Certified versions, I could not have a chance to get it working.</p>
<p>Hence the best approach in case you are using WebLogic Portal and OES is to use the supported WLS i.e., 10.3.0 for Admin Server. When I did so, it worked like a charm.</p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1555&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1555" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/04/issues-on-weblogic-portal-integration-with-oracle-entitlement-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Supported WebLogic and JDK versions for Oracle Entitlement Server</title>
		<link>http://onlineappsdba.com/index.php/2010/03/03/supported-weblogic-and-jdk-versions-for-oracle-entitlement-server/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/03/supported-weblogic-and-jdk-versions-for-oracle-entitlement-server/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 10:50:58 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[idm]]></category>

		<category><![CDATA[portal]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/03/supported-weblogic-and-jdk-versions-for-oracle-entitlement-server/</guid>
		<description><![CDATA[It is important to know which WebLogic versions and JDK versions are supported with Oracle Entitlement Server. If you would like to see the Certification matrix for OES, here it is. Only WebLogic 10.3.0 is supported for Admin and SSM, if you are using WebLogic Portal, 10.2.0 is supported.
From my experience, WebLogic 10.3.1 is also [...]]]></description>
			<content:encoded><![CDATA[<p>It is important to know which WebLogic versions and JDK versions are supported with Oracle Entitlement Server. If you would like to see the Certification matrix for OES, here <a href="http://download-llnw.oracle.com/docs/cd/E12890_01/ales/docs32/relnotes/relnotes.html#wp1095982.Anyway">it is</a>. Only WebLogic 10.3.0 is supported for Admin and SSM, if you are using WebLogic Portal, 10.2.0 is supported.</p>
<p>From my experience, WebLogic 10.3.1 is also supported by Admin and SSMs. But one should be very careful while using JDK versions while installing. I have tested JDK 6 for Admin Server and SSM while installing and it works fine. Incase you are protecting a WebLogic domain using WebLogic SSM, you would specify the JDK version while creating the domain using config wizard. It is better to use JDK 5 instead of 6. Follow the same for WebLogic Portal as JDK 5 while creating domain.</p>
<p>I have seen weird errors in the scenario where WebLogic Portal is being protected by OES. I created the WebLogic Portal domain with JDK6 and tried to create the SSM instance using ConfigTool. The ConfigTool stopped after the below message is shown in the response.</p>
<p><em>Checking if default ARME port is free: 8014<br />
Generating policy files based on templates &#8230;<br />
Checking if SSM instance already present<br />
Checking to see if SSM ARME port is free.<br />
Checking JDBC parameters&#8230;<br />
Checking to see if asipassword was run&#8230;<br />
Assuming Domain is Weblogic 9.x and above<br />
Checking WLS version number&#8230;<br />
Checking to see if weblogic server is running<br />
Weblogic server not running<br />
Checking to see if weblogic server starts (This may take several min. depending on the host) logging into weblogic server.</em></p>
<p>The solution is to create the domain using JDK 5 version.</p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1554&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1554" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/03/supported-weblogic-and-jdk-versions-for-oracle-entitlement-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Migrating  Non ASM DB to ASM DB</title>
		<link>http://onlineappsdba.com/index.php/2010/03/03/migrating-non-asm-db-to-asm-db/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/03/migrating-non-asm-db-to-asm-db/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:15:46 +0000</pubDate>
		<dc:creator>tony</dc:creator>
		
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/03/migrating-non-asm-db-to-asm-db/</guid>
		<description><![CDATA[This is a sample document showing how to migrate Non ASM DB to ASM DB
1 create the ASM instance
2.Create the required  DISK groups according to  the needs
DB name DEVEL
SQL&#62; select file_name from dba_data_files;
FILE_NAME
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
/oracle/DEVEL/system01.dbf
/oracle/DEVEL/undotbs01.dbf
/oracle/DEVEL/sysaux01.dbf
/oracle/DEVEL/users01.dbf
/oracle/DEVEL/example01.dbf
SQL&#62; select name from v$controlfile;
NAME
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
/oracle/DEVEL/control01.ctl
SQL&#62; select MEMBER from v$logfile;
MEMBER
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
/oracle/DEVEL/redo03.log
/oracle/DEVEL/redo02.log
/oracle/DEVEL/redo01.log
Shutdown the database.
SQL&#62; SHUTDOWN IMMEDIATE
Start the database in nomount mode.
RMAN&#62; STARTUP NOMOUNT (make sure you [...]]]></description>
			<content:encoded><![CDATA[<p>This is a sample document showing how to migrate Non ASM DB to ASM DB<br />
1 create the ASM instance</p>
<p>2.Create the required  DISK groups according to  the needs</p>
<p>DB name DEVEL</p>
<p>SQL&gt; select file_name from dba_data_files;</p>
<p>FILE_NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/oracle/DEVEL/system01.dbf<br />
/oracle/DEVEL/undotbs01.dbf<br />
/oracle/DEVEL/sysaux01.dbf<br />
/oracle/DEVEL/users01.dbf<br />
/oracle/DEVEL/example01.dbf</p>
<p>SQL&gt; select name from v$controlfile;</p>
<p>NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/oracle/DEVEL/control01.ctl<br />
SQL&gt; select MEMBER from v$logfile;</p>
<p>MEMBER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/oracle/DEVEL/redo03.log<br />
/oracle/DEVEL/redo02.log<br />
/oracle/DEVEL/redo01.log<br />
Shutdown the database.</p>
<p>SQL&gt; SHUTDOWN IMMEDIATE</p>
<p>Start the database in nomount mode.</p>
<p>RMAN&gt; STARTUP NOMOUNT (make sure you start with the spfile )<br />
Restore the controlfile into ASM<br />
RMAN&gt; restore controlfile to &#8216;+DATA1&#8242; from &#8216;/oracle/DEVEL/control01.ctl&#8217;;</p>
<p>Starting restore at 22-FEB-06<br />
using target database control file instead of recovery catalog<br />
allocated channel: ORA_DISK_1<br />
channel ORA_DISK_1: sid=37 devtype=DISK</p>
<p>channel ORA_DISK_1: copied control file copy<br />
Finished restore at 22-FEB-06</p>
<p>Find the contlrol file in ASM</p>
<p>ASMCMD&gt; find -t CONTROLFILE  +DATA1 *</p>
<p>+DATA1/DEVEL/CONTROLFILE/backup.264.583101555<br />
+DATA1/DEVEL/CONTROLFILE/backup.265.583101651<br />
Modify the spfile for the controlfile new path<br />
SQL&gt; alter system set control_files=&#8217;+DATA1/DEVEL/CONTROLFILE/backup.264.583101555&#8242;,&#8217;+DATA1/DEVEL/CONTROLFILE/backup.265.583101651&#8242; scope=spfile;</p>
<p>System altered.<br />
shutdown  the database and restart in mount state<br />
SQL&gt; shutdown<br />
ORA-01507: database not mounted<br />
ORACLE instance shut down.<br />
SQL&gt; startup mount<br />
ORACLE instance started.</p>
<p>Total System Global Area  473956352 bytes<br />
Fixed Size                  1220072 bytes<br />
Variable Size             142606872 bytes<br />
Database Buffers          327155712 bytes<br />
Redo Buffers                2973696 bytes<br />
Database mounted.</p>
<p>SQL&gt; select name from v$controlfile;</p>
<p>NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
+DATA1/devel/controlfile/backup.264.583101555<br />
+DATA1/devel/controlfile/backup.265.583101651<br />
Now move the datafiles to ASM</p>
<p>(here as my DB size was too small  i used this simple method, where as in big sized DB you should implement some other strategies to do everything in  in parallel  as the downtime will be minimal)<br />
RMAN&gt; BACKUP AS COPY DATABASE FORMAT &#8216;+DATA1&#8242;;</p>
<p>Starting backup at 22-FEB-06<br />
allocated channel: ORA_DISK_1<br />
channel ORA_DISK_1: sid=37 devtype=DISK<br />
channel ORA_DISK_1: starting datafile copy<br />
input datafile fno=00001 name=/oracle/DEVEL/system01.dbf</p>
<p>output filename=+DATA1/devel/datafile/system.256.583100553 tag=TAG20060222T202229 recid=5 stamp=583100614<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:01:05<br />
channel ORA_DISK_1: starting datafile copy<br />
input datafile fno=00003 name=/oracle/DEVEL/sysaux01.dbf<br />
output filename=+DATA1/devel/datafile/sysaux.257.583100615 tag=TAG20060222T202229 recid=6 stamp=583100652<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:45<br />
channel ORA_DISK_1: starting datafile copy<br />
input datafile fno=00005 name=/oracle/DEVEL/example01.dbf<br />
output filename=+DATA1/devel/datafile/example.258.583100661 tag=TAG20060222T202229 recid=7 stamp=583100675<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:15<br />
channel ORA_DISK_1: starting datafile copy<br />
input datafile fno=00002 name=/oracle/DEVEL/undotbs01.dbf<br />
output filename=+DATA1/devel/datafile/undotbs1.259.583100677 tag=TAG20060222T202229 recid=8 stamp=583100680<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:07<br />
channel ORA_DISK_1: starting datafile copy<br />
input datafile fno=00004 name=/oracle/DEVEL/users01.dbf<br />
output filename=+DATA1/devel/datafile/users.260.583100683 tag=TAG20060222T202229 recid=9 stamp=583100684<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:01<br />
channel ORA_DISK_1: starting datafile copy<br />
copying current control file<br />
output filename=+DATA1/devel/controlfile/backup.261.583100685 tag=TAG20060222T202229 recid=10 stamp=583100686<br />
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:03<br />
channel ORA_DISK_1: starting full datafile backupset<br />
channel ORA_DISK_1: specifying datafile(s) in backupset<br />
including current SPFILE in backupset<br />
channel ORA_DISK_1: starting piece 1 at 22-FEB-06<br />
channel ORA_DISK_1: finished piece 1 at 22-FEB-06<br />
piece handle=+DATA1/devel/backupset/2006_02_22/nnsnf0_tag20060222t202229_0.262.583100689 tag=TAG20060222T202229 comment=NONE<br />
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:03<br />
Finished backup at 22-FEB-06</p>
<p>RMAN&gt;<br />
RMAN&gt; SWITCH DATABASE TO COPY;</p>
<p>datafile 1 switched to datafile copy &#8220;+DATA1/devel/datafile/system.256.583100553&#8243;<br />
datafile 2 switched to datafile copy &#8220;+DATA1/devel/datafile/undotbs1.259.583100677&#8243;<br />
datafile 3 switched to datafile copy &#8220;+DATA1/devel/datafile/sysaux.257.583100615&#8243;<br />
datafile 4 switched to datafile copy &#8220;+DATA1/devel/datafile/users.260.583100683&#8243;<br />
datafile 5 switched to datafile copy &#8220;+DATA1/devel/datafile/example.258.583100661&#8243;<br />
RMAN&gt; ALTER DATABASE OPEN;</p>
<p>database opened</p>
<p>SQL&gt; select file_name from dba_data_files;</p>
<p>FILE_NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
+DATA1/devel/datafile/system.256.583100553<br />
+DATA1/devel/datafile/undotbs1.259.583100677<br />
+DATA1/devel/datafile/sysaux.257.583100615<br />
+DATA1/devel/datafile/users.260.583100683<br />
+DATA1/devel/datafile/example.258.583100661<br />
Move the redo logs to ASM</p>
<p>SQL&gt; select * from v$log;</p>
<p>    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212; &#8212;&#8212;&#8212;&#8212;&#8212;-<br />
FIRST_CHANGE# FIRST_TIM<br />
&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;<br />
         1          1          5  104857600          1 YES INACTIVE<br />
       567335 22-FEB-06</p>
<p>         2          1          6  104857600          1 YES INACTIVE<br />
       567340 22-FEB-06</p>
<p>         3          1          7   52428800          1 NO  CURRENT<br />
       567343 22-FEB-06</p>
<p>SQL&gt; alter database drop logfile group 1;</p>
<p>Database altered.</p>
<p>SQL&gt; alter database add logfile group 1 (&#8217;+DATA1&#8242;) size 100M;</p>
<p>Database altered.</p>
<p>SQL&gt; alter database drop logfile group 2;</p>
<p>Database altered.</p>
<p>SQL&gt; alter database add logfile group 2 (&#8217;+DATA1&#8242;) size 100M;</p>
<p>Database altered.<br />
SQL&gt; alter system switch logfile;</p>
<p>System altered.</p>
<p>SQL&gt; select * from v$log;</p>
<p>    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212; &#8212;&#8212;&#8212;&#8212;&#8212;-<br />
FIRST_CHANGE# FIRST_TIM<br />
&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;<br />
         1          1          8  104857600          1 NO  CURRENT<br />
       567349 22-FEB-06</p>
<p>         2          1          6  104857600          1 YES INACTIVE<br />
       567340 22-FEB-06</p>
<p>         3          1          7   52428800          1 YES INACTIVE<br />
       567343 22-FEB-06<br />
SQL&gt; alter database drop logfile group 3;</p>
<p>Database altered.</p>
<p>SQL&gt; alter database add logfile group 3 (&#8217;+DATA1&#8242;) size 100M;</p>
<p>Database altered.<br />
SQL&gt; select member from v$logfile;</p>
<p>MEMBER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
+DATA1/devel/onlinelog/group_3.268.583102251<br />
+DATA1/devel/onlinelog/group_2.267.583102163<br />
+DATA1/devel/onlinelog/group_1.266.583102121<br />
RMAN&gt; BACKUP AS COPY SPFILE FORMAT &#8216;+DATA1&#8242;;</p>
<p>Starting backup at 22-FEB-06<br />
using target database control file instead of recovery catalog<br />
allocated channel: ORA_DISK_1<br />
channel ORA_DISK_1: sid=32 devtype=DISK<br />
channel ORA_DISK_1: starting full datafile backupset<br />
channel ORA_DISK_1: specifying datafile(s) in backupset<br />
including current SPFILE in backupset<br />
channel ORA_DISK_1: starting piece 1 at 22-FEB-06<br />
channel ORA_DISK_1: finished piece 1 at 22-FEB-06<br />
piece handle=+DATA1/devel/backupset/2006_02_22/nnsnf0_tag20060222t211333_0.270.583103615 tag=TAG20060222T211333 comment=NONE<br />
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02<br />
Finished backup at 22-FEB-06</p>
<p>Now find the spfile in the ASM</p>
<p>ASMCMD&gt; find -t parameterfile +DATA1 *<br />
+DATA1/DEVEL/PARAMETERFILE/spfile.273.583106111</p>
<p>Now make an entry in the pfile, like below<br />
[oracle@RAC2 dbs]$ cat initDEVEL.ora<br />
spfile=&#8217;+DATA1/DEVEL/PARAMETERFILE/spfile.273.583106111&#8242;<br />
[oracle@RAC2 dbs]$</p>
<p>so now all the  DB files are stored in ASM.</p>
<p>Please let me if you have some questions or doubts.</p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1553&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1553" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/03/migrating-non-asm-db-to-asm-db/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Duplicating the DB from PRODUCTION to DEVELOPMENT using RMAN</title>
		<link>http://onlineappsdba.com/index.php/2010/03/03/duplucating-the-db-from-production-to-development-using-rman/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/03/duplucating-the-db-from-production-to-development-using-rman/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:17:30 +0000</pubDate>
		<dc:creator>tony</dc:creator>
		
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/03/duplucating-the-db-from-production-to-development-using-rman/</guid>
		<description><![CDATA[The topic is related to creating a duplicated copy of  DB from production  to Development  using rman.
The below steps are applicapable in 9i,10g and 11g.In 11g there are some new methods for creating duplicate DB  which I will be covering  in coming topics
The database names used here
database names:
Primary Database SID:       PROD  server RAC1
Duplicate Database SID:     DEVEL [...]]]></description>
			<content:encoded><![CDATA[<p>The topic is related to creating a duplicated copy of  DB from production  to Development  using <strong>rman</strong>.<br />
The below steps are applicapable in 9i,10g and 11g.In 11g there are some new methods for creating duplicate DB  which I will be covering  in coming topics</p>
<p>The database names used here</p>
<p>database names:</p>
<p>Primary Database SID:       PROD  server RAC1<br />
Duplicate Database SID:     DEVEL server RAC2</p>
<p><strong><u>Steps involed <br />
</u></strong>1.  Backup the primary database.</p>
<p>2.  Determine how much disk space will be required.</p>
<p>3.  Ensuring you have enough space on your target server.</p>
<p>4.  Making the backup available for the duplicate process.</p>
<p>5.  Creating the init.ora &amp; administration directories for the duplicate database.</p>
<p>6.  Ensuring SQL*NET connections to primary database and RMAN catalog are working.</p>
<p>7.  Execute the RMAN script</p>
<p>1. Backup the primary database<br />
Before creating a duplicate database, we must create a backup of the production DB including archivelogs also.Here i have used backup media as disk  and i am not using a recovery catalog DB</p>
<p>connect to the target database and take a fresh  backup</p>
<p>[oracle@RAC1 backup]$ export ORACLE_SID=PROD<br />
[oracle@RAC1 backup]$ rman target /</p>
<p>RMAN&gt; run<br />
2&gt; {<br />
3&gt; allocate channel d1 type disk;<br />
4&gt; allocate channel d2 type disk;<br />
5&gt; backup format &#8216;/oracle/backup/df_prodt%t_s%s_p%p.bak&#8217; database;<br />
6&gt; sql &#8216;alter system archive log current&#8217;;<br />
7&gt; backup format &#8216;/oracle/backup/df_archive%t_s%s_p%p.arc&#8217; archivelog all<br />
8&gt; release channel d1;<br />
9&gt;  release channel d2;<br />
10&gt; }</p>
<p>2.  Ensure enough space is available on the target server for Db and backup pieces</p>
<p>3.  Ensuring you have enough space on your target server.</p>
<p>4.  Making the backup available for the duplicate process.<br />
     copy  the database from source server to target server</p>
<p>5.Creating the pfile  file  for the duplicate database</p>
<p>create a pfile and add the below contents  and start the DB in nomount mode</p>
<p>[oracle@RAC2 dbs]$ cat initDEVEL.ora<br />
audit_file_dest =/oracle/DEVEL/adump<br />
background_dump_dest =/oracle/DEVEL/bdump<br />
core_dump_dest =/oracle/DEVEL/cdump<br />
user_dump_dest =/oracle/DEVEL/udump<br />
db_name =&#8221;DEVEL&#8221;<br />
instance_name =DEVEL<br />
control_files =(&#8217;/oracle/DEVEL/control01.ctl&#8217;)</p>
<p>db_file_name_convert =(&#8221;/oracle/PROD/&#8221;, &#8220;/oracle/DEVEL/&#8221;)<br />
log_file_name_convert =(&#8221;/oracle/PROD/&#8221;, &#8220;/oracle/DEVEL/&#8221;)</p>
<p>undo_management =AUTO<br />
undo_retention =10800<br />
undo_tablespace =UNDOTBS1<br />
db_block_size = 8192<br />
compatible = 10.2.0.1.0</p>
<p>[oracle@RAC2 dbs]$ export ORACLE_SID=DEVEL<br />
[oracle@RAC2 dbs]$ sqlplus &#8216;/ as sysdba&#8217;</p>
<p>SQL*Plus: Release 10.2.0.1.0 - Production on Sat Feb 18 21:01:50 2006</p>
<p>Copyright (c) 1982, 2005, Oracle.  All rights reserved.</p>
<p>Connected to an idle instance.</p>
<p>SQL&gt; startup nomount<br />
ORACLE instance started.</p>
<p>Total System Global Area  113246208 bytes<br />
Fixed Size                  1218004 bytes<br />
Variable Size              58722860 bytes<br />
Database Buffers           50331648 bytes<br />
Redo Buffers                2973696 bytes</p>
<p>SQL&gt; exit</p>
<p>6.  Ensuring SQL*NET connections to primary database and RMAN catalog are working.</p>
<p>  Add  the conection descriptors in the tnsnames.ora and check the connectivity</p>
<p>7.  Execute the RMAN script<br />
[oracle@RAC2 backup]$ rman target <a href="mailto:sys/oracle@prod">sys/oracle@prod</a></p>
<p>Recovery Manager: Release 10.2.0.1.0 - Production on Sat Feb 18 21:28:31 2006</p>
<p>Copyright (c) 1982, 2005, Oracle.  All rights reserved.</p>
<p>connected to target database: PROD (DBID=4289561465)</p>
<p>RMAN&gt; connect auxiliary /</p>
<p>connected to auxiliary database: DEVEL (not mounted)<br />
RMAN&gt; run<br />
2&gt; {<br />
3&gt; allocate auxiliary channel C1 device type disk;<br />
4&gt; allocate auxiliary channel C2 device type disk;<br />
5&gt; duplicate target database to DEVEL;<br />
6&gt; release channel C1;<br />
7&gt; release channel C2;<br />
8&gt; }</p>
<p>The above script will do the duplication and it will open up the development database.</p>
<p>Please let me know if you have some doubts or issues.<br />
 </p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1552&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1552" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/03/duplucating-the-db-from-production-to-development-using-rman/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exporting and Importing policies in Oracle Entitlement Server.</title>
		<link>http://onlineappsdba.com/index.php/2010/03/02/exporting-and-importing-policies-in-oracle-entitlement-server/</link>
		<comments>http://onlineappsdba.com/index.php/2010/03/02/exporting-and-importing-policies-in-oracle-entitlement-server/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:19:05 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[database]]></category>

		<category><![CDATA[idm]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/03/02/exporting-and-importing-policies-in-oracle-entitlement-server/</guid>
		<description><![CDATA[At times, it is important to import/export policies from Database. I am explaining the scripts to be used to achieve this.
The policies are present in the XML config file policyIX_config.xml in the location BEA_HOME/ales32-admin/bin.
To export policies from Database to an XML file:
Assume you are running from the location  BEA_HOME/ales32-admin/bin.
./policyIX.sh -export ../config/policyIX_config.xml policies_export.xml -passwdPrompt
-passwdPrompt is optional [...]]]></description>
			<content:encoded><![CDATA[<p>At times, it is important to import/export policies from Database. I am explaining the scripts to be used to achieve this.</p>
<p>The policies are present in the XML config file policyIX_config.xml in the location BEA_HOME/ales32-admin/bin.</p>
<p><strong>To export policies from Database to an XML file:</strong></p>
<p>Assume you are running from the location  BEA_HOME/ales32-admin/bin.</p>
<p>./policyIX.sh -export ../config/policyIX_config.xml policies_export.xml -passwdPrompt</p>
<p>-passwdPrompt is optional field and is the OES admin password.</p>
<p>The &lt;export_configuration&gt; element present in policyIX_config.xml specifies which policies, roles, identities etc., to be exported to the file policies_export.xml. If you are interested, open the  policyIX_config.xml and check for the various elements available.</p>
<p>The stuff that gets exported are Organizations, Resources, Policies, Roles, Actions etc.,</p>
<p><strong>To import policies from XML file to the Database:</strong></p>
<p>Assume you are running from the location  BEA_HOME/ales32-admin/bin.</p>
<p>./policyIX.sh -import -disableTransaction ../config/policyIX_config.xml policies_export.xml  -passwdPrompt</p>
<p>disableTransaction is used to prevent loading of policies in single transaction. <a title="wp1195220" name="wp1195220"></a> This is recommended when loading a large policy set. It improves loading performance, but loaded policy data will not be rolled back if the loading fails.</p>
<p>References:</p>
<p><a href="http://download.oracle.com/docs/cd/E12890_01/ales/docs32/adminref/exportimporttools.html#wp1174482">OES Docs </a></p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1550&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1550" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/03/02/exporting-and-importing-policies-in-oracle-entitlement-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Entitlement Server Patches</title>
		<link>http://onlineappsdba.com/index.php/2010/02/26/oracle-entitlement-server-patches/</link>
		<comments>http://onlineappsdba.com/index.php/2010/02/26/oracle-entitlement-server-patches/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:15:20 +0000</pubDate>
		<dc:creator>Mahendra</dc:creator>
		
		<category><![CDATA[idm]]></category>

		<category><![CDATA[patching]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/02/26/oracle-entitlement-server-patches/</guid>
		<description><![CDATA[If you are looking for patches on Oracle Entitlement Server, here it is.
CP1:
SSM : 7716200
ADMIN : 7716188
DBConfigTool : 7716171
CP2:
SSM : 8393978
ADMIN : 8393965
DBConfigTool : 8393975
CP3 :
Admin Server: 9171320
SSM:  9171016
Note: There is no DBConfigTool released in CP3.
Share This
]]></description>
			<content:encoded><![CDATA[<p>If you are looking for patches on Oracle Entitlement Server, here it is.</p>
<p><strong>CP1:</strong></p>
<p>SSM : 7716200</p>
<p>ADMIN : 7716188</p>
<p>DBConfigTool : 7716171</p>
<p><strong>CP2:</strong></p>
<p>SSM : 8393978</p>
<p>ADMIN : 8393965</p>
<p>DBConfigTool : 8393975</p>
<p><strong>CP3</strong> :</p>
<p>Admin Server: 9171320</p>
<p>SSM:  9171016</p>
<p>Note: There is no DBConfigTool released in CP3.</p>
<p class="akst_link"><a href="http://onlineappsdba.com/?p=1549&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1549" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/02/26/oracle-entitlement-server-patches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Launches SOA Governance 11g : Enterprise Repository, Service Registry, SOA management with EM and Web Services Manager</title>
		<link>http://onlineappsdba.com/index.php/2010/02/25/oracle-launches-soa-governance-11g-enterprise-repository-service-registry-soa-management-with-em-and-web-services-manager/</link>
		<comments>http://onlineappsdba.com/index.php/2010/02/25/oracle-launches-soa-governance-11g-enterprise-repository-service-registry-soa-management-with-em-and-web-services-manager/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:15:11 +0000</pubDate>
		<dc:creator>Atul Kumar</dc:creator>
		
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://onlineappsdba.com/index.php/2010/02/25/oracle-launches-soa-governance-11g-enterprise-repository-service-registry-soa-management-with-em-and-web-services-manager/</guid>
		<description><![CDATA[
Oracle has released Oracle SOA Governance 11g(component of Fusion Middleware)  which consists of following sub components

Oracle Enterprise Repository (single source of truth for SOA assets)
Oracle Service Registry (UDDI v3 compliant registry)
Oracle Enterprise Manager Pack Plus for SOA (pack to monitor runtime services)
Oracle Web Services Manager (tool to secure web services)

For press release about SOA Governance 11g click here

Two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://onlineappsdba.com/wp-content/uploads/2010/02/soa_governance.jpg" title="Oracle SOA Governance 11g"><img src="http://onlineappsdba.com/wp-content/uploads/2010/02/soa_governance.jpg" alt="Oracle SOA Governance 11g" /></a></p>
<p>Oracle has released Oracle <strong>SOA Governance 11g</strong>(component of Fusion Middleware)  which consists of following sub components</p>
<ul>
<li>Oracle <strong>Enterprise Repository</strong> (single source of truth for SOA assets)</li>
<li>Oracle <strong>Service Registry</strong> (UDDI v3 compliant registry)</li>
<li>Oracle <strong>Enterprise Manager Pack Plus for SOA</strong> (pack to monitor runtime services)</li>
<li>Oracle <strong>Web Services Manager</strong> (tool to secure web services)</li>
</ul>
<p>For press release about SOA Governance 11g <a target="_blank" href="http://www.oracle.com/us/corporate/press/057498">click here</a></p>
<ul>
<li>Two major components released as part of SOA Governance 11g are <strong>Oracle Service Registry</strong> 11g and <strong>Oracle Enterprise Repository</strong> 11g</li>
<li>Oracle SOA Governance 11g supports <strong>Oracle Applications</strong> including <strong>Oracle E-Business Suite</strong> and <strong>Siebel</strong> along with <strong>Oracle Application Integration Architecture</strong> (<a target="_blank" href="http://onlineappsdba.com/index.php/category/aia/">AIA</a>).</li>
<li><strong>Oracle Service Registry</strong> 11g software can be downloaded from <a target="_blank" href="http://www.oracle.com/technology/software/products/service-registry/index.html">here</a> (Need Oracle/3rd Party Database)</li>
<li><strong>Oracle Enterprise Repository</strong> 11g can be downloaded from <a target="_blank" href="http://www.oracle.com/technology/software/products/oer/index.html">here</a>  (Need Oracle/3rd Party Database and Oracle/3rd Party Application Server)</li>
<li>For <strong>documentation </strong>on Oracle Service Registry 11g and Oracle Enterprise Repository 11g click <a target="_blank" href="http://download.oracle.com/docs/cd/E15523_01/soa.htm">here</a> and go to end of page at OER Guides</li>
</ul>
<p>  </p>
<p><strong><u>Related/References</u></strong> </p>
<ul>
<li><a target="_blank" href="http://www.oracle.com/us/technologies/soa/soa-governance/index.htm">Oracle SOA Governance</a></li>
<li><a target="_blank" href="http://www.oracle.com/us/corporate/press/057498">SOA Governance 11g Press Release</a></li>
</ul>
 <div class=’series_links’><a href='http://onlineappsdba.com/index.php/2010/02/10/oracle-buys-amberpoint/' title='Oracle buys Amberpoint : SOA Governance and Management software'>Previous in series</a> </div><div class=’series_toc’><h2>Related Posts for SOA</h2> <br><ol><li><a href='http://onlineappsdba.com/index.php/2007/06/20/install-oracle-soa-suite-101310/' title='Install Oracle SOA Suite : 10.1.3.1.0'>Install Oracle SOA Suite : 10.1.3.1.0</a></li><li><a href='http://onlineappsdba.com/index.php/2007/06/16/upgrade-oracle-database-to-10202-soa-suite-install-part-ii/' title='Upgrade Oracle Database to 10.2.0.2 : SOA Suite Install Part II'>Upgrade Oracle Database to 10.2.0.2 : SOA Suite Install Part II</a></li><li><a href='http://onlineappsdba.com/index.php/2007/06/13/oracle-soa-suite-installation-part-i-database-installation/' title='Oracle SOA Suite Installation Part I : Database Installation'>Oracle SOA Suite Installation Part I : Database Installation</a></li><li><a href='http://onlineappsdba.com/index.php/2007/11/02/upgrade-soa-oas-to-101330/' title='Upgrade SOA / OAS to 10.1.3.3.0'>Upgrade SOA / OAS to 10.1.3.3.0</a></li><li><a href='http://onlineappsdba.com/index.php/2007/11/29/integrate-sso-with-soa-suite/' title='Integrate SSO with SOA Suite'>Integrate SSO with SOA Suite</a></li><li><a href='http://onlineappsdba.com/index.php/2007/12/09/oracle-soa-suite-overview/' title='Oracle SOA Suite Overview'>Oracle SOA Suite Overview</a></li><li><a href='http://onlineappsdba.com/index.php/2007/12/30/11g-soa-jdeveloper-webcenter-technical-preview/' title='11g SOA / Jdeveloper / Webcenter - Technical Preview'>11g SOA / Jdeveloper / Webcenter - Technical Preview</a></li><li><a href='http://onlineappsdba.com/index.php/2008/01/01/step-by-step-install-of-oracle-11g-soajdeveloperwebcenter/' title='Step by Step Install of Oracle 11g SOA/JDeveloper/Webcenter'>Step by Step Install of Oracle 11g SOA/JDeveloper/Webcenter</a></li><li><a href='http://onlineappsdba.com/index.php/2008/01/02/install-oracle-11g-jdevelopersoawebcenter-part-ii/' title='Install Oracle 11g Jdeveloper/SOA/Webcenter part II'>Install Oracle 11g Jdeveloper/SOA/Webcenter part II</a></li><li><a href='http://onlineappsdba.com/index.php/2008/05/04/oracle-soa-suite-11g-tech-preview-4/' title='Oracle SOA Suite 11g Tech. Preview 4'>Oracle SOA Suite 11g Tech. Preview 4</a></li><li><a href='http://onlineappsdba.com/index.php/2009/01/13/installconfigure-soa-repository-dehydration-store-orabpel-oraesb-orawsm-in-11g-database/' title='Install/Configure SOA Repository (Dehydration Store - ORABPEL, ORAESB, ORAWSM) in 11g Database'>Install/Configure SOA Repository (Dehydration Store - ORABPEL, ORAESB, ORAWSM) in 11g Database</a></li><li><a href='http://onlineappsdba.com/index.php/2009/04/14/how-to-reset-orabpel-oraesb-password-in-soa-suite-1013x/' title='How to reset ORABPEL, ORAESB password in SOA Suite 10.1.3.X'>How to reset ORABPEL, ORAESB password in SOA Suite 10.1.3.X</a></li><li><a href='http://onlineappsdba.com/index.php/2009/07/08/oracle-fusion-middleware-soa-suite-11g-r1-installation/' title='Oracle Fusion Middleware - SOA Suite 11g R1 installation'>Oracle Fusion Middleware - SOA Suite 11g R1 installation</a></li><li><a href='http://onlineappsdba.com/index.php/2010/02/10/oracle-buys-amberpoint/' title='Oracle buys Amberpoint : SOA Governance and Management software'>Oracle buys Amberpoint : SOA Governance and Management software</a></li><li>Oracle Launches SOA Governance 11g : Enterprise Repository, Service Registry, SOA management with EM and Web Services Manager</li></ol></div><p class="akst_link"><a href="http://onlineappsdba.com/?p=1543&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1543" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://onlineappsdba.com/index.php/2010/02/25/oracle-launches-soa-governance-11g-enterprise-repository-service-registry-soa-management-with-em-and-web-services-manager/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.478 seconds -->
