cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Data Integration with Oracle

Former Member
0 Kudos

Hi,

My customer is very keen to smart data integration.

Source database is Oracle 10g.

Looking at PAM information, 11g and 12c are supported ,but Oracle 10g seems to be out of scope.

If you have any solution with 10g version, I am very appreciated.

I am thinking of open sdk with SDI.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183326
Active Contributor
0 Kudos

Hello,

As far as I am aware 10g is not supported.

Regards,

Michael

werner_daehn
Active Contributor
0 Kudos

The transaction log reader adapter will definitely not work.

If you do not need realtime, the JDBC adapter might work just fine.

hana-native-adapters/jdbcadapter at master · SAP/hana-native-adapters · GitHub

In case you need realtime you could use the JDBC adapter above and extend it using one of the many realtime options Oracle has: Streams, Golden Gate, Triggers,...