Hi,
The client has existing application which is Oracle-based and the data is stored in Oracle ERP tables (5 in number) & some other custom tables (5 in number). They have created a view using these 10 tables , and they display the data from these 10 tables , but only update the custom tables (5 tables) and not the ERP one. They are using OAF (Oracle Application Framework with JAVA) for their front-end.
The requirement is to display the data from Oracle in Sharepoint 2010 aspx page and in search . How can we integrate with Oracle using Views andupdate only few tables , not all tables of that view. The client has FAST search implementation and the search results are expected in a grid format based on different search parameters.
I know we can use BCS to integrate external data in SharePoint 2010. But I've only used connecting with SQL server table using SP Designer (creating external content type). Also , is it necessary to first take all data (around 15,000 rows) in SHarePoint external list and perform other operations ?? This requirement seems more tricky..Any thoughts !!!
Vipul Jain