compare user objects?

vllr

Member²
Hi, everybody! I really like new 6 version of PLSQLdev!
One question. When I compare user objects, I can compare only if I can log in to the target as a schema owner. In real world (at least - in my company's real world) I can never log in to testing/production environment as a schema owner (I'm a developer). I can do this only in dev. I have a separate account to test/prod, which can access view only all the objects though. It would be very nice if I could compare MY objects with target objects for the SELECTED schema. (Or may be there is already an easy way of doing this and I'm just doing something wrong?)
Thanks a lot!!!
 
We have had a few more request for this. We'll add a separate option for the target connection and schema in 6.1.
 
Marco,

Would be nice to be able to choose which schema in the current session you want to compare too.

Take this scenario :-

We need to compare a schema (say CSR_USER) in UAT with PROD. I login to UAT and PROD as a "read only" developer's user which can see all CSR_USER's objects, but I cannot compare the schemas (CSR_USER) I'm interested in as I cannot login directly as that user. I can do it manually as I can see the objects, so there's no reason why the tool shouldn't be able to automate it.

Hope this can make it into an upcoming release, as I need to keep switching to use TOAD for this functionality!

Keep up the good work,
D.
 
Currently we have implemented a target schema. I have added your suggestion to the list of enhancement requests.
 
Back
Top