Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » MobiLink - Getting Started » MobiLink Tutorials » Tutorial: Using MobiLink with an Oracle Database 10g

 

Lesson 3: Connect with MobiLink

In this lesson, you create an ODBC data source that connects MobiLink to the consolidated database.

 To connect MobiLink to the consolidated database
  1. Create an ODBC data source.

    You should use the iAnywhere Solutions 12 - Oracle ODBC driver that comes with SQL Anywhere 12. Use the following configuration settings:

    ODBC tab fields Values
    Data source name oracle_cons
    User ID OE
    Password sql
    TNS service name orcl
    Procedure returns results not selected.
    Array size 60000

    This tutorial assumes you performed a basic installation of Oracle Database 10g, which creates a starter database named orcl. The Order Entry (OE) schema is automatically installed on orcl. If you installed the OE schema on another database, use the name of the database as the ServiceName value.

  2. Click Test Connection to test the ODBC connection.

After configuring your ODBC data source, you can use Sybase Central to connect to the Oracle database and create a synchronization model.

 Further reading