Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applyTransformParameters not set for jobs and dblinks #39

Open
arno82 opened this issue Nov 13, 2015 · 0 comments
Open

applyTransformParameters not set for jobs and dblinks #39

arno82 opened this issue Nov 13, 2015 · 0 comments

Comments

@arno82
Copy link
Collaborator

arno82 commented Nov 13, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant