Compare Table Data feature request

Roeland

Member³
Hi,

In our database we could divide the tables in roughly 3 categories:
1) Referencing tables: Small tables who have the same data in Development(Dev) and Production(Prod). They tend to have also the same data between customers. There is almost no change in data in these tables
2) Configuration tables: Small tables who tend to have the same data in Development(Dev) and Production(Prod), but some completely different data between customers. There is some change in data in these tables, as new functionality is added.
3) Data tables: This tables are large, and new data is constantly added by the customer. So there is a difference in data between Dev and Prod, and of course also between customers.

So, when do we need the Compare Table Data?

We use it almost only for "Ref" and "Configuration" tables. Not for Data tables.

So, with the current tool, we are comparing those same tables over and over, selecting each of them one by one, but we couldn't save this configuration.

And that is what I'm asking: I would like to have an option to save or organize tables in the "Compare Table Data"

Regards,

Roeland

PL/SQL Dev 9.0.1.1613
 
If you right-click on the table selection you can select "Save Object Selection" to save it. You can later right-click on the table list and select "Load Object Selection".
 
Back
Top