Oracle BAM 11g report to view WorkItems

Hi,
I have a requirement wherein we need a report displaying WorkItems summary.
The scenario is as follows:
SCNERIO: There's a BPM process in which human tasks are created for different types of approvals. Once a workitem is created corresponding to a human task and assigned to the corresponding user, need to display that in BAM report. Also, the BAM report should have the provision of searching and displaying the workItems based on Assigned User/Title of WorkItem etc. The report will have two panels,one having the dropdowns with various search criteria and a Search button. Once a search criteria is chosen and Search button is clicked, the details of the workItem should be displayed in the other panel.
Questions:
1. Is this possible using BAM 11g?
2. If yes, how and which report type to use?
3. If No, what could be the alternative way of implementing?
Any inputs would be really helpful,thanks.

have u gotta any solution for that ?

Similar Messages

  • Calling stored procedure From Oracle BAM 11g Reports ???

    Is it possible to pass user prompt value from oracle bam11g report  to the stored procedure  as parameter and get data from database and display report on that? 
    Reagrds,
    Ravi yadav

    Hi Gopal,
    Thank you for your reply.
    >Is there any way other than Stored Procedure?
    Can you try configuring sender adapter to poll the data in intervals. You can configure Automatic TIme planning (ATP) in the sender jdbc channel.
    I need to select the data from different tables based on some conditions. Let me simplify that.
    Suppose Table1 contains 'n' no of rows. For each row, I need to test two conditions where only one condition will be satisfied. If 1st condition is satisfied, then data needs to be taken from Table2 else data needs to be taken from Table3.
    How can we meet this by configuring sender adapter with ATP?
    ================================================================================================
    >How to handle Data Types as data is coming from two different tables?
    If you use join query in the select statement field of the channel then whatever you need select fields will be returned. This might be fields of two tables. your datatype fields are combination of two diff table.
    we need to take data only from one table at a time. It is not join of two tables.
    ================================================================================================
    Thanks,
    Jyothirmayi.

  • Oracle BAM 11g - Deployments and development questions

    Hi!
    I have few questions related to Oracle BAM 11g developement and deployment processes. We are going to use that together with Oracle SOA Suite 11g ( BPEL / BPM processes), and now my questions are related to development phase:
    1. If we have two or more Oracle BAM developers with their own Oracle BAM server instances, and we would like to share our development work, should/can we you same database repository to share the reports, data objects?
    2. How we can copy Oracle BAM Data Objects, Reports etc from one environment (dev) to other environments (test, accept test, integration test, production) ? In software deployment projects (like Spring or Grails web-projects) we have used version control system and CI to build packages to different environments etc. How is the Oracle BAM deployment process actually "planned to be" since it uses its database repository to store objects and reports ?
    3. The Oracle BAM itself has nice reports etc (Oracle BAM Client) that can be used using IE browser. How if we have to show/include those reports from Oracle WebCenter Spaces ? Is it possible and how?

    Hi,
    Were you able to find the answer to your questions? Especially the one, showing BAM reports in Webcenter Spaces?

  • Oracle BAM 11g separately on Linux

    Oracle BAM 11g can be installed as a separate component in Linux, without installing all the SOA Suite 11g?

    Sbaldwa Thanks,
    this link explains that although BAM comes in the same installer for the SOA Suite,
    can be installed independently, and work with other databases not just with Oracle

  • ADF Framework with Oracle BAM 11g

    Can any one guide me for integrating Oracle BAM 11g with Oracle Application Developement Framework (Oracle ADF) ?Thanx in advance.
    Thanks & Regards,
    Amik

    Take a look at BAM Data Control functionality.
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bam_data_control.htm

  • Oracle BAM 11g : bam-rcu.bat fails

    Hi all,
    When installing BAM 11g (tp4 download), & when i run the bam-rcu.bat, it strucks in between & throws the following error :
    D:\BAM\BAM_OC4J_HOME\bin>bam-rcu.bat
    Buildfile: D:\BAM\BAM_OC4J_HOME\bin\..\install\bam\rcu-tasks.xml
    create-bam-schema:
    [echo] bam.jdbc.connectstring=10.176.231.205:1521:aih1
    [echo] bam.jdbc.url=jdbc:oracle:thin:@10.176.231.205:1521:aih1
    [echo] bam.db.user=ORACLEBAM
    [echo] bam.db.password=bam
    drop-and-create-bam-user:
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @dropuser_bam_oracle.sql ORACLEBAM ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:55 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: DROP USER &bam_user CASCADE
    [exec] new 1: DROP USER ORACLEBAM CASCADE
    [exec]
    [exec] User dropped.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @createuser_bam_oracle.sql ORACLEBAM bam SYSTEM TEMP ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:56 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: CREATE USER &bam_user identified by &bam_passwd
    [exec] new 1: CREATE USER ORACLEBAM identified by bam
    [exec] old 2: default tablespace &def_tablespace
    [exec] new 2: default tablespace SYSTEM
    [exec] old 3: temporary tablespace &temp_tablespace
    [exec] new 3: temporary tablespace TEMP
    [exec]
    [exec] User created.
    [exec]
    [exec] old 1: grant connect, resource to &bam_user
    [exec] new 1: grant connect, resource to ORACLEBAM
    [exec]
    [exec] Grant succeeded.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    sql-based-cacheinit:
    [copy] Copying 1 file to D:\BAM\BAM_OC4J_HOME\rcu\integration\bam\sql
    [sql] Jun 12, 2008 12:25:57 AM oracle.jdbc.driver.OracleDriver registerMBeans
    [sql] SEVERE: Found Oracle Apps MBeanServer but the getMBeanServer method threw an exception.
    [sql] java.lang.reflect.InvocationTargetException
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:274)
    [sql] at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:224)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:220)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at java.lang.Class.newInstance0(Class.java:350)
    [sql] at java.lang.Class.newInstance(Class.java:303)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getDriver(JDBCTask.java:379)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:319)
    [sql] at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:414)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [sql] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [sql] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [sql] at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [sql] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [sql] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [sql] Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProvider
    Impl
    [sql] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [sql] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [sql] at java.lang.Class.forName0(Native Method)
    [sql] at java.lang.Class.forName(Class.java:242)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1687)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:156)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:164)
    [sql] ... 46 more
    BUILD FAILED
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:90: The following error occurred while executing this line:
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:103: java.sql.SQLException: ORA-01017: invalid username/password; logon d
    enied
    Total time: 6 seconds
    Any idea why this error ? & do i need to set anything ?
    Regards,
    Subba

    It's weird - it says it created the db user fine and then when it goes to use it, it says invalid credentials.....maybe you can find out more from the logs. Look in
    D:\BAM\BAM_OC4J_HOME\install\bam\bam-config.log
    and also
    D:\BAM\BAM_OC4J_HOME\j2ee\home\log\bam\oraclebam.log
    Also, you are using a database version that is explicitly listed as excluded from being supported in 11 - it's hard to say whether that is the reason for this error. If you could upgrade or switch to XE that would be worth trying.
    Heidi.

  • Show drill down with in same page in Oracle BAM 11g

    Is it possible to show drill down report with in same report page?say once i open a report A, user can see only report A.Once i drill down to next level the report page will show report A and next drilled reoprt say report B and like this.

    You mean to say you have two different reports like a master summary report and second as detailed report or you are just using bam hierarchichal drilling to drill down to the lower level detail?
    BAM driving feature works on the two views in the same report like you have a list view at top of report and a pie chart view at the bottom, then you can pass parameters(like cliking on a row of list will pass parameter to the bottom view) from the top view to the bottom view and depending upon the parameter passed, the bottom view will get updated. In this case, you can see both the views simultaneously on the same page.

  • I need the one report in oracle bam

    i need the one report in oracle bam, My report requirement is show the employee name and employee name count from employee data object.
    below i have mentioned the format of report,
    Example :
    Employee_name Employee_name_count
    Ravi 25
    Ragul 50
    Ramesh 100
    Siva 75
    <null> 50 -----> incase have the null value in employee name column,
    need to disply null count also
    total 300
    Notes:
    i) Column heading is important
    ii) Need to display the employee name and employee name count (same column used to display)
    iii) Null count also important.
    iv) total count also important
    So kindly tell me which report format or chart format sutiable for this above scenario.
    Thanks in advance

    You can use Summary crosstab view of BAM for your requirement.
    Here are the steps that -
    1) I am assming a data object with two fields -
    name count
    pravin 25
    pravin1 50
    null 20
    2) In BAM ActiveStudio web apps, create a new report, selected Summary crosstab view type.
    3) In View editor, select the data object created in step 1
    4) In Choose Fields step, select the rows (here name )and values (here count)
    5) In Summary step, select teh Values as count, summary function as Sum
    6) Next and Finish.
    If this answer satisfies your query, please close this thread as answered.

  • A cache exception RenderAgent is not initialized in Oracle IPM 11g

    Hi,
    Any idea what this is error is about I am using Oracle IPM 11g and when viewing the document in the Viewer I am getting the below error. Am using Oracle UCM as the repository.
    A cache exception RenderAgent is not initialized
    Thanks

    Hi,
    We are getting the same error while opening a PDF file in IPM viewer.
    - A cache exception occurred. RenderAgent is not initialized
    We are using IPM version 11.1.1.4.0
    If anyone has found a solution to this issue, kindly share.

  • BAM 11g - creating new report - More options not active

    I am creating new reports in BAM 11g. 11.1.1.3.0 Build 8553
    I can select the Data Object and Data Fields, but.... When I select any of the More options.... such as Create a filter or Create a calculated fied etc... I get the View Prompts screen and I cannot get out of it.
    The Properties object works, but as soon as I go back to the Data Objects - I am on the View prompts screen with several unlabelled tabs... and I can only OK, Cancel or Save.
    If I re-edit the reprt - I go straight to this View Prompts Screen... and can do nothing on the data objects.
    Rebooting makes no difference....
    Has anyone else seen this.
    I am using JDK 1.6.0_14... which i picked up from a post in the forum.... but this has made no difference.
    Thanks
    Cliff

    There must have been a typo or something when I reset the Java version.... re applying the copy of JDK 1.6.0_14 and restarting, Fixed the problem.

  • Creating and Binding View Objects dynamically : Oracle Jdeveloper 11g

    Hello,
    We are trying to create and bind view objects dynamically to adf data visualization components.
    The view object is a result of multiple tables.
    We are using Oracle JDeveloper 11g Technical Preview. ( can't upgrade to TP2 or TP3 now).
    We have found this : http://radio.weblogs.com/0118231/stories/2003/07/15/creatingUpdateableMultientityViewObjectDefinitionsDynamically.html on our search for the same.
    The sample application however, is in 10g , hence required migration.
    Also, it was a standalone application with the TestClient.java having a main() method.
    Our requirement is for Web Application; we use Adf+jsf .
    Guidance of any sort is very much appreciated.
    Thanks in advance.
    -Anil Golla

    Hi,
    there also exist a forum for JDeveloper 11: JDeveloper and OC4J 11g Technology Preview
    What you are trying todo is not trivial because you need to not only dynamically create the VO, you would also dynamically need to create the binding meta data for it (assuming you use ADF). Not sure if the API to modify the binding is public, so posting it on the JDeveloper 11 forum bears a glimpse of hope for an answer
    In JDeveloper 10.1.3 you can't do this
    Frank

  • Calling Report from Oracle form 11g

    I am new to Forms 11g, trying to call report from Oracle forms 11g .
    I want to call report from oracle forms, but its giving error.
    Below is the code
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('empreport'); -- report node in forms builder
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, BATCH);
    set_report_object_property ( repid, report_filename, 'empreport.rdf' ); -- report name
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'RptSvr'); -- report server name
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if
    rep_status = 'FINISHED'
    then
    WEB.SHOW_DOCUMENT('http://inorasrv-pc:7001/reports/dtd/rwservlet/getjobid='||v_rep||'?server='||'RptSvr','_blank');
    else
    message ( 'error while running reports-object ' || error_text );
    message ( ' ' );
    clear_message;
    end if;
    end;
    Above code giving following error :
    Unable to connect to report server RptSvr
    I think my report servername is wrong
    Where to find report server name in 11g.
    I am Using weblogic server, so can i give weblogic server name
    Thanks in advance.
    Edited by: parapr on Aug 17, 2012 1:52 AM
    Edited by: parapr on Aug 17, 2012 3:21 AM

    Hi,
    You have to have the report server
    a. Installed and configured
    b. Running.
    See
    http://docs.oracle.com/cd/E21764_01/bi.1111/b32121/pbr_strt001.htm
    http://docs.oracle.com/cd/E17904_01/bi.1111/b32121/pbr_verify004.htm
    http://docs.oracle.com/cd/E17904_01/bi.1111/b32121/pbr_conf003.htm#i1007341
    If you are using rwservlet then you will find the name from the Configuration file referred to in the last link.
    Cheers,

  • Oracle Reports In Oracle Forms 11g Parameter problem.

    Hello techies,  
                I am using Weblogic server 10.3.5 with oracle forms 11g at windows 7.I have a report that is Bar_code.rdf.It has two parameters as:
    P_1---->character type---->accepts the options(barcode generated or barcode not generated)
    P_2---->Number type------->accepts the subgroupitemId.
    This report is well working with oracle report builder. Now I tried to run it from my oracle forms.It runs but it does not accept Parameter P_2. I have used
    sParms := 'P_1='||:L_BAR||' P_2='||TO_NUMBER(:TXT_ITM_GRP);
    set_report_object_property(roRepid,report_other,sParms||' paramform=yes');
    set_report_object_property(roRepid,REPORT_SERVER,sReportServer);
      v_rep := RUN_REPORT_OBJECT(roRepid); 
    sJob := SUBSTR(v_rep,LENGTH(sReportServer)+2);   --
    But there is a parameter form is shown but when i click submmit query the,,,,there is
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    please give me the solution
    thank you
    regards
    aaditya

    Hi
    are there character symbol appeared in your parameter ?
    i've suffering for some unexpected error for parameter value end up with slash , like D:\temp\   ....
    and oracle sr (support) says that with workaround mechanism (add additional slash like D:\temp\\ ) they have not plan to fix this issue .
    hope this helpful for you.

  • Report Instance not getting started in Oracle Fusion Middleware 11g Report

    Hi
    Report Instance not getting started in Oracle Fusion Middleware 11g Report Instance Error
    Rep-50125 Java.lang.nullpointerexception
    I just installed Oracle Forms,Reports 11g 11.1.1.3.0 in my machine
    Even I started opmnctl(Oracle Process Management Control). Its too running fine.
    Please Guide me the settings need to do to start the report instance.
    Regards
    Murali N S

    Hello,
    Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
    Regards

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

