I'm using OWB 10gR2 and I want run an OMB+ script to list all operators (name and type) for all mappings in a project.
With some loops in TCL, I can list mappings with OMBLIST MAPPINGS
For each mapping, I can list operators with OMBRETRIEVE MAPPING 'map name' GET OPERATORS, and get the name.
But now I can't find properties list for operator in OMB+ help. I can list properties values for operators with OMBRETRIEVE MAPPING 'map name' OPERATOR 'op name' GET PROPERTIES (property name, property name, ...).
The documentation would need some updating for sure... and a command to retrieve all the properties for each level would indeed be nice.
I you go in OWB Client, select a mapping, "Configure"
Then you have access to each properties of the mapping, basically the property name for OMBPLUS will be what you see , UPPERCASE and underscore between the words.