I have a source to target ODI Mapping (Oracle source to Oracle target)
On the source I grant select privilege to a view that is in a different physical schema than the user that ODI connects as.
When I run the mapping in simulation I see a create database link which fails due to permissions. I don't want ODI to create a db link, how to I change this ?
Target Command:
create database link MDM_APPS connect to XX_ODI identified by <@=odiRef.getInfo("SRC_PASS") @> using 'MDMDEV_PRIM'
|
Target Command:
create database link MDM_APPS connect to XXSW_ODI identified by <@=odiRef.getInfo("SRC_PASS") @> using 'SWMDMDEV_PRIM'
|