Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: 9i to UDB using Generic Conectivity

Re: 9i to UDB using Generic Conectivity

From: Edgar Chupit <edgar.chupit_at_rs.lv>
Date: Sat, 28 Aug 2004 17:50:30 +0300
Message-ID: <16810604219.20040828175030@rs.lv>


Hello Sundeep,

sm> We are looking to pull some data (batch jobs no distributed OLTP)
sm> from a SAP/UDB on AIX into our 9i DB on AIX. We do have a gateway to
sm> mainframe DB2 but not to the UDB on AIX. The Hetrogeneous Services
sm> Admin guide seems to explain how to get the Generic connectivity set
sm> up.  

You have to carefully design everything and remember that SAP and other BIG ERP products don't support reading data directly from database tables (especially data currently in use) because SAP maintain it's own buffer cache, and by reading from tables you are bypassing this cache, and so this can lead to unpredictable results.

In one of our projects where we needed data from SAP system we have implemented gateway that reads data from SAP tables using SAP's interface RFC and feeds it to the database, but since RFC SDK is also available for Java, you can also easily load library to database and connect to SAP from database stored procedures to retrieve all necessary data.

--

Best regards,
 Edgar



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Sat Aug 28 2004 - 09:46:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US