Hello experts!
I am trying the new SQLcl project export feature. We already have a large number of applications in our schema, hence i would like to limit the export to the objects relevant for my new application. I could do this by listing the object names in project.filters file.
However, if i do this, i need to specify all dependent objects as well. For e.g. if i have a table TableA with indexes TableAIndex1, TableAIndex2 and triggers TableATrigger1, i need to specify the object names for table, indexes and triggers in the filter . Is there anyway, i could manage the project configuration to just list TableA and all the child objects on the table like indexes and triggers, without explicitly adding them?
Thanks in advance.
Jerry