Maybe you are looking for

  • Help needed to setup to Network Print Server

    Hi, I am trying to configure the following to print from my Mac: D-Link DP-301U USB print server HP Color LaserJet 3500 MacBook Core Duo OS X 10.4.8 Very little information is available on both D-Link and HP website. The D-Link installation guide say

  • Wrong Accounting Entry for Rejection Excise Invoice through J1IS

    Dear Experts, When we are doing Rejection of Excise Invoice through J1IS, a wrong accounting entry is getting generated by system. Where can I check the settings for Accounting Entry for Rejection Excise Invoice? Thanks & Regards, Reshma

  • Bi Publisher Action  properties disabled

    Hi  All, We are using obiee  11.1.1.6.2  enterprise edition.I logged in as BIAuthor  and accessing publisher reports ,on right hand side top p ortion we have action  button and we have options ,in that one option called SEND was disabled.Can anyone t

  • Not a mp3 player :(

    Thursday, May 31, 2007 Good Morning, I finally got thru to get some answers from you service department. I wanted the iPhone but it does not play video or music in or to a car mp3 device. This is a bummer and I hope you all add these options to the n

  • WPA Personal vs. Enterprise?

    Hi, A couple of questions... 1) what is the difference between WPA/WPA2 Personal vs. WPA/WPA2 Enterprise? When should I use Personal and when should I use Enterprise? 2) I have my WRT54G configured to use WPA2 Personal currently. My laptop with Windo