-
Notifications
You must be signed in to change notification settings - Fork 48
Description
applyTransformParameters() is not called before running an export for Jobs or DB links.
If a scheme only has DB Links the transformParams_for_dbms_metadata from the xml file, are not set!
If you are lucky and have regular objects like tables, views, etc first, than also jobs and dblinks get this params implicit.
Worse than all this was my scenario where I had one table and only db links in a schema:
The program opens 4 threads by default and the first one had the table and some db links, and the other only had db links.
The result was that some db link export files had an ; at the end (as defined in the xml) and others didn't. And this was mixed randomly with every export!
I found a solution for this, so ask me if you need a patch. I cannot provide it here, because it is mixed with another feature issue (#37 Export grants and received grants) of mine which has to be accepted yet.