Showing posts with label ODI. Show all posts
Showing posts with label ODI. Show all posts

Sunday, June 26, 2011

ODI-26017 Running Loadplan

image

If you will at he screen it says it can’t run DBMS-lock:

Ask your DBA to run this as SYS:

grant execute on DBMS_LOCK to snpm1;
grant execute on DBMS_LOCK to snpw1;

(Change the users to your master and work repository)

Till Next Time