Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Does ALLOWOUTPUTDIR still work with 21c Microservices Architecture?

hwsbryOct 10 2024

I'm in the process of converting from Classic Architecture to MA and getting used to the differences. I'm starting with the replicat only instances and getting the hang of it mostly. I'm working on pointing an existing Classic Architecture extract pump process to the RCVRSRVR process on the new MA deployment. I if I simply define the rmttrail as a two character string, like t1, everything works fine and trail files populate into the $DEP_HOME/var/lib/data/ directory. I've tried adding an ALLOWOUTPUTDIR entry in the GLOBALS file for the new MA deployment and restarted all of the services but the pump defined to write to the non-default directory always abends and I get the following in the logfile for the RCVRSRVR

WARNING OGG-01223 Oracle GoldenGate Receiver Service for Oracle: Output file /u02/gg/dirdat/t2000000 is not in any allowed output directories. (PATH-THREAD-2)

GLOBALS file entry looks like this

ALLOWOUTPUTDIR /u02/gg/dirdat

Comments
Post Details
Added on Oct 10 2024
0 comments
103 views