Create Database Repository User:
Create database user dac_rep with the following commands
SQL> conn system/password;
SQL>create user dac_rep identified by dac_rep;
SQL>grant connect,resource to dac_rep;
Install DAC:
Oracle Driver setup:
search for ojdbc14.jar file in oracle installation and copy the file to $ORACLE_DAC_HOME\bifoundation\dac\lib directory
Configure DAC:
Configure Connection between DAC Server and Repository
Configure DAC client connection to Informatica server:
The DAC Client uses the Informatica pmrep and pmcmd command line programs to
communicate with Informatica PowerCenter. Follow the config steps
Subscribe to
Comments [Atom]
Post a Comment