|
|
|
|
|
|
Re: Deviations in the databases [message #685305 is a reply to message #685298] |
Mon, 06 December 2021 11:03 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
If, for one measure, you have 50 'A', 75 'B', 30 'C', 40 'D' and 15 'E', what is the expected output?
Note: if you already extracted the desired information from your databases, this is no more an Oracle question.
|
|
|
|
|
Re: Deviations in the databases [message #685309 is a reply to message #685307] |
Tue, 07 December 2021 00:24 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:Could you please explain your sentence in detail.
What do you not understand in my sentence?
Taking yours:
Quote:Let us say I have 3 databases all with the schema HR. On databases A and B, schema HR has 300 objects but on database C
it has 310 objects then highlight C as being different by 10 objects.
If you have 200 databases, as you said, and have, in schema HR, 300 objects in 50 databases, 310 objects in 75 databases, 320 objects in 40 databases, 290 objects in 15 databases, what is highlighted?
Quote:Does it mean there is no other easy way to find solution to my issue.
There is no other way to know what's inside a database than to connect to it, of course, if this what you meant.
And about Ed's question, he didn't mean how you extracted but in what form there are now once extracted? csv files, for instance?
But, as I said, it is no more an Oracle question, just how you will crunch the result of your results OUTSIDE the databases, so how you will crunch texts.
[Updated on: Tue, 07 December 2021 02:32] Report message to a moderator
|
|
|
|
Re: Deviations in the databases [message #685707 is a reply to message #685310] |
Thu, 10 March 2022 04:20 |
Andrey_R
Messages: 441 Registered: January 2012 Location: Israel
|
Senior Member |
|
|
BalajiDBA, You can, for example, establish 200 DB links on a central, secured ( arguable point ) oracle instance that has access to all of them.
Then you can write and execute comparison queries on their V$RMAN_STATUS (for backups, for example) , DBA_TABLESPACES & DBA_DATA_FILES ( for data storage ), V$PARAMETER ( for parameters ) and so on...
Andrey
[Updated on: Thu, 10 March 2022 04:51] Report message to a moderator
|
|
|