Skip to content

applyTransformParameters not set for jobs and dblinks #39

@arno82

Description

@arno82

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions