OIA 11 g and 11g of IOM on WebLogic integration

I followed the instructions for the integration of IOM and OIA from this location:

http://wikis.Sun.com/display/OIA11gDocs/integrating+with+Oracle+Identity+Manager

With the exception that there are typos on step 2:

xlUtils.xls is actually xlUtils.jar
xLVO.jar is xlVO.jar

When I try to start the application, I get the following error:

14:10:13, 922 ERROR context initialization failed [ContextLoader]
org.springframework.beans.factory.BeanCreationException: error creating bean with name 'certificationEventListener' defined in ServletContext resource [WEB-INF/idc - context.xml]: cannot resolve a reference to 'rbacxIDCService' of the bean while setting the property "rbacxIDCService" bean nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'rbacxIDCService' defined in ServletContext resource [WEB-INF/idc - context.xml]: cannot resolve a reference to 'rbacxIAMService' of the bean while setting the property "rbacxIAMService" bean nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'rbacxIAMService' defined in ServletContext resource [WEB-INF/iam - context.xml]: cannot create the inner bean "com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl #6ba00355" type [com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl] all by setting the bean property "target"; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name ' com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl #6ba00355 "defined in ServletContext resource [WEB-INF/iam - context.xml]: could not resolve reference to bean"IOM"setting bean property"iamSolutions"with key [TypedStringValue: value [oracle], the type of target [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'IOM' defined in ServletContext resource [WEB-INF/iam - context.xml]: instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/thortech/xl/util/ThorException
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged (Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:377)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:1267)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Any ideas on what is wrong?

The solution is to include a few additional files of OIM 11 g jar (it is a bug not documented at Oracle).

CP ${IAM_ORACLE_HOME}/server/client/oimclient.jar ${RBACX_HOME} / rbacx/WEB-INF/lib
CP ${IAM_ORACLE_HOME}/server/platform/iam-platform-utils.jar ${RBACX_HOME} / rbacx/WEB-INF/lib

I asked a documentation updated without luck, but this action solved the problem.

Tags: Fusion Middleware

Similar Questions

  • Between 10 and 11g

    Hi gurus

    We intend to migrate from Oracle Forms and reports 10g and 11g, my boss asked me to create the checklist for the challenges that we face during the migration, can you guys help me out to create this checklist? Thank you

    The biggest problem is with Java.  According to the version Java you use, you may encounter issues with security features added to Java 1.7 and 1.8.  These problems are documented and there published approved solutions.

    The next issue of the greatest to least I fell on, became the report server configured optimally.  Out of the box, we encountered problems where the reports Server JVM would run out of memory and the report server must be restarted to run reports.

    As for forms and reports 11 g, there are no compatibility or functionality worry deprecated.  In fact, you can continue to develop your forms/States using the builders of 10 GB if you wish.  Installation of the Developer for 11g is quite a little pluse 10g and I know a couple of people who have opted to continue using 10g on workstations from the developer for this reason.  However, if you choose this option, you will not be able to use the features in 11g.

    Craig...

  • Difference between Standard 10g and 11g Standard edition.

    Hi all

    I tried Googling to find the difference between the Standard of 10g and 11g Standard editions, but couldn't find what I want.

    Y at - it links you want to share.

    Thank you

    Hello

    I tried, please check

    http://docs.Oracle.com/CD/B19306_01/license.102/b14199/editions.htm#BABJICBB (10 G based on the edition functions)

    http://docs.Oracle.com/CD/B28359_01/License.111/b28287/Editions.htm#DBLIC116 (11 g features based on edition)

    Just compare the two.

    Hope that helps.

    -Thank you

    Pavan Kumar N

  • Issue of upgrade of database (10g and 11g)

    Hello

    I currently have 2 versions of oracle installed on my server 10g and 11g

    (1) oracle Database 10 g Enterprise Edition Release 10.2.0.5.0

    With oracle-/oracle/app/oracle/product/10.2.0/db_1 House

    &

    (2) oracle Database 11 g Enterprise Edition Release 11.2.0.3.0

    With oracle home-/u01/app/oracle/product/11.2.0/dbhome_1

    Is it possible level Oracle database 10g Enterprise Edition Release 10.2.0.5.0 to Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 using the oracle same House for 11 g IE (/ u01/app/oracle/product/11.2.0/dbhome_1) the process of DBUA

    Would appreciate any help on this matter.

    Yes - pl see the Upgrade Guide - http://docs.oracle.com/cd/E11882_01/server.112/e23633/toc.htm

    You can skip the part of the doc where it plans to install 11 GR 2, since you already have installed binary files.

  • RPD 10 g and 11g upgrade

    Hello

    I've upgraded (samplesales SPR/catalog) between 10 and 11g. After this process, when I connection with the WEBLOGIC user design services,

    Administration Presentation services not appearing option do not

    Please advice

    Kind regards

    Kulkarni

    Do not change your answers, just respond again.

    Can you do that, go to http://hostname:9704/analytics/saw.dll?Admin or http://hostname:9704/analytics/saw.dll?PrivilegeAdmin and are looking for access to the control of the Administration if it has the role of user/BIAdministrator weblogic

  • Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    Hello

    Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    We migrated BPEL 10g and 11g. I understand that this integrated weblogic server is part of jdeveloper.

    Integration of weblogic server allows successful simulation of the weblogic Server real 11g which we installed as a separate product?

    or should we connect jdeveloper to weblogic server 11g instead of the integrated weblogic Server?

    Please notify.

    Thank you

    No, built-in weblogic server is not necessary in jdeveloper for bpel upgrade.

    If you are migrating bpel go separate domain and weblogic/managed servers, don't use integrated weblogic.

    Kind regards

    Anshul

  • OAM 10 g and 11g coexistence: form Login Cookie exceeds the maximum limit

    Hi all

    I try to configure the existence of OAM 10 g and 11g co

    I followed the doc:

    http://docs.Oracle.com/CD/E27559_01/doc.1112/e28183/co_oam.htm#BABCIFGF

    When I access a resource of 11g, he is redirected to the authentication scheme set up in OAM 10 g successfully but when I present the credentials, I get below error:

    Bad query Oracle Access Manager

    Form Login Cookie in the requested URL is greater than the maximum permitted limit.

    Pointers for the same thing?

    Thank you

    Hi idmuser,

    I don't know why you would get this message (only) in the integrated environment, but you might follow notes 1124614.1 to see if the increase of the parameter formCookieMaxLength changes the behavior (and also if you have different behaviors in different browsers). The regime applicable to this would probably be a /oam/server/obrareq.cgi protection

    Kind regards

    Colin

  • Oracle 10g and 11g reports

    I recently upgraded from Oracle Forms/Reports 10 g and 11g.  Oracle 10g reports saving as PDF is easily converted into a word document, however, Oracle 11 g converts not as 10 g.  What is the difference and how to make the report of 11g saved in a PDF file be able to convert a Microsoft Word document itself.

    Thank you

    Steven


    Hello

    There is a "known issue" with the PDF file in 11g:

    ALERT: Indicates problems PDF in 11.1.2.1.0 group of fixes for Non-Linux (Doc ID 1522543.1) platforms

    Maybe the problem comes from this 'problem '...

    "Patch Set Exception" exists for this problem.

    Kind regards

  • Oracle10g and 11g with the same SID

    Hi all

    Is it possible to install the same SID for different OracleHomes 10 g and 11g?

    yxes2013 wrote:
    Well, we have 3 exe party apps that create the database by default. and just what we need to create another

    The name of this 3rd party apps that I would never advise a company to buy, or you hurt read the doc again? Have you ever read that 3rd party apps doc?

    Nicolas.

  • Diff between 10g and 11g odi

    Hello

    Can someone answer the major differences between ODI 10 and 11g. Urgent!

    Thank you
    Pop...

    quickly:

    * new user interface: ODI studio with new allow (object open tabs, save button, button cancel...)
    * new object: workload
    * new agent architecture: JEE agent
    * integration with weblogic; ODI console instead of the metadata browser
    * support of the union/intersection /... in interfaces
    * new improved KM and index
    * support of the 'picture of the derivatives' in yellow interface (ie: use request void instead of create the yellow table)
    * Search feature for interface
    * simulation of the code without running the interface
    * support for partitions of tables
    * global scope KM
    * best import/export tool

  • 10g and 11g

    Hello

    I read the various messages about Discoverer 10 g and 11 g upgrade.

    No matter who would be able to tell me the General problems that exist that we must be aware of if we improve to 11g?

    Thank you.

    Leah

    Hi LEA
    I see no major problems that would prevent you from upgrading to 10g and 11g.

    The server underlying application changes to OAS for Weblogic, but put except that you won't see any changes. Certainly more and Viewer function similarly as Admin and office. Even the iitself EUL is 100% compatible between the two. You mind I advise to use a 11g database.

    The tricky part is to understand how to install discoverer 11g and then having someone who can learn to manage the discoverer using Weblogic.

    From the point of view of the end-user, everything will be fine. In fact, in my opinion discoverer 11g works faster than 10g, probably because Weblogic manages web stuff better than the old OAS.

    Hope this helps
    Best wishes
    Michael

  • loadjava - 10g and 11g

    Hello;

    Implementation of this line in 11g:
    loadjava, myUser and password - u - v - r-f./java/MyString/MyStringObject.java
    Everything is OK.

    Running the same line in 10g:
    arguments: '-u' ' myUser/Password' '-v' '-r' '-f' '. / java/MyString/MyStringObject.java'
    Error in the determination of the contained classes dans./java/MyString/MyStringObject.java
    Exception oracle.aurora.sqljdecl.ParseException: lexical error on line 75, column 5. Encountered: '@' (64), after:

    The error is @Override
        /**
         * @see java.lang.Object#toString()
         */
        @Override
        public String toString() {
    Why does this happen?
    Is it possible to fix by changing the loadjava settings?
    Is there an incompatibility between 10g and 11g?

    Thank you.

    >
    Implementation of this line in 11g:
    loadjava, myUser and password - u - v - r-f./java/MyString/MyStringObject.java
    Everything is OK.

    Running the same line in 10g:
    arguments: '-u' ' myUser/Password' '-v' '-r' '-f' '. / java/MyString/MyStringObject.java'
    Error in the determination of the contained classes dans./java/MyString/MyStringObject.java
    Exception oracle.aurora.sqljdecl.ParseException: lexical error on line 75, column 5. Encountered: '@' (64), after:

    The error is @Override

    Why does this happen?
    >
    Why is it? Because the JVM in Oracle 10 g is version 1.4 and the annotation of substitution does not exist in 1.4 since it was added in version 1.5, which is the version of the JVM using Oracle 11 g.
    >
    Is it possible to fix by changing the loadjava settings?
    >
    Non - Java 1.4 cannot, of course, supports a feature that did not exist at the time.
    >
    Is there an incompatibility between 10g and 11g?
    >
    The JVM version included with 11g is 1.5 in 10g is 1.4

    See what's new in 11g Release 1 in the Java Developer's Guide
    http://docs.Oracle.com/CD/B28359_01/Java.111/b31225/whatsnew.htm
    >
    Compatibility with JDK 1.5 Oracle JVM
    Sun Microsystems introduced new features in Java Development Kit (JDK) 1.5. To support these new features and enhancements, Oracle has updated to the last Platform Java 2, Standard Edition (J2SE) Oracle JVM.
    >

    See replacement Type Annotation in the Java API for 1.5
    http://docs.Oracle.com/javase/1.5.0/docs/API/Java/lang/override.html
    >
    Indicates that a method declaration is intended to override a method declaration in a superclass. If a method is annotated with the annotation type but does not override a method of the superclass, compilers are required to generate an error message.

    Since:
    1.5
    >
    And "' NO you can't ' is the answer if you plan to ask if you can replace the version of the JVM in 10g with 1.5 or newer.

    See my response in this thread for a few days.
    Re: uninstall the virtual machine JAVA of oracle 11g

  • Migration of JDev 10 g and 11g, WebLogic questions

    Hi again once, I tried to migrate upward for about two months now and I have not always had success. I stopped the process and re-evaluate my steps, read several different blog posts and came to the realization that I had to remove the old libraries of the ViewController project. I even tested the various updates on different blog sites. Now, I have reached another stop. I get this error related to the FacesContextFactory. The code has already been updated to include a 'utility' file that handles the FacesContext calls but WebLogic repeat myself that it does not find the class. There are two less JDeveloper libraries that contain the correct version of the FacesContextFactory class and they are both included in libraries. I even uninstalled JDeveloper/Fusion Middleware and reinstalled to try to make it work... If someone saw, I would be very grateful. I would like to address programmatic issues on this side and actually get the working code.

    Thank you

    Mr. priester

    [15:33:30] Application deployment...
    < 24 sep 2012 3:33:47 PM CDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1348518811324 'for task ' 0'. Error is: "java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory'"
    java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    Caused by: java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    >
    < 24 sep 2012 3:33:47 PM CDT > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'gathering '. >
    < 24 sep 2012 3:33:47 PM CDT > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    Caused by: java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    >
    [15: 33:47] undeployment.
    [15: 33:47] - incomplete deployment.
    [15: 33:47] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    # Cannot run application Muster because of the deployment on IntegratedWebLogicServer error.
    [Application Muster stopped and cancelled Server Instance IntegratedWebLogicServer]

    What version of 10g and 11g?

    See also
    http://docs.Oracle.com/CD/E26098_01/install.1112/e17074/ojdig.htm#BDCIHDBA
    http://www.Oracle.com/technetwork/developer-tools/jdev/migration-082101.html
    http://www.Oracle.com/technetwork/developer-tools/jdev/desupport11g-087493.html

  • Images after upgrade to 10g and 11g

    We have recently updated to 10g and 11g, and all images are broke in the dashboard.

    Can anyone provide steps must be done in order to correct the broken images?

    Thank you.

    Put image files to

    Drive: \Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\images

    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
    If necessary
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\.appmergegen_1291264099332\analytics.ear\ukjjdc\res\s_blafp\images

    Call using fmap
    Syntax: fmap:images / imagename.imageformat
    for example: fmap:images / geograph.jpg

    Mark correct/good so pls help

  • Upgrade to DB 10g and 11g

    Hi guys,.

    Current version: 10.2.0.5
    Target Version: 11.2.x.x

    I intend to improve my DB from 10g to 11g.
    Before the actual upgrade, I can create a test 11 g environment.

    I've read a few articles and understand the following concepts
    1 create a set of tuning in current 10 g to capture plan and the performance of the sql execution statistics
    2 export the setting of 10 g and 11 g SQL import base
    3 export all data to 10 g and 11 g
    4 to 11 g database, consider whether there is a best execution plan and accept

    For my scenario here, my test 11g environment is not all applications server conneecting to it.
    For my 11g generate other plans, the sql should be run at least once in 11g. As there could be a number of SQLs captured in the tuning set, how I run everything manually (via sql * more) because I did not have a request to call him?

    In fact, my main goal here is to compare the execution between 10g and 11g plan. Already from 9i and 10 g, I have actually generate version manually sql execution plan and compare manually.



    Thank you

    Have you thought about Oracle Real Application Testing - http://www.oracle.com/technetwork/database/focus-areas/manageability/rat-option-11gr2-datasheet-128580.pdf

    Lordane Iotzov

Maybe you are looking for