Schemas missing in test database [message #615508] |
Thu, 05 June 2014 00:11 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
There are some schemas missing in test database when compared to production database.
Schema count in production is 50 but in test it is only 30.It is difficult to find out those
missing schemas in test database.
Could you give an alternate method to find out those missing schemas in test database
instead of cross checking one by one in database manually.
Thanks,
Jack
|
|
|
Re: Schemas missing in test database [message #615511 is a reply to message #615508] |
Thu, 05 June 2014 00:15 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't know about you, but I'm quite sure I'd manually find differences in a matter of a couple of minutes (which would, probably, be faster than coding the same thing, which might include creating a database link & writing a query (don't forget debugging)).
What, 50 vs. 30? Print two pieces of paper, sorted alphabetically, and you're done instantly.
[EDIT] If you insist, use MINUS set operator for twoselect username from all_users
[Updated on: Thu, 05 June 2014 00:18] Report message to a moderator
|
|
|
|
|