I try to propose a couple of ideas for future releases.
- recent versions have already copied from postgres a few nice features such as schema level privilege.
I like to suggest to copy another very good one that should also be easy to implement: to have a number of sessions reserved for dba connections with a parameter, so even when normal connections reach the limit a dba can still connect to see what is going on
- rman can easily manage the PITR for a table in a very easy way; it is already able to remap owner and table name.
It would be great if it could manage to use a WHERE clause as well, it should not be so difficult, rman could pass where parameter to datapump the very same way it pass the remap parameters
Best regards