Integrating Oracle Calendar with Oracle Portal

Hi,
Is it possible to integrate Oracle Calendar with Oracle Portal ? As part of my portal I would like to display the details Oracle calendar contains in a tab ie. today's agenda, accepted meetings, new meetings etc.......
If anyone has done this already or knows of any documentation they could point me at, it would be greatly appreciated.
Thanks,
Ed.

try 10g ocs portelets ........there calander has a portelet that can be enabled or disabled.
Hope it helps
Pankaj
http://blogs.oracle.com/pankaj

Similar Messages

  • Integrating apex form with oracle portal

    Afternoon friends,
    I have got a senario like integrating apex form with oracle portal.I dont have any idea on oracle portals.so please let me know the basic steps on how to go ahead to integrate apex forms with oracle portal and for that what i need to have apart with my database and apex.

    Hello
    Couldn't see my previous post... so here it is again
    We have integrated Apex into Oracle Portal
    Here's how we did it.
    In the portal page, we have created an Element region with the following code:
    <script language="Javascript">
       <!--
       function changeIframeHeight(){
          var ifrmObj = document.getElementById('apexIframe');
          if(ifrmObj) {
             if(navigator.appName=='Microsoft Internet Explorer') { //IE
                ifrmObj.height = ifrmObj.contentWindow.document.body.scrollHeight+20;
             else {
                ifrmObj.style.height = ifrmObj.contentWindow.document.body.offsetHeight+50;
       //-->
    </script>
    <p><iframe width="100%" height="500" frameborder="0" onload="javascript: changeIframeHeight();" src="/pls/apex/f?p=115:10" marginheight="0" marginwidth="0" name="apexIframe" id="apexIframe"></iframe></p>You just have to make sure that the name and id of the iFrame and the elementId in the javascript are the same.
    And change the SRC so that it point you application.
    Hope that helped you.
    Max

  • Oracle UCM with Weblogic portals

    Does any one has idea working with oracle UCM with Weblogic portals. Can anyone suggest any tutorial in online.

    Provided you are using the Oracle UCM Content Adapter for WLP (UCM SPI), using content sourced from UCM in WLP applications is not different from using content from other Repositories.
    See http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/index.html for information on using the Adapter and for tips on content modeling.
    Brad

  • Integrating mod_plsql reports with Oracle Apps. A maddening dilemma.

    I'm hoping there is some guru out there that has the perfect solution to this maddening dilemma I'm facing.
    The crux of the issue is this.
    I've created mod_plsql reports that can accept a session_id with which they can set a user context based on global application contexts set in Oracle applications by users as they log in.
    At this juncture, I have not figured out a way to call those mod_plsql reports from Oracle apps using a variable session_id as defined for the user when they logged into apps.
    My client want to be able to log into Oracle apps and then go to the mod_plsql reports from the Oracle Apps menu and maintain the user session, so that the mod_plsql reports are run using VPD to constrain access to the data they are displaying to that specific user.
    The client does not have Single Sign On installed nor OID.
    I had hoped to pass a variable parameter session_id from the defined menu function that would call the mod_plsql url, but I don't see any way to pass a variable there and am becoming convinced that doing so is not an option. Can anyone confirm this?
    An alternate option I'm considering that seems like it would work is to create a JSP page that gets called from a menu function. In that JSP page, I would retrieve the session_id set in apps based on the context for the user_id that I could retrieve from fnd_global.user_id and assemble a URL with the session_id that the page would then re-route to the mod_plsql page.
    Unfortunately, I'm not versed in JSP.
    How hard would it be to create the sort of page that I'm talking about?
    Would the JSP need to part of OAF?
    Can anyone think of any other options that would take care of the issue I'm dealing with?
    Thanks.
    Kurt

    See answer on other forum: Integrating mod_plsql reports with Oracle apps. Maddening dilemma.

  • Oracle calendar with Nokia phones

    I am planning to buy a Nokia phone (e.g. 6230i). One for me important application is the calendar, and I want to be able to use it in combination with the Oracle calendar I use at work.
    This is for me the best case scenario:
    I plug in my phone to my laptop at work and the phone and the laptop will synchronize automatically, and it will do so untill the end of the day when I go home. This way, I always have an up-to-date calendar with me.
    So far, I have not been able to get good information about the possibilities. I find a lot of information on palm tops and pocket pc's, but I doubt it that I am the only one who wants to us the Oracle calendar with a mobile phone.
    Please let me know what software to use, and (just as important) where to find it.
    Thank you,
    Marco Bouwkamp

    Aside from Lumia 1520 and Lumia Icon, this feature is also available on Lumia 930, 630, 630 Dual SIM, and Lumia 635. Hope this helps.

  • Integration of Apex with Oracle Apps R12

    How can I integrate Oracle Apex with Oracle Applications R12? The requirement is like by clicking a menu the user will see an apex report without giving again the user name and password. By simple menu attachment it's asking for apex login credentials. But I want it will redirect to the apex page without asking for user name and password.
    Anyone please tell the step by step procedure of how to integrate apex with oracle apps R12.
    Please help.

    Hi,
    See below my thread this might be of some help to you. We could successfully integrate EBS and OBIEE.
    Logout link missing upon integrating OBIEE 11g with EBS (Not through SSO)
    Thanks,
    Sri

  • Error while integrating E-biz with Oracle B2B

    I am trying to integrate Oracle apps with Oracle B2B. I have updated Transport Server Details : XML Gateway Inbound/XML Gateway Outbound with IP,user name,password and Sid. Then created an agreement with Internal Delivery Channel as XML Gateway Outbound and Responding Internal Delivery Channel as XML Gateway Inbound. But while validating the agreement it is showing an error as given below.
    AIP-16222: The transport parameter XML Gateway Inbound of trading partner ABC-Host must have no more than one protocol endpoint.
    AIP-16222: The transport parameter XML Gateway Outbound of trading partner ABC-Host must have no more than one protocol endpoint.
    I can see the transport parameter XML Gateway Outbound has an endpoint b2b.ECX_OUTBOUND and transport parameter XML Gateway Inbound has an endpoint b2b.ECX_INBOUND. I have not done any other setting/configurations. Is there anything else to be done?
    Edited by: user11128475 on May 4, 2009 8:47 PM

    Protocol end-point and general end-point are two different things. Protocol end point is combination of IP, Port and End-point for a particular protocol.
    Generally this problem comes in delivery channel configuration. Make sure you are using the existing transport server configuration in case same IP and port is to be given in the configuration of new IDC for same protocol.
    It does not mean that you cannot use different end points. Still you can use different end points with existing transport server configuration.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on May 5, 2009 9:36 AM

  • Integration of Oracle Apex with Oracle Applications R12

    How can I integrate Oracle Apex with Oracle Applications R12? The requirement is like by clicking a menu the user will see an apex report without giving again the user name and password. By simple menu attachment it's asking for apex login credentials. But I want it will redirect to the apex page without asking for user name and password.
    Please help.

    Hi,
    Have a look at this thread.
    Installation Procedure for APEX
    Installation Procedure for APEX
    Regards,
    Hussein

  • How to integrate oracle webcenter with oracle webcenter Sites?

    How to integrate oracle webcenter with oracle webcenter Sites?

    This very much depends on what you mean by the first "oracle webcenter" and what kind of integration you are looking for.
    Oracle WebCenter contains three main product lines:
    - Oracle WebCenter Portal,
    - Oracle WebCenter Sites,
    - and Oracle WebCenter Content.
    Since the newest version 11.1.1.8 it is possible to store Sites' assets in WebCenter Content.
    WebCenter Portal, where the name WebCenter originated from, is another front-end technology, so it would rather co-exist next to Sites than integrate with them. See this thread WebCenter Portal and WebCenter Sites Integration for more details.

  • Oracle Endeca with Oracle Insurance Policy Administration(OIPA)

    Hi All,
    Is there any document/integration installer available for Oracle Endeca with Oracle Insurance Policy Administration(OIPA)?
    Regards,
    Narottam

    I hit the same error during configuring it at WebSphere v6.1 ND. Where you updated the classpath? Is it under Application servers > {server name} > Process Definition > Java Virtual Machine > Classpath ?
    Many Thanks!!

  • Oracle Text with Oracle TimesTen

    Hi!
    I'm trying to use Oracle Text with Oracle TimesTen In-Memory. In this customer, we are using Oracle Text to index the names of the company clients. There are about 13 million names to index. We're trying to speed up even more the search using Oracle TimesTen.
    Does anybody as any experience using simultanely this two technologies?
    Thanks in advance
    Tiago Soares

    TimesTen doesn't support the CONTEXT indextype or CONTAINS clause (or other domain indexes/operators), so you can't create Oracle Text indexes in it.

  • Oracle VM with Oracle E-business suite Release 12.1.1

    Hi
    We are migrating our Oracle E-business suite from IBM Power 5 AIX 6.1. to OVM Intel (x86_64) bit, we have tested the migration in our test environment. We want to know how good or bad is OVM with oracle e-business suite in production environment, and if anybody is working on production environment with the similar configuration in Production environment then please share your experience with us
    Thank you
    Regards
    Shahrukh Yasin

    Hi Sharukh,
    Virtualization of course the trend in modern era, and I personally advice you to have a thorough testing on performance and specifically simulate workloads and check the behavior. I don't personally go on to support Virtualization on Production environment as it incurs additional cost like CPU usage, memory usage borrowed by other environment being virtualized. And as it does not directly work with the hardware. May be some will be against this point, but I see as if it incurs additional resources. Being said this, I am not completely against Virtualizationas long as it is not a heavy 24/7 environment. I would go on to support the ideology, saying it's best to choose the right technology to right environment.
    Please refer following links for more information:
    https://blogs.oracle.com/stevenChan/entry/ebs_support_policies_for_virtualization_technologies
    https://blogs.oracle.com/stevenChan/entry/virtualization_ebusiness_suite
    https://blogs.oracle.com/stevenChan/entry/virtualization_the_ebusiness_s
    https://blogs.oracle.com/stevenChan/entry/using_oracle_vm_with_oracle_eb
    Using Oracle VM with Oracle E-Business Suite Release 11i or Release 12 (Metalink Note 465915.1)
    Regards,

  • Oracle RAC with Oracle Linux Based RAC Applications

    What are the advantages of using Oracle Linux Based RAC applications (also known as Linux Oracle Projects) with Oracle Database RAC 10g ?

    Personally, I find RAC to be about 1000% easier to manage on Linux...than on what? And why?
    Beacause personally I can't see difference in RAC management between Linux and Solaris (i.e.).

  • Oracle workflow  with oracle stardard edition 10g

    I have read this document id on metalink about the difference between different edition of oracle database 10:
    271886.1
    but there is anything about oracle workflow.
    Can I use Oracle workflow with oracle stardard edition 10g?

    I would suggest to get in touch with your Oracle vendor to find out more details on this one. Looks like an additional license.

  • Oracle Timesten with oracle apex

    I use Oracle 11gr2 and apex 4.2.4 how can i use oracle timesten with oracle apex?
    I want to use timesten to improve  performance on report by adding two tables to oracle timsten.

    As far as I am aware, recent (11g onwards) releases of Oracle Heterogenous services do not work with TimesTen as they now require an OBC 3.x driver and the TimesTen driver is currently 2.0. Even if they did work, this would not be a useful solution. It might allow Apex to access TimesTen after a fashion (though that is far from certain) but the performance would be very poor due to all the network hops and software layers between the application and TimesTen.
    If you put one or two tables in TimesTen then one problem from an Apex perspective is that it is now dealing with two databases; the TimesTen cache containing two tables and the oracle database containing all the other tables. Is Apex designed to cope with this? Does it have the concept of data located in multiple databases where one of them is not the Oracle database? Also, do you need transactions or queries (joins) that span the TimesTen tables and the tables in Oracle DB? If so then this also  will not work as that is not possible today.
    I have to say that as far as Apex goes I think this is likely a non-starter. However, if you do try it and have any success then please do post the results here as we'd be interested to hear about it.
    Chris

Maybe you are looking for

  • At the end of exporting Premiere freezes for a few minutes

    Hi, my computer is a i7 4930K @4,5GHz, 16GB RAM, 250GB SSD, Radeon 6950. I was editing a 50 minutes long movie (cca 20GB source clips, cca 4,5GB output movie). The export ran very well finishing after about 25 minutes but then Premiere froze with mes

  • SQL Developer and TOAD connection.

    Hi, I am able to see the DDL script for tables using TOAD, but NOT using SQL Developer (2.1.1). Same user, pass, and tnsname file. They use same tnsname.ora file on my computer. I set basic and TNS connection for SQL Developer. The connection is from

  • Kmail doesn't correctly redirect html messages

    Hey everyone, I would like to redirect an HTML message that comes into my KMail as a MIME email.  In KMail, the original message has two body parts in the bottom pane, one Plain Text and one HTML.  However, when I redirect the message, it puts the Pl

  • HT1918 I am trying to change my account information and it always says it does not match the bank

    I am trying to update my credit card information on my account.  When I my finished, I get a message that says it does not match my back informaiton, I don't know what else to do, help?

  • SSHR applying for abesnce: Wrong status

    Hi experts Normally if i apply for example holday and sending my request, the status should be pending, as far as my request is not approved. But this is not the case. i will get the status: Work in Progess instead: Pending. Does anybody has an idea.