<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="0.92">
<channel>
	<title>Online Apps DBA</title>
	<link>http://onlineappsdba.com</link>
	<description>One Stop Shop for Apps DBA's</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:40:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Configuring Lost Password management in Oracle Access Manager</title>
		<description>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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/11/configuring-lost-password-management-in-oracle-access-manager/</link>
			</item>
	<item>
		<title>OAM integration with WebLogic for different versions</title>
		<description>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'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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/09/oam-integration-with-weblogic-for-different-versions/</link>
			</item>
	<item>
		<title>Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)</title>
		<description>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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/08/disater-recovery-documentation-for-oracle-weblogic-server-11g-fusion-middleware/</link>
			</item>
	<item>
		<title>Issues in WebLogic Portal integration with Oracle Entitlement Server</title>
		<description>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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/04/issues-on-weblogic-portal-integration-with-oracle-entitlement-server/</link>
			</item>
	<item>
		<title>Supported WebLogic and JDK versions for Oracle Entitlement Server</title>
		<description>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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/03/supported-weblogic-and-jdk-versions-for-oracle-entitlement-server/</link>
			</item>
	<item>
		<title>Migrating  Non ASM DB to ASM DB</title>
		<description>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
--------------------------------------------------------------------------------
/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
--------------------------------------------------------------------------------
/oracle/DEVEL/control01.ctl
SQL&#62; select MEMBER from v$logfile;

MEMBER
--------------------------------------------------------------------------------
/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; ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/03/migrating-non-asm-db-to-asm-db/</link>
			</item>
	<item>
		<title>Duplicating the DB from PRODUCTION to DEVELOPMENT using RMAN</title>
		<description>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  ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/03/duplucating-the-db-from-production-to-development-using-rman/</link>
			</item>
	<item>
		<title>Exporting and Importing policies in Oracle Entitlement Server.</title>
		<description>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 ...</description>
		<link>http://onlineappsdba.com/index.php/2010/03/02/exporting-and-importing-policies-in-oracle-entitlement-server/</link>
			</item>
	<item>
		<title>Oracle Entitlement Server Patches</title>
		<description>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>
		<link>http://onlineappsdba.com/index.php/2010/02/26/oracle-entitlement-server-patches/</link>
			</item>
	<item>
		<title>Oracle Launches SOA Governance 11g : Enterprise Repository, Service Registry, SOA management with EM and Web Services Manager</title>
		<description>

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 ...</description>
		<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>
			</item>
</channel>
</rss>

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