Enabling OGG replicat to partition and write files by schema.
In GoldenGate according to the documentation, when using gg.handlerlist=filewriter
there is a way to either create separate event files for each table by setting gg.handler.filewriter.partitionByTable=true or files that contain events from ALL tables in the database by setting gg.handler.filewriter.partitionByTable=false.
Is there a way to partition files by schema?