Due to security issues the user or Informatica has grants to create neither tables nor synonyms.
So I have come up with this:
- The
PMERR_DATA
,PMERR_MSG
, etc. tables are created under another user - The user of Informatica is granted to
select
,inset
,update
anddelete
from these tables - Name of the owner of the tables was set in the error table log prefix field:
But when the task starts, the integration service tries to create these PMERR%
tables and it fails (due to lack of permissions to create tables)
How can these restrictions be overcome?