Issue:
When attempting to resync two Oracle databases via autobcpORAdp, the following error occurs:
=====================
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-31631: privileges are required
=====================
Environment:
Workload Automation AE 11.3.x, Oracle Database
Cause:
Proper privileges not granted to AEDBADMIN.
Resolution
1) GRANT read, write ON DIRECTORY AUTOBCPDUMP TO AEDBADMIN_ROLE;
--OR--
2) GRANT read, write ON DIRECTORY AUTOBCPDUMP TO AEDBADMIN;