Comprehensive List of Oracle/OCS Portlets

Hello,
I am looking for a comprehensive list of all prebuilt portlets available for Oracle portlet, particulary for OCS. I have seen it stated that there are 250-400 existing portlets, but haven't found them all listed in one place.
Thank you,
Guy Gilstrap

See item #2 in http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14266/policies.htm#sthref951

Similar Messages

  • Comprehensive list of ports used by Oracle

    Does anyone know where I can find a comprehensive list of the ports used by all Oracle products?

    Solved it, its in the Chapter 7 of the admin guide

  • List of Oracle Reports run through Oracle Portal.

    Hi,
    It's possible that I am posting my message to a wrong Forum. If that's so, please let me know (and the correct forum too).
    I have several Oracle Reports that are run through Oracle Portal (when user clicks a link for a report). I want to get a list of all such Oracle Reports in one go as I need to modify all of them. At the moment, to get the actual report name that I need to modify I am following the steps below.
    When I am at 'Oracle Reports Security' page (in the Portal) where there is a section 'Reports Definition File Access',
    1. I click list icon without entering any value in the box. It shows me a list of all report definitions.
    2. After selecting a report definition, and clicking Edit, it shows me 'Manage Component' page. There are several links available. One of them is 'Edit'.
    3. I click 'Edit' and it shows me the actual 'Oracle Reports File Name'. This is the file I need to work on.
    But instead of following the above steps for each of the several reports I need to modify, is there any way, say by running a SQL query, to find out the actual Oracle Reports file names?
    The 'Manage Component' page shows 'Run Link' and links for 'PL/SQL source'. I tried to search for the schema name and package name in the database (by connecting as SYS user). However, I found neither the Schema not the Package.
    Hope my question is clear. In brief, I want to get a list of Oracle Reports file names that are run through Oracle Portal.
    Any questions, please let me know.
    Thanks and regards,
    Manoj.

    Jim,
    Did you ever try to add Reports portlet as an item, so that user can click on each item to customize/schedule the report? You can have 50 of them, if that is what you really need.
    Any reason why you want to create custom user interface, instead of using this vehicle that Portal provided by default?
    You mentioned "The report Portlet ... does not allow customization." Actually, it does. You can do it by clicking on the Customize link of the Reports portlet.
    Hope this helps,
    -Jeff

  • Install of the OCS portlets on Weblogic Portal 8.1

    is anybody who has installed the whole stack of Collaboration Suite on a Weblogic Portal v8.1?
    if yes, had you encounter any problems? do you have some tips ? or documentations ?
    do you keep the WebCache in front of the WLS ?
    do you keep the HTTP Server in front of the WLS ?
    Thanks you

    As far as I know, OCS portlets are specific to Oracle Portal, therefore they can't work on other portals easily, if not at all.
    2 solutions :
    1) wait for ORacle to release JSR-168 compliant portlets (portable portlets ;-) )
    2) develop you own portlets for BEA. OCS includes a whole bunch of web services that you can easily call from a java portlet, and you can use LDAP indentification on OID or even integrate into SSO, as an external application (quite easy also), or as a partner application (more difficult but better integration).

  • Comprehensive list on enterprise vs. standard features

    Is there any sort of comprehensive list comparing features of Oracle standard 9i vs enterprise.
    It is easy to find the high level add ons like partitioning. However I know that at one time bitmap indexes were only in enterprise, is this still the case. Also query re-write, all materialized view functionality, com automation etc. It is very difficult to make the decisions without the ability to compare the functionality.
    Thank you

    No the Enterprise License is for a single server with up to
    two(2) CPUs.
    Four(4) CPU's on a single box requires two licenses.
    Enterprise has the ability to create multiple instances of
    ColdFusion
    running on the same box. You could have seven instances on a
    physical
    each doing their own thing, if you had a beefy enough box.
    There is a difference between Standard and Enterprise on
    boxes with
    virtualization as well, but I am not confidant enough in this
    aspect to
    offer a recommendation.

  • OCS Portlet on Portal 10.1.4

    During installation OCS 10.1.2 on OAS 10.1.2.0.2 (Portal 10.1.4 :( ):
    Install OCS Infra on different DB (sid=ocs).
    Installing OCS apps to ocs and during config Oracle Collaborative Portlets CA i get the error like
    Invalid Portal Schema Version: 10.1.4.0.0
    Supported Portal Schema Version(s) are: 9.0.2.6, 10.1.2, 9.0.4
    Installer Exception
    oracle.webdb.utils.PortalExceptionImpl: Invalid Portal Schema version
    at oracle.portal.PortalException.<init>(Unknown Source)
    at oracle.webdb.ohs.install.InstallException.<init>(InstallException.java:24)
    at oracle.webdb.ohs.install.Installer.performInstallation(Installer.java:688)
    at oracle.webdb.ohs.install.Installer.main(Installer.java:707)
    i cant uninstall patch 10.1.4 and cant install OCS AS.
    Help.
    I'm realy don't want reinstall all: OAS Portal, OAS BPEL, OAS OCS
    Help.
    Thanks

    Don't use the AS portal with OCS it's better and recommend by Oracle to user the portal that comes with OCS. The portal that comes with OCS is the full blown portal unlike the version that came with 9.0.4.x.
    I think you would be better off uninstalling and starting over. It might be a little more work now but you'll be happy you did.

  • OracleAS - NULL ProviderSession after 15 minutes (Using Oracle PDK Portlet)

    We have recently deployed an oracle pdk portlet java application (developed in JDeveloper 10.1.2.1) to an OC4J on a server running OracleAS 10g (9.0.4).
    We are currently facing issues where our ProviderSession becomes null after 15 minutes.
    In our jsp's we implement the following:
    PortletRenderRequest pReq = (PortletRenderRequest) request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    ProviderUser pUser = pReq.getUser();
    ProviderSession pSession = pUser.getSession(false); In our provider.xml file within our JDeveloper project/portlet we have set the following tag: <session>true</session>. In the provider itself, under the User/Session Information section, we have selected the User option, set the Login Frequency to Once Per Session and checked the box labeled 'Require portal user specific session information'.
    In our web.xml file within our JDeveloper project/portlet we have set the following tag: <session-config><session-timeout>35</session-timeout></session-config>
    As long as we stay within our portlet we don't seem to lose our ProviderSession, but after 15 minutes, if we try to access the portal page (to switch the language on the page for instance) the ProviderSession is null. This operation always works when we are under this 15 minute limit.
    We have tried to change opmn.xml (increasing OC4J start timeout from 900 seconds to 1200 seconds),
    modplsql conf (PlsqlIdleSessionCleanupInterval, changed from 15 to 30 minutes) and we have also tried disabling the Global Inactivity Timeout variables, but no luck as of yet.
    Any help would be much appreciated !
    Thanks

    HI
    i am also facing same problem with session but in simple portlet with ajax implementation.
    i am setting session in portlet jsp with following code using oracle application server portal 10g.
    (here portlet jsp means which is included from portlet.)
    session.setAttribute("map",map);(here session is implicit object )
    i want to call ajax jsp from portlet jsp with below code.(i.e setting session in portlet jsp and accessing in ajax jsp)
    var url = "<%=renderRequest.getContextPath()%>/AjaxProcessRequest.jsp?q=" + random;
    var pars = '&namespace=<portlet:namespace/>' +'&imagesPath=' + '<%=imagesPath%>';
    var myAjax = new Ajax.Updater(
    {success: 'emailbody'},
    url,
    method: 'get',
    parameters: pars,
    onFailure: reportError,
    evalScripts: true
    i am accessing map object from session in my AjaxProcessRequest.jsp as shown in below code.
    Map map=(Map)session.getAttribute("map"); (here session is implicit object )
    here map object is getting null from session.
    Please help on this if u know about this session.
    Regards
    Raju

  • Oracle BI Portlet -Authentication Error  in WebSphere Portal

    We have deployed the oracle BI Portlet in WebSphere Portal Server.
    We have made necessary changes in the portlet.xml and created the credential vault to store user information as well .
    Our WebSpere Portal is integrated with LDAP Server .
    When the Portal Admin logs in he can see the reports in Oracle BI Portlet ......however a non admin user gets the following error message.
    Authentication error. Details: An invalid User Name or Password was entered.
    Can someone plz help.

    Hi
    I am trying to integrate OBIEE 10.1.3.4.1 with Websphere Portal.
    I perform following steps :
    1. Installed OBIEE and created a report at url "http://punitp63969d:9704/analytics/saw.dll?Dashboard"
    2. Modified portlet.xml of sawjsr168portlets.war as follows
    <preference>
    <name>oracle.bi.presentation.sawserver.URL</name>
    <value>http://punitp63969d:9704/analytics/saw.dll?Dashboard</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName</name>
    <value>Administrator</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd</name>
    <value>Administrator</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.websphere.SuperuserSlotId</name>
    <value>sawseveradmin</value>
    <read-only>false</read-only>
    </preference>
    where Administrator/Administrator is user-id/password for OBIEE and
    sawseveradmin is name of credential vault in WebSphere-Portal.
    3. Deployed the war on WebSphere Portal and got portlet disable with following error in log :
    WSVR0200I: Starting application: PA_SAWReport
    9/4/09 18:42:52:067 IST 000001ff ApplicationMg A WSVR0204I: Application: PA_SAWReport Application build level: Unknown
    9/4/09 18:42:52:708 IST 000001ff WebGroup A SRVE0169I: Loading Web Module: SAWReport.
    9/4/09 18:42:52:973 IST 000001ff VirtualHost I SRVE0250I: Web Module SAWReport has been bound to default_host:10000,:80,:10002,:10015,:10016,:443,:10023,:10026,:10040,:10035.
    9/4/09 18:42:53:130 IST 000001ff ApplicationMg A WSVR0221I: Application started: PA_SAWReport
    9/4/09 18:42:59:692 IST 00000037 WebContainer E SRVE0255E: A WebGroup/Virtual Host to handle /searchfeed/myserver/scopes has not been defined.
    9/4/09 18:43:26:458 IST 00000037 WebContainer E SRVE0255E: A WebGroup/Virtual Host to handle /searchfeed/myserver/scopes has not been defined.
    9/4/09 18:43:50:318 IST 000000a5 ServletWrappe I SRVE0242I: PA_SAWReport [wps/PA_SAWReport] Oracle_Business_Intelligence_Report_View_Portlet: Initialization successful.
    9/4/09 18:43:50:521 IST 000000a5 MimeResponseI E com.ibm.ws.portletcontainer.core.impl.MimeResponseImpl getWriter EJPPC0176W: Invalid content type
    9/4/09 18:43:50:661 IST 000000a5 ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: Oracle_Business_Intelligence_Report_View_Portlet. Exception thrown : javax.servlet.ServletException: java.lang.IllegalStateException: No content type set.
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:369)
    Caused by: java.lang.IllegalStateException: No content type set.
         at com.ibm.ws.portletcontainer.core.impl.MimeResponseImpl.getWriter(MimeResponseImpl.java:114)
         at com.siebel.analytics.web.portlets.jsr168.ReportUI.checkUser(ReportUI.java:852)
         at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:167)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
         at com.siebel.analytics.web.portlets.jsr168.ReportUI.doDispatch(ReportUI.java:1058)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:128)
         at com.ibm.wps.propertybroker.standard.filter.C2APortletFilter.doFilter(C2APortletFilter.java:185)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:120)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:573)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:114)
         at com.ibm.isclite.container.collaborator.PortletServletCollaborator.doRender(PortletServletCollaborator.java:68)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
         at com.ibm.ws.portletcontainer.rrd.RRDServerPortletServletCollaborator.doRender(RRDServerPortletServletCollaborator.java:123)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
         at com.ibm.ws.portletcontainer.cache.CacheCollaborator.doRender(CacheCollaborator.java:92)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
         at com.ibm.wps.pe.pc.waspc.core.impl.PortletServletCollaboratorImpl.doRender(PortletServletCollaboratorImpl.java:156)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
         at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:273)
         ... 219 more
    Please help me resolve this issue.Thanks in advance.

  • Where is there a comprehensive list of Icons and what they stand for, represent, and/or mean

    Where is there a comprehensive list of icons that shows what each stands for, represents, or means?
    Specifically the small box near the pointing mouse or hand.

    That small box is probably the tooltips box discussed in the following thread. See if '''cor-el''''s solution works for you as it did for the original poster in that thread.
    https://support.mozilla.com/en-US/forum/1/544389?

  • How to implement a linked list in oracle ?

    HI All
    I want to know if there a way to implement a linked list in oracle ?
    Thanks in Advanced
    Naama

    A linked list is an array of the relevant data plus an indicator of the next and previous entries, right?
    Sounds easily achievable with any of the plsql collection types.
    The simplest would be a plsql associative array of a record
    Assignments of records in collections is always a bit hamfisted compared to sql objects types though (IMO).
    Something like ?
    DECLARE
    TYPE r_payload IS RECORD
    (col1 number,
      col2 number);
    TYPE r_array_entry is RECORD
    (prev_entry PLS_INTEGER,
      next_entry PLS_INTEGER,
      payload    r_payload);
    TYPE t_array IS TABLE OF r_array_entry INDEX BY PLS_INTEGER;
    v_array t_array;
    BEGIN
    NULL;
    END; 
      The use case for such a structure in properly coded SQL & PL/SQL is possibly the harder question.

  • Where is a comprehensive list of error codes?

    I keep looking for a comprehensive list of all error codes sorted by number.  If, for example, something reports an error like "An error of type -1409 has occurred.", it seems there must be a list somewhere of descriptions of errors of type -1409.  Is there?  Does such a list exist?
    If not, can you help me understand why not?
    --Gil

    Thanks for the suggestions.  I sent Kevin a message...
    Hi, Kevin--
    Thank you for compiling a very large list of Mac error codes.  I just got one that's not on your list, -1409.  I'm not sure what caused it.  I got it when I tried to run an AppleScript...
        set aFileRef to open for access file "MBProHD:Users:gil:aPackage"
    where aPackage was a package, instead of a file.  Not sure what it means.
    --Gil
    I  tried Googling "An error of type -1409 has occurred."  It got a large number of hits; however most were of the form "Try this and see whether it goes away."  In other words, no definition.  Then I found one thread where a Senior Member posted a definition without attribution...
    Error: -1409
    Macintosh system error (-1409) * Named fork does not exist */ error
    The info we have on this error means that some part of the OS is damaged or missing, (assuming that the HD directories & such aren't messed up). Try reinstalling the last big combo update from Apple. It's possible that you will have to do an "Archive & Install" to repair your system files.
    Now we're getting somewhere, but where did he get that definition?  The source seems to be a 2010 message on the Adobe Reader Bulletin Board.  The contributor's email is marked "private" and it's not obvious how to reach him or her.
    Thanks, WZZZ, for your helpful suggestion. 
    Back to my original question -- Where's the list? -- I guess we're all disappointed to learn that none of us knows where some Apple employee keeps it. 
    --Gil
    P.S.-- I just got word back from Mail about my message to Kevin...
    Delivery to the following recipient failed permanently:
        [email protected]
    Ah, well.  Guess I'm ready to give up now.
    --Gil
    Message was edited by: Gil Dawson

  • How to Set default value to dropdown list in oracle ADF

    hi,
    I need to set default value in the drop down list in oracle ADF.
    If you take in HTML :
    <select>
    <option value="">Select Value </option>
    <option value="saab">Saab</option>
    <option value="mercedes">Mercedes</option>
    <option value="audi">Audi</option>
    </select>
    Like this i need to set default value in drop down llist in oracle ADF.
    Thanks and Regards,
    M. Ramu.

    Hi Ramu,
    Please be more clear on ur post whts ur Jdev version and wht type of dropdown u r using model driven or static list..?????
    Its hard to help u without proper info..
    Just have a look into this before u post a thread...
    https://forums.oracle.com/forums/ann.jspa?annID=56
    Regards,
    Suganth.G

  • Delegated task not listing in the BPEL Portlet when logged in as that user

    Hi All,
    A task delegated to say a user JCOOPER (which is picked from OID) is not listing in the BPEL Portlet when logged in as user jcooper...
    Is there any workaround to solve this issue?The issue persists in PROD environment..Somebdy pls suggest..
    Thanks,
    ChitraDevi D

    Hi All,
    Any body pls help out for this issue
    Thanks,
    ChitraDevi D

  • In-list: does oracle follow the order of the items in the in-list?

    We have a partition table, each partition has one day's data. And we are using 4 partitions, every day the oldest partition will be truncated so that it could be reused next day. Some data will be sit in more than 1 partitions, and we need to get the newest data. The current partition has a partition_key=MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') + 1, 4).
    If oracle obeys the order of the items in the in-list, then the following sql should work and has the least cost. But I am not sure whether oracle run time engine will obey the order. I recalled Lewis had said run time engine might not follow the plan in the execution plan (explain plan).
    select *
      from tab
    where id=:id and partition_key in
           (MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') + 1, 4),
            MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') , 4),
            MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') -1, 4),
            MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY')-2, 4)) and rownum=1;If oracle doesn't follow the order in the in-list, does oracle follow the order of subquery in "union all", such as
    select * from
           select * from tab where where id=:id and partition_key =MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') + 1, 4)
              union all
           select * from tab where where id=:id and partition_key =MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') , 4)
              union all
           select * from tab where where id=:id and partition_key =MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') - 1, 4)
              union all
           select * from tab where where id=:id and partition_key =MOD(TRUNC(SYSDATE) - TO_DATE('01-JAN-2005', 'DD-MON-YYYY') - 2, 4)
    where rownum=1

    Is there an Oracle version number on your database?
    Is "Lewis" Jonathan Lewis? If so please post a link to his comment so we can read it and understand what you are referring to.
    If your table is indeed partitioned then please post the DDL that created it ... not every column but at least the partition key
    and the partioning template.
    Please also post your explain plan report generated from your DML statements by dbms_xplan.display.
    We can not help with what we can not see.

  • Comprehensive list of Visual C++ breaking changes in Visual Studio

    Where can I find a comprehensive list of Visual C++ breaking changes in Visual Studio 2008 and Visual Studio 2010?
    The list of breaking changes mentioned in MSDN is not exhaustive.
    I would narrate a small incident where I felt the need of having such an exhaustive list.
    A third party developer was using the older version of my application which is built in Visual Studio 2005. He was trying to build his own DLL using the API exposed by my application, but in Visual Studio 2010.
    The API, unfortunately passes STL objects viz. std::string. We know this is
    catastrophic and evidently the third party developer encountered run-time issues with his code- a crash during string manipulation.
    After some digging I discovered that that the binary layout of Visual Studio 2005 std::string is different from the Visual Studio 2010 version.
    For reasons best known to the third party developer, he was not able to move back to Visual Studio 2005 and insisted on using Visual Studio 2010. For the above issue I suggested him a workaround for std::string manipulations( create a new string class that
    will emulate the memory layout of Visual Studio 2005 std::string).
    Likewise, I would like to know all the changes (breaking changes) in Visual Studio 2008 and Visual Studio 2010 so that I can warn the third party developer about the use of the objects that have changed.

    Of course it is even worse that what Mike said:  If you expose STL in your DLL interface, you have to impose a lot of other requirements on the consumer of your DLL (or provide many copies of your DLL each built a different way).  This includes
    things like:
    _HAS_ITERATOR_DEBUGGING
    _SECURE_SCL
    Debug versus Release
    Static versus dynamic linking of the CRT
    (Actually if the consumer is statically linking the CRT I don't know if you can make STL work at all unless you only use custom allocators as memory allocated by one instance of the CRT will be freed from the other instance of the CRT)

Maybe you are looking for

  • Query and update a table/view

    What is the best & fastest way to do this? 1) Put up a query input region for users to enter parameters. 2) Run a query on a table/view using those parameters. 3) Allow the output in (2) to be modified by user (multiple rows at a time) and then Submi

  • IPad , no sound with kids games - how do i fix

    jsut downloaded my first pbs kids games. there is no sound in any of the downloads.  can someone advise.  there is sound with music albums. 

  • Use of  wsdl:binding

    Hi to All, Iam new to web services. Plz can any body explain the use of *<wsdl:binding>* element in wsdl file.

  • Selecting an area in canvas

    Hi all, I have a canvas inside an application. I want to select a rectangular area inside the canvas, just like  we use to select text in MS Word , i.e, by dragging the mouse by left click.  i know it can be done by Mouse_UP and Mouse_DOWN events, bu

  • I have a recorder that outputs wma files. How can I get garageband to use my wma files?

    I have a recorder that outputs wma files. How can I get garageband to use my wma files?