IBM InfoSphere Federation Server, Version 9.7

Creating the user mappings for an Oracle data source

To access an Oracle server, the federated server establishes a connection to the Oracle server by using a user ID and password that are valid for that data source.

Restrictions

The user ID at the Oracle data source must be created by using the Oracle create user command with the identified by clause, instead of the identified externally clause.

Procedure

To create the user mappings for an Oracle data source:

Issue a CREATE USER MAPPING statement. For example:
CREATE USER MAPPING FOR local_userID SERVER server_definition_name
       OPTIONS (REMOTE_AUTHID 'remote_userID', REMOTE_PASSWORD 'remote_password') ;
After you complete this task, test the connection to the Oracle server.


Feedback

Update icon Last updated: 2009-10-10