Configure Connection to Sybase

Learn about user privileges required on the database side to connect to Oracle GoldenGate and configuration instructions to set up connections for Sybase to Oracle GoldenGate.

Prepare Database Users and Privileges for Sybase

Oracle GoldenGate requires a database user account. Create this account and assign privileges according to the following guidelines.

sp_role 'grant', replication_role, *Extract_user*
Or
use *dbname* grant role replication_role to *Extract_user*

Note: Specific DDL or DML operations may require the use of both sa_role and replication_role.