Integrating Oracle DB 11g with SharePoint 2010

Hi,
Here is my server infrastructure :
Server1: Oracle Database Server Enterprise Edition (11.2.0.1.0) 32bit version installed on Windows Server 2008 SP1 32bit
Server2: WebLogic server 11g (10.3.5) and Forms 11g (11.1.2.0.0) 32bit version installed on Windows Server 2008 SP1 32bit
Server3: MS SQL Server 2008 64bit & MS SharePoint 2010 installed on Windows Server 2008 SP1 64bit
I need to now develop a UI integrated in SharePoint(Server3) that will perform CRUD operations on the Oracle DB (Server1).
Do I need to install Oracle Access Manager (OAM) or use Business Connectivity Services or anything else to talk to Oracle DB?
Is the 32bit DB compatible with 64bit SharePoint? If yes, can I use 32bit OAM with SharePoint?
Is Oracle Identity Management required? Do I need to install Weblogic Server and SOA on the DB server?
Can someone please help me with the next steps? How should the infrastructue change? Please also suggest on the 32/64bit versions as well.
Oracle support team asked me to check with the SharePoint team.

I am not sure about 32 bit, Because SharePoint 2010 is only 64bit. 
Another thing is you have to install the Oracle Client on all sharepoint server in order to connect the Oracle.
Here are some helpful articles.
http://msdn.microsoft.com/en-us/library/office/ff464424(v=office.14).aspx
http://lightningtools.com/bdc_meta_man/how-to-connect-sharepoint-bdc-to-oracle-through-tns/
http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-connect-to-the-oracle-database-using-business-connectivity-services-bcs-in-sharepoint-2010/
http://www.layer2solutions.com/en/community/FAQs/BDLC/Pages/How-to-connect-SharePoint-list-with-Oracle-data.aspx
Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Similar Messages

  • Integrating Oracle Forms 11g with JavaScript - keystrokes support issues

    This article
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/forms/11g/jsinteg/formsjsinteg/setup.htm
    shows the JavasriptIntegration with Oracle Forms.
    I am trying to navigate out of Oracle Forms Java Applet with separateFrame=false to access an external menu using JavaScript. I can't find a way to navigate out of Oracle Forms. My focus stays inside the currently opened form and the applet does not lose the focus.
    I need to access any external UI component by shifting the focus form the Java Applet to that components using only key strokes.
    Thanks for your help

    Vikas,
    Sorry for the delay. I am still investigating this. In general, it would appear as I mentioned. If the form that contains the code specific to the event monitoring has not been run, then it cannot be executed. We are trying to get clarification on the definition of "scope" in this case. In the mean time, one alternative might be to subclass the related triggers/pu and include them in all of the forms where you want them to fire. Currently I am suspecting that scope refers to a relationship to forms currently running. For example if you have form A, B, and C running a scope of "form" might suggest that the events are only monitored if the current form includes the necessary code. However, if "application" then even if the form containing the necessary code is not the current form, the necessary code would fire anyway. Again, I am trying to get more clarification, but it is slow coming.
    If this is truely an urgent issue, I encourage you to create a Service Request with Oracle Support.

  • EP7.31 integration with Sharepoint 2010

    Hi ,
    we are integrating EP 7.31 with Sharepoint 2010 server, we can able to see in HTTP header in MYSSO2 ticket cookie,but Sharepoint application can't able to parse the ticket,
    Here is the Log :
    [Thr 10788]     Initializing SSF Library Version
    [Thr 10788]     SAPCRYPTOLIB  5.5.5C pl36  (Jul  3 2013) MT,[aesni],NB
    [Thr 10788] Leave function MySapInitialize with rc = 0.
    [Thr 10788] Thu Feb 27 07:39:05 2014
    [Thr 10788] Ticket is 橁硅䑍杁䅁眹㍢お坙㙷㍚畖䡤牖塙䥏䉁楎塙灎㉙ㅆ䝤汨湢灒㉙う坡甹...
    [Thr 10788] DecodeB64Len returns 0. iDecLength=251
    [Thr 10788] *** ERROR => Ticket has probably not yet been parsed. [ssoxxext.c   2494]
    Thanks,
    Balaji

    Hi,
    No, Project Server 2013 requires SharePoint 2013.
    See reference below:
    https://technet.microsoft.com/en-us/library/ee683978.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Integrating SAP with Sharepoint 2010

    Hello All,
    I need some information regarding integrating SAP R/3 with Sharepoint 2010. I am aware of BCS solutions to connect SAP BSP/WebDynpro/Portal enabled processes to Sharepoint. However, I would like to whether we can call an SAP Transaction directly from Sharepoint without developing BSP pages or WebDynpro?
    Can we achieve something on Sharepoint 2010 like ITS does on SAP Portal? If yes, how to do that?
    Thanks,
    Anil

    Hi Anil,
    with Duet Enterprise you can bring RFC or WebServices that are available in your backend system into SharePoint 2010. So if your transaction consits of several RFCs that are called in the background -- you can do that. Depending on the transaction you might also have to develop the value help functionalities and stuff like that.
    You can checkout the videos on the [Duet Enterprise Summit|http://www.duetenterprisesummit.com] site where some customers talk about what they have developed during the ramp-up..
    However, if you want to bring ITS / SharePoint Web-SAP-GUI functionality into SharePoint this will be pretty complicated...
    Regards,
    Holger.

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • Yammer Integration with SharePoint 2010

    Hello Team
    We integrated Yammer with SharePoint 2010 and everything were working properly, since we updated embeded code with latest yammer its not working properly-
    http://success.yammer.com/integrations/yammer-embed/ 
    Following issues are occured-
    • In the new yammer feed, I couldn’t find a way to add an attachment or photo to the post. This is a vital component to the functionality of the feed
    • In the previous version the feed also had tabbed areas to show different Yammer Areas: ‘My Feed’, ‘Private Messages’, ‘Notifications’, and ‘More >’. Is there any way to keep this functionality.
    We also wanted to integrate SSO with our FBA SharePoint 2010 site. But could not found any good article so far. Is there any option by which we can do SSO and all above functionlaity. 
    Thanks Ranveer Katiyar

    Hi,
    According to your description, my understanding is that when you add the Yammer feeds app to SharePoint page, it occurs "The
    page or app using unsupported version of yammer platform" error.
    This  maybe related to the Yammer API version has been updated, the solution is to update the Yammer app in site contents.
    Here is a similiar thread for your reference:
    Yammer App for SharePoint – unsupported version
    Here is a detailed useful article for your reference:
    "This page or app is using an unsupported version of the Yammer platform" error message when you use the Yammer App for SharePoint
    If the issue still exists, I suggest you can check the ULS log error message for more detailed information. By default, the ULS log for SharePoint 2010 is located at the path:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Dyanmics CRM integrated with sharepoint 2010 foundation - new created account folder can not trigger sharepoint workflow.

    I integrated MS CRM 2013 with SharePoint foundation 2010 for document management. integration works.
    Now I need to create several subfolders and set proper permission on each folder. So, I created a workflow to do it automatically. It works when I manually create a new folder under SharePoint account, or I manually run it for an account folder. Thus, sharepoint
    workflow works as I expected.
    However, when I access Account's document from CRM (first time), sharepoint would create an folder for this account. In this case, the workflow doesn't work. and it show error: "Failed on Start(retrying)".
    Anyone has experience on similar issues or have clue how to trace this error?

    Hi Justin,
    From your description, the issue might be related to the workflow created by visual studio.
    Could you please try to locate error message in workflow report or ULS log:
    https://technet.microsoft.com/en-in/library/cc298927%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    also debug the workflow per:
    http://blogs.msdn.com/b/philloth/archive/2009/01/19/how-to-debug-a-workflow-with-visual-studio.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • BI 4.1 SP2 IOMS integration with Sharepoint 2010

    I'm trying to configure SAP BI 4.1 SP2 with sharepoint 2010. After installation of BI 4.1 SP2 IOMS with Sharepoint 2010 i get the error message while trying to open a site page on Sharepoint browser.
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: bc9d814d-7f14-407a-9986-b6096f5fc799
    Date and Time: 6/25/2014 4:00:54 PM
    Any help in configuring BI 4.1 SP2 with sharepoint will be really helpfull.
    Thanks in Advance.
    Krishna

    Please share more details about the error bc9d814d-7f14-407a-9986-b6096f5fc799 from ULS logs
    If this helped you resolve your issue, please mark it Answered

  • Electronic Data Interchange (EDI) software integration with SharePoint 2010

    Is possible to integrate EDI (Electronic Data Interchange ) softwares with SharePoint 2010?
    Please let me know if anyone has done this? If yes,let me know which EDI software is used?
    Marulasiddappa SB (Swamy)

    Well I did something similar.... but I received the data, Transformed it XML using BizTalk and Finally from BizTalk I send it to Sharepoint. if you wants a document on how to do it, let me know
    Abraham Forchue Frias MCITP:Database Administrator 2008 -- Santo Domingo, Republica Dominicana

  • Citrix Netscaler AppXpert with Sharepoint 2010 Page Edit Issue

    Posting this as a questions and discussion point.
    The issue is in using Citrix Netscaler with AppXpert with SharePoint 2010. I've seen this issue for two customers.
    Configurations:
    - Citrix Netscaler as the load Balancer
    - Netscaler AppXpert for SharePoint deployed on Netscaler (using either AppXpert version 1.1 or 2.0)
    - SharePoint 2010 Standard or Enterprise editions
    Issue:
    A SharePoint user with appropriate rights go to a SharePoint page. They choose Edit page, make changes and want to save changes. At this point all SharePoint ribbon options on the top are greyed out. End result, users are not able to make changes to their
    site pages. Issue happens for everyone including Farm Admins.
    Cases:
    a. The users are able to edit and save SharePoint wiki pages if I point user's PC to the SharePoint web server WFE by changing their local host file.
    b. On Citrix Netscaler, if I use the traditional load balancing i.e. without Citrix AppXpert, then the users are able to edit and save the pages. That is an option if the customer is using SharePoint 2010 Standard. That is not an option if a customer is
    using InfoPath forms. InfoPath is a feature of SharePoint 2010 Enterprise edition. Citrix AppXpert for SharePoint is needed to make the InfoPath work. Else the users get session errors when they use InfoPath Web forms.
    c. The issue happens on almost all combination of OS and browser. XP, vista, Win 7, Win8, Win8.1, IE8, 9, 10, 11 and other browsers like chrome etc as well.
    Please share your ideas and suggestions.

    Hi Faisal,
    As I understand, the issue will be solved when end users directly connect to SharePoint WFE servers. Since the issue is related to third party products, I'd recommend you contact their support engineer for sufficient resource and assistance. For your convenience:
    http://discussions.citrix.com/forum/150-support-forums/
    Should you need more assistance, let me know. Thanks for the understanding.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Unable to see the native mode report 2012 in Chrome with SharePoint 2010

    Hi Techies,
    We are facing strange issues to make reporting services 2012 native mode work with SharePoint 2010 in Chrome.
    We are able to see all the reports in I.E. with SPS but when I open the SharePoint page on which the report is placed then in the chrome then it does not show the report it only show the SPS content.
    Any help will be appriciated
    Thanks
    Swap

    Hi Swap,
    As per my understanding, I think this issue is caused by the browser. We can add this site as a trusted site in chrome browser to check this issue again. And we can try to run IE in compatibility mode to check the issue again.
    Besides, Google Chrome is only supported to view reports in some operating systems in Reporting Services. Please make sure the operating system meets the requirement, and the Google Chrome is the latest publically released version.
    Reference:
    Planning for Reporting Services and Power View Browser Support
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Integrating Oracle eBusiness Suite with banking services using Oracle SOA

    Hi ,
    I am working on a project for integrating Oracle eBusiness Suite with banking services using Oracle SOA. We have implemented Oracle SOA and trying to call bank's services using SOA.
    The bank has provided its web services over http which accepts XML data as string through HTTPS post invocation and provides response accordingly in string XML Data.
    For each service, specific format of request and response message has been provided.
    I am trying to call their web services using HTTP binding adapter.
    I would like to know whether my approach of calling bank's web service using HTTP binding adapter is correct or not.
    Looking ahead for your valuable insight and advice.
    Thanks

    Hi,
    Thank you for your reply.
    Is the usage of B2B not applicable for this project ?
    Thanks

  • IIS Url Rewriting supported with SharePoint 2010?

    I am currently working for a client that is investigating how they can do vanity domain names for sub sites.  I don't believe this will actually work with SharePoint 2010 and believe it may put the environment in an unsupported state...however I need
    to find some sort of official MS statement saying so.
    Everything I find points me to
    http://technet.microsoft.com/en-us/library/cc261814%28office.12%29.aspx#section2  which states that "Windows SharePoint Services 3.0 does not support asymmetrical paths" however I can't find anything that says the equivalent for 2010.
    I know that web apps and AAM are the typical approaches, and now in 2010 you can do host named site collections, however they want to do sub-sites.
    Can anyone point me to any official MS statement stating that this is not support with SharePoint 2010?
    Tony Testa www.tonytestasworld.com

    We ran into the same question. Since there's no official statement from Microsoft to be found on the internet that takes away the rumors about it being supported, we set out the question with Microsoft to provide their official statement. Their
    reply was that URL rewriting is supported. Find the full reply from Microsoft at my website at
    https://www.zomers.eu/knowledge/sharepoint2010/Pages/Url-rewriting-is-supported-for-SharePoint-2010.aspx
    This link doesn't work and also directly contradicts statements from other Microsoft sources, e.g.
    http://blogs.msdn.com/b/opal/archive/2010/04/23/sharepoint-2010-search-engine-optimization-seo-tips.aspx
    where the following is stated:
    "URL Rewriting is still not supported - however url redirect is supported. We are using url redirect feature in url rewrite model."
    Please provide a link that works and/or back up your claim. Thanks.

  • OS 7 Compatibility Issues with Sharepoint 2010

    I have a number of external users (not on my BES) that need to log on to our company sharepoint site.  Any BB users with os 5 or 6 are prompted correctly with requests for logon info.  Anyone with BB 7 is not prompted and gets an error 401 access denied message.  Does anyone know how to help bb users with os 7 to authenticate to any sharepoint 2010 site?

    Hi kdeutsch,
    Here are some examples about compatability issues of SharePoint 2010 and Office 2013. Please have a take at :
    http://social.technet.microsoft.com/Forums/en-US/fde11a55-4f9a-420d-b2a1-b000a81c6795/compatibility-issue-between-desktop-office-2010-and-sharepoint-2013?forum=sharepointgeneral
    http://social.technet.microsoft.com/Forums/en-US/a7bbb703-4bf0-4f2d-b27a-74aa03aa7e6c/ms-office-2013-and-ms-shaarepoint-2010-compatibility?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/c0eb8246-d8b1-4b78-b603-d08f803c3d17/will-infopath-2013-compatible-with-sharepoint-2010?forum=sharepointdevelopmentprevious
    http://support.microsoft.com/kb/2755126/en-us
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Is it possible Oracle IAM 11g with IAS

    In Oracle Identity and Access Management (IAM) 11g, Weblogic is the only supported application server?
    What is the direction of oracle corp for Oracle Internet Application Server IAS then?
    Is it possible Oracle IAM 11g with Oracle IAS as we have only experts in Oracle IAS application server.

    See Re: Can Oracle IAS be the application server with Oracle IAM 11g ?

Maybe you are looking for

  • Rotating images in iphoto & screen saver questions

    hi there!! i'm a newbie to apple discussions! too bad i didn't find out about it BEFORE i broke the cardinal rule and lost nearly my WHOLE library very comforting to see that i'm not the only one ;_ anyway, here are my questions: 1. when i import ima

  • Pic of wall plug wont go away

    i got a new cpu and tried to restore my ipod to original settings to put all new music, but when i did, it told me to plug into the wall to finish the restore. so i did this and nothing has happened. it has had a pic of a wall plug on it for the past

  • To centre the title name

    hi, i want to align the title of the report to the centre, if i am trying it to do using Additional Formatting Options, i am not able to align it exactly using Indent (Left Padding). is there any way to do it??

  • Need help with barcode scanning

    Hi All, In my program, when a user scan a barcode, I need the code appear directly on my dynpro screen field and automatically move on to a new screen without the need of user to press Enter or execute. Can this be done? I don't even know how to code

  • Apple makes you wait 8 hours to try to access your account

    This is insanity.  All of a sudden my devices are telling me I need to answer a bunch of security questions that I have no idea what the answers are.  I can't access my apple ID.  I can't make any purchases.  I can't do anything for at least 8 hours.