You need to sign in to do that
Don't have an account?
Can Salesforce Connect be used to connect to an on premise Oracle database?
Hi there,
I want to be able to bring data from an on premise Oracle database into external objects within a Salesforce Org.
Can the OData connectors be used to connect to an on premise Oracle database?
If not, is there a type of connector that will allow me to connect to an on premise Oracle database or will I have to write an Apex solution or use Heroku?
Any help appreciated. I understand the concept of using external objects, its just determini g the best way to connect to the Oracle database.
Many thanks
Jon
I want to be able to bring data from an on premise Oracle database into external objects within a Salesforce Org.
Can the OData connectors be used to connect to an on premise Oracle database?
If not, is there a type of connector that will allow me to connect to an on premise Oracle database or will I have to write an Apex solution or use Heroku?
Any help appreciated. I understand the concept of using external objects, its just determini g the best way to connect to the Oracle database.
Many thanks
Jon
As per OData , its support event local data connection ..
SO there are the options
1 . Use JDBC or other APi to connect to local SQL Db and expose the data as an external facing OData .. OData has support for java ..
And call the external OData connction in salesforce
2. Find some connectors or tools that will expose you local DB schema and Data as a external facing data ..
Let me you thoughs
So are you saying create an OData Rest API to expose the data from within the Oracle database.
Then configure an OData Salesforce connector to point at that API?
Were you able to find any solution for this. We have the same problem of integrating an Oracle databse with Salesforce. We are still struggling to find the best way to integrate Oracle database to Salesforce